/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {text-decoration: underline; color: #000000;}
a:visited {text-decoration: underline; color: #000000;}
a:active {text-decoration: underline; color: #000000;}
a:hover {text-decoration: underline; color: #000000;	background-color: #FF0031;
}


/*Define style for header(s)*/

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000000;
border-bottom-color: #FF0031;
border-bottom-style: solid;
border-bottom-width: thin;
}

h2 {
color: #F7E7A5;
background-color: #004DAD;
}

.Title{
	color: #FF0031;
	font-size:1.2em;
}

.ColHeader{
	font-weight:bold;
}

.SectionHeader{
	font-weight:bold;
	font-size:1.1em;
}

.SectionBlock{
	margin-left:10px;
}