/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	font-weight: normal;
 	font-style: normal
}

UL {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal;
 	text-align: left;
 	padding-right: 0pt;
 	margin-bottom: 6pt
}

A {
	color: rgb(84,84,126);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	color: rgb(87,87,130);
 	text-decoration: underline
}