.defaultfont 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #03314b; 
}
.defaultfontred
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #8c2931; 
}
.mediumfont 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #03314b; 
}
.instructionFont
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #03314b; font-style: italic;
}
.instructionFont_normal
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #03314b;
}
.italicFont
 {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #990000; font-style: italic; 
 }
.smallInstructionFont
{
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #990000; 
}
.largeFont
{
	font-family: Arial, Helvetica, sans-serif;font-size: 16px;font-weight: bold;color: #03314b;
}
.largeFontRed
{
	font-family: Arial, Helvetica, sans-serif;font-size: 16px;font-weight: bold;color: #8c2931;
}
.italicInstructionFont
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: white; font-style: italic;
}

body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}

a:link {
        color: #953737;
}
a:visited {
        color: #953737;
}
a:hover {
        color: #953737;
}
a:active {
        color: #953737;
}       
.button
{
 background-color:#336699;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color:White;
 border-bottom-color:Black;
}

.headerFont {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #990000;
        
}


.formFieldFont
{
	font-size: 12px;
	font-family: verdana;
}
.formCaption
{
	font-weight: bold;
	font-size: 12px;
	font-family: verdana;
	color:white;
}
.formHeaderBackground
{
  background:steelblue;
}

.formBodyBackground
{
 background:silver; 
}
.errorMessage
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.formFieldBoldFont
{
	font-weight:bold;
	font-size: 12px;
	font-family: verdana;
}

