/* Control background color of page */
body {
background-color:#31367c;
}

/* Control Title properties */
.blue14 {
color:#000066;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

/* Control Content properties */
p {
color:#000000;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}


/* Control Bar Content properties */
.bar {
color:#FFFFFF;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

.onwhite a:link{color:#000099;font-size:10px;font-family:Arial, Helvetica, sans-serif;}
.onwhite a:visited{color:#999999;font-size:10px;font-family:Arial, Helvetica, sans-serif;}
.onwhite a:hover{color:#3366CC;font-size:10px;font-family:Arial, Helvetica, sans-serif;}

.footer {
color:#000000;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
}


/* Control link colors to complement the sidebar color*/
A:link{color:#FAD641}
A:visited{color:#999999}
A:hover{color:#FFFFFF}



/* Large Emphasized text */
.bold12 {
color:#000000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}



/* Small Emphasized text */
.red10 {
color:#990000;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

/* Control Content properties */
td {
color:#FFFFFF;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

/* Small Emphasized underlined text */
.underline {
color:#000000;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:underlined;
}