/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 9pt; background-color: rgb(255,255,255); background-image: none; background-repeat: repeat-x;}
 A:active { color: rgb(255,102,0); font-weight: bold; text-decoration: underline;}
 A:link { color: rgb(66,100,160); font-weight: bold; text-decoration: underline;}
 UL { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 9pt; color: rgb(75,75,75);}
 A:visited { color: rgb(66,100,160); font-weight: bold; text-decoration: underline;}
 A:hover { color: rgb(75,75,75); font-weight: bold; text-decoration: underline;}
 .TextObject { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 9pt;}
 H1 { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 16pt; color: rgb(235,235,232); font-weight: normal; font-style: normal; background-color: rgb(134,198,207); padding: 5pt 25pt 10pt 25pt;}
 H2 { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: 12pt; color: rgb(75,75,75);}
 P { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 9pt; color: rgb(75,75,75);}
 H3 { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: 14pt; text-transform: capitalize; color: rgb(66,100,160); font-weight: normal; font-style: normal; text-align: center;}
 OL { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 9pt; color: rgb(75,75,75);}
 H4 { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 14pt; color: rgb(235,235,232); font-weight: normal; font-style: normal;}
 h5 { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 15px; color: black; font-weight: bold; font-style: normal; margin:0 0 10px 0; padding:0;}

hr.clearall {
	width:100%;
	clear:both;
	visibility:hidden;
}
 
div.description {
	float:right;
	padding:10px;
	border:2px solid #000;
}
 
a.navLink:link,a.navLink:active,a.navLink:visited {
	font-family: Verdana,Helvetica,Arial;
	font-size: 9pt;
       font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.navLink:hover {
	font-family: Verdana,Helvetica,Arial;
	font-size: 9pt;
       font-weight: bold;
	color: #86C6CF;
	text-decoration: none;
}

a.navLinkOn:link,a.navLinkOn:active,a.navLinkOn:visited,a.navLinkOn:hover {
	font-family: Verdana,Helvetica,Arial;
	font-size: 9pt;
	color: #86C6CF;
	text-decoration: none;
	font-weight: bold;
}


