<!-- General style sheet for documents -->
<!//}
H1 {text-align : center; 
	font-family : arial;
	font-size 	: 14pt;
	font-weight : bold;
	font-style 	: normal;
	color 		: #336666;
	line-height : 1.5;
	background-color : #ffffff;
	margin-top 		: 1;
	margin-bottom 	: 1;
	padding-top 	: 1;
	padding-bottom 	: 1;}

H2 {text-align : left; 
	font-family : arial;
	font-size 	: 12pt;
	font-weight : bold;
	font-style 	: normal;
	color 		: #336666;
	line-height : 1.3;
	background-color : #ffffff;
	margin-top 		: 0.5;
	margin-bottom 	: 0.5;
	padding-top 	: 0.5;
	padding-bottom 	: 0.5;}

H3 {text-align : left ; 
	font-family : Verdana;
	font-size 	: 10pt;
	font-weight : normal;
	font-style 	: normal;
	color 		: #003366;
	line-height : 1.1;
	background-color : #ffffff;
	margin-top 		: 0.5;
	margin-bottom 	: 0.5;
	padding-top 	: 0.5;
	padding-bottom 	: 0.5;}

H4 {text-align : left; 
	font-family : Verdana;
	font-size 	: 10pt;
	font-weight : bold;
	font-style 	: italic;
	color 		: #003366;
	line-height : 1.2;
	background-color : #ffffff;
	margin-top 		: 0.5;
	margin-bottom 	: 0.5;
	padding-top 	: 0.5;
	padding-bottom 	: 0.5;}	

H5 {text-align : center; 
	font-family : Verdana;
	font-size 	: 10pt;
	font-weight : bold;
	font-style 	: normal;
	color 		: #003366;
	line-height : 1.1;
	background-color : #ffffff;
	margin-top 		: 0.5;
	margin-bottom 	: 0.5;
	padding-top 	: 0.5;
	padding-bottom 	: 0.5;}	

BODY { background : #ffffff; color : #003366; font-family : Verdana, Arial, Helvetica, Geneva; font-size : 9pt;}

A {text-decoration:none;} 
A:link    { color : #3333cc; background : #ffffff; } <!-- Before the visit 3333cc. -->
A:visited { color : #996633; background : #ffffff; } <!-- Visited 996633. -->
A:hover   { color : #ff6666; background : #ffffff; } <!-- M-over 0099cc. now ff6666 -->
A:active  { color : #006600; background : #ffffff; } <!-- Push (mouse button down) 006600. -->

HR { color : #003399; height : 1px }

UL LI { margin-bottom: 0.3em; margin-top: 0.3em }
OL LI { margin-bottom: 0.3em }

td {font-family : Verdana, Arial, Helvetica, Geneva; font-size:9pt; }

.redalert {
	FONT-SIZE: 11px; COLOR: #cc0000; FONT-FAMILY: arial,helvetica
}
.greenalert {
	COLOR: #339933
}
.brownalert {
	COLOR: #996600
}

//->




