/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,255);
 	background-repeat: repeat;
 	background-attachment: fixed;
 	background-position: 0% 0%;
 	overflow: auto
}

UL {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	line-height: 13px;
 	text-indent: 0px
}

.txtcontent {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,255)
}

P {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal
}

LI {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,153);
 	line-height: 13px;
 	text-align: left;
 	text-indent: 0px
}

A {
	font-weight: normal;
 	font-style: normal;
	color : rgb(255,255,0)
}