a:link
{
	color:#008000;	
}
a:visited
{
	color:#008000; 
}
a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    background-color: #FF0000;
    font-weight: normal;
    font-style: normal;
}
a:active 
{
	color:#000000;
}
body
{
	font-family: Tahoma, Times New Roman, Times;
	background-color:#FFFFFF;
	color:#000000;
}
html, body { 
 margin: 2; 
 padding: 1; 
}
p { 
font-size: 1.1em; color: #000000; line-height: 125%; font-family: tahoma,arial,helvetica,sans-serif 
}
p.blue { 
font-size: 1.1em; color: #3366CC; line-height: 125%; font-family: tahoma,arial,helvetica,sans-serif
}
p.green { 
font-size: 1.1em; color: #008000; line-height: 125%; font-family: tahoma,arial,helvetica,sans-serif
}
p.table { 
font-size: 1.1em; color: #000000; line-height: 125%; font-family: tahoma,arial,helvetica,sans-serif
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Times New Roman, Times;
}
h1
{
	color:#000000;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0;
}
h2
{
	color:#3366CC;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0;
}
h3
{
	color:#000000;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0; 
}
h4
{
	color:#FFFFFF;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0;
	line-height: 1.5em;
}
h5
{
	color:#FF0000;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0;
}
h6
{
	color:#3366CC;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0;
}
hr { 
 border: none; 
 background-color: #3366CC; 
 color: #3366CC; 
 height: 2px; 
 width: 90%; 
}
.centered { 
 text-align: center; 
}
.indent { 
 padding-left: 30px; 
}
.indent2 { 
 padding-left: 15px; 
}
.transform { 
 text-transform: uppercase; 
}
.transform2 { 
 text-transform: capitalize; 
}
.csslinks {
 text-size: 0.9em;
 margin-bottom: 0;
}
ul { 
 list-style-image: url(bulletarrow.gif);
 padding-left: 0; 
 margin-left: 15; 
}