/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

A:link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

A:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

LI {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif,  sans-serif;
 	font-size: 13px;
 	color: rgb(0,0,0);
 	line-height: 15px;
 	font-weight: normal;
 	font-style: normal;
 	list-style-image: url( "../assets/images/bulletred.gif" );
 	list-style-position: outside;
 	text-align: left;
 	clear: right;
 	background-position: center
}

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	color: rgb(255,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline;
 	background-color: rgb(255,255,0)
}
