/* set the page background color and margins. */
body {
	margin: 0px; padding: 0;
	scrollbar-3dlight-color: #0079C2;
	scrollbar-darkshadow-color: #0079C2;
	scrollbar-highlight-color: #0079C2;
	scrollbar-shadow-color: #0079C2;
	scrollbar-face-color: #fff;
	scrollbar-arrow-color: #0079C2;
	scrollbar-track-color: #9DC8E7;
	background: #9DC8E7;
}

/* set the page font formatting. */
body, p, div, td { font: normal 8.5pt verdana; color: #333; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: normal; text-decoration: underline; color: #BA3406; } /* unvisited link color */
a:hover { font-weight: normal; text-decoration: underline; color: #0079C2; } /* hover over an unvisited link color */
a:visited { font-weight: normal; text-decoration: underline; color: #BA3406; } /* visited link color*/
a:visited:hover { font-weight: normal; text-decoration: underline; color: #0079C2; } /* visited link hover color*/


/* set all H tags to 0 margin. This allows another element to be directly below it on the page */
h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }

/* set font size for each H tag. Change this before using any of these elements */
h1 { font: bold 12pt verdana; color: #0079C2; }
h2 { font: bold 11pt verdana; color: #000; }
h3 { font: bold 9pt verdana; }
h4 { font: bold 10pt verdana; }
h5 { font: bold 10pt verdana; }
h6 { font: bold 10pt verdana; }
h7 { font: bold 10pt verdana; }


/* only custom styles below this line */
.imgBorder { border: 1px solid #DAEDF9; }
.blackimgBorder { border: 1px solid #000000; }
.larger { font-size: 1.2em; }
.larger { color: #ffffff; }
.red { color: #cc0001; }

/* set input, select and textfield elements sizes */

input, select, textarea {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

input.noborder { border: 0px solid #666666; }

.table_bg { background: #fff url(../images/body.gif) no-repeat;}

.footer_nav { font: normal 8pt verdana; color: #000; }
.footer_nav a:link { font-weight: normal; text-decoration: none; color: #BA3406; } /* unvisited link color */
.footer_nav a:hover { font-weight: normal; text-decoration: none; color: #0079C2; } /* hover over an unvisited link color */
.footer_nav a:visited { font-weight: normal; text-decoration: none; color: #BA3406; } /* visited link color*/
.footer_nav a:visited:hover { font-weight: normal; text-decoration: none; color: #0079C2; } /* visited link hover color*/


#container { border-right: 1px solid #000; border-left: 1px solid #000; }
.homecontent { background: #fff url(../images/body_home_bg.jpg) repeat-y; }
.footer { background: #fff url(../images/footer.jpg) no-repeat; padding: 15px; font: normal 8.5pt verdana; color: #fff; }
.footer a:link { font-weight: normal; text-decoration: none; color: #fff; } /* unvisited link color */
.footer a:hover { font-weight: normal; text-decoration: none; color: #333; } /* hover over an unvisited link color */
.footer a:visited { font-weight: normal; text-decoration: none; color: #fff; } /* visited link color*/
.footer a:visited:hover { font-weight: normal; text-decoration: none; color: #333; } /* visited link hover color*/

.wacontent { background: #fff url(../images/body_how_bg.jpg) repeat-y; }

.waInput {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #333333;
  background-color: #FFFFFF;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}
