/* CSS Document */

BODY {
color: black;
background-color: #ffffff; 
font-family: arial,helvetica,sans-serif;
font-size: 12px;
text-align: left;
}

a:link {
color: #ffffff;
text-decoration: none;
font-size: 12px;
font-weight: bold
}

a:visited {
color: #ffffff;
text-decoration: none;
font-size: 12px;
font-weight:bold
}

a:hover {
text-decoration: underline;
font-size: 12px;
color: #ffffff;
}

H1 {
	font-family:arial,helvetica,sans-serif;
	font-size: 20px;
	color: black;
	font-weight: bold;	
}

H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;	
}
H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;	
}
H5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;	
}
UL,OL,LI {
font-family: arial,helvetica,sans-serif;
font-size: 12px;
text-align: left;
color: black;
}

TABLE,TR,TH,TD {
font-family: arial,helvetica,sans-serif;
font-size: 12px;
color: black;
}

P {
font-family: arial,helvetica,sans-serif;
font-size: 12px;
color: black;
}.topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339966;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
