/* CSS definition file containing site wide stylesheets */

.Banner {
	font-size: x-large;
 	color: rgb(204,51,51)
}

UL {
	list-style-image: none;
 	margin-top: 6pt;
 	margin-bottom: 6pt
}

P {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: small
}

LI {
	list-style-type: none;
 	list-style-image: none;
 	list-style-position: outside;
 	text-align: left;
 	margin-left: 0pt;
 	margin-top: 6pt;
 	margin-bottom: 12pt
}