/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	text-transform: none;
 	color: rgb(204,204,204);
 	font-weight: bold;
 	vertical-align: baseline;
 	text-decoration: none ;
 	font-variant: normal;
 	background-image: none;
 	background-repeat: no-repeat;
 	background-attachment: fixed
}

A:active {
	color: rgb(204,0,0);
 	text-decoration: none 
}

A:visited {
	color: rgb(255,255,255)
}

.TextObject {
	color: rgb(204,204,204)
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(204,204,204);
 	font-weight: normal;
 	font-style: normal
}

A {
	color: rgb(255,255,255);
 	text-decoration: none 
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 8pt;
 	text-transform: none;
 	color: rgb(204,204,204);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	text-decoration: none ;
 	font-variant: normal;
 	clear: none;
 	background-image: none;
 	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-position: bottom left;
 	padding-left: 5pt;
 	border-left-style: none;
 	padding-top: 1pt;
 	border-top-style: none;
 	border-right-style: none;
 	padding-bottom: 1pt;
 	border-bottom-style: none
}

A:hover {
	color: rgb(255,255,0);
 	text-decoration: none 
}