/* CSS definition file containing site wide stylesheets */

BLOCKQUOTE {
	font-size: x-small;
 	color: rgb(255,255,51)
}

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(102,102,102);
 	font-style: italic;
 	background-color: transparent
}

UL {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(102,102,102);
 	font-style: italic
}

A:visited {
	font-size: medium
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(255,255,51);
 	font-style: italic;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 
	border-bottom-style: none
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	color: rgb(153,51,102);
 	font-weight: bold;
 	vertical-align: baseline;
 	text-decoration: none ;
 	text-align: left;
 	text-indent: 0.1cm;
 
	background-color: transparent;
 	margin: 0cm 0.3cm 0cm 0.2cm;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.TextNavBar {
	text-align: left
}

PRE {
	color: rgb(255,255,51);
 	list-style-position: outside;
 	text-align: left;
 	background-color: transparent;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}