/* CSS definition file containing sitestyle stylesheets */
BODY { background-color: transparent;
	font-family : Verdana;
	font-size : 9pt;
} 

A:active {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	color: rgb(0,0,255);
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

A:link {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	color: rgb(0,0,255);
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

A:visited {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	color: rgb(0,0,255);
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

A:hover {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	color: rgb(0,0,255);
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	text-decoration: none;
/*  margin: 0px; 
	color: rgb(0,0,0);
    line-height: 1.3em; */
}

UL {
	font-family: Verdana;
	font-size : 9pt;
}

OL {
	font-family: Verdana;
	font-size : 9pt;
}

H1 {
	font-family: Verdana;
	font-size : 16pt;
}

H2 {
	font-family: Verdana;
	font-size : 14pt
}

.TextObject {
	font-family: Verdana;
 	font-size: 9pt;
 	font-weight: normal;
 	font-style: normal;
}

.TextNavBar {
	font-family: Verdana;
 	font-size: 9pt;
 	font-weight: normal;
 	font-style: normal;
}




