/* This is the default style sheet for all text on the site */
a:link
{
	color:#666600;	
}
a:visited
{
	color:#666600;
}
a:hover {
    color: #CCCC00;
    text-decoration: underline;
    font-style: normal;
}
a:active 
{
	color:#330000;
}
body
{
	font-family: Tahoma,Times New Roman,sans-serif,Times;
	background-color:#CC9966;
	color:#000000;
}
html, body { 
 margin: 5px; 
 padding: 5px; 
}
p { 
font-size: 1.0em; color: #000000; line-height: 125%; font-family: tahoma,arial,helvetica,sans-serif 
}
p.blue { 
font-size: 0.9em; color: #3366CC; line-height: 125%; font-family: tahoma,arial,helvetica,sans-serif
}
p.green { 
font-size: 0.9em; color: #008000; line-height: 125%; font-family: tahoma,arial,helvetica,sans-serif
}
p.table { 
font-size: 0.9em; color: #000000; line-height: 125%; font-family: tahoma,arial,helvetica,sans-serif
}
p.table2 { 
font-size: 0.9em; color: #000000; line-height: 125%; margin-bottom: 0; font-family: tahoma,arial,helvetica,sans-serif
}
p.tablevans { 
font-size: 1.0em; color: #000000; line-height: 120%; font-family: tahoma,arial,helvetica,sans-serif
}
p.leftnav {
font-size: 1.05em; color:#FFFFFF; background-color: #4387C4; line-height: 1.5em; margin-bottom: 0; font-weight: normal; padding-left: 3px; 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: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
h2
{
	color:#000000;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0;
	line-height: 1.5em;
	text-align: center;
}
h3
{
	color:#000000;
	font-weight: normal;
	font-size: 1.0em;
	margin-bottom: 0; 
}
h4
{
	color:#FFFFFF;
	font-weight: normal;
	font-size: 1.05em;
	margin-bottom: 0;
	line-height: 1.5em;
}
h5
{
	color:#FF0000;
	font-weight: normal;
	font-size: 1.0em;
	margin-bottom: 0;
}
h6
{
	color:#000000;
	font-weight: normal;
	font-size: 0.9em;
	margin-bottom: 0;
}
hr { 
 color: #663300;
 background-color: #663300; 
 height: 3px;
 width: 70%; 
 text-align: center;/*this will align it for IE*/
}
.centered { 
 text-align: center; 
}
.indent { 
 padding-left: 30px; 
}
.indent2 { 
 padding-left: 15px; 
}
.indent3 {
 padding-left: 7px;
}