TABLE  {
	font-family : Arial;
	font-size : 10 pt;
	color : Black;
}

BODY  {
	font-family : Arial;
	font-size : 10 pt;
	color : Black;
}


P  {
	font-family : Arial;
	font-size : 10 pt;
	color : Black;
}

H1  {
	font-family : Arial;
	font-size : 13 pt;
	font-weight : bold;
	color : Black;
}

H2  {
	font-size : 12 pt;
	font-weight : bold;
	font-family : Arial;
}

H3  {}

A  {
	font-size : 10 pt;
	font-family : Arial;
	color : Red;
}

A:Visited  {
	color : Red;
}

A:Active  {
	color : Red;
}

A:Hover  {
	color : Blue;
}

A.map {
	font-size: 10pt;
	font-family: Arial;
	color: Red;
	text-decoration: none;
}

A.map:Visited {
	color: Red;
}

A.map.Active {
	color: Red;
}


A.design {
	color: #939393;
	font-size: 7pt;
	font-family: Arial;
	text-decoration: none;
}

A.design:Visited {
	color: #939393;
}

A.design.Active {
	color: #939393;
}

A.design:Hover {
	color: #939393;
}

BODY  {}


