/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(14,0,3)
}

A:link {
	color: rgb(14,0,3)
}

A:visited {
	color: rgb(0,51,0)
}

P {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal
}

A {
	color: rgb(14,0,3)
}

ADDRESS {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

.TextObject {
	font-size: 10pt
}

.TextNavBar {
	font-size: 10pt
}

A:hover {
	color: rgb(102,153,51)
}