/* Global Styles */
body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #3f6e9f;
	background-image: url(../pics/index_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
                } 

p, div, table, th, tr, td, h1, h2, h3, img, span {
                font-family: Arial, Helvetica, sans-serif;
                font-weight: normal;
                font-size: 9pt;
                text-decoration: none;
                border: none;
                }
p {
                margin: 10px 0 10px 0;
                padding: 0;
                font-size: 12pt;
                }                

a, a:visited {
                text-decoration: underline;
                color: #0000FF;
                }                

a:hover, a:active {
                text-decoration: none;
                color: #990000;
                }
li {
                padding-bottom: 10px;
              }

 
.header_bg {
	background-image: url(../pics/index_header.jpg);
	background-repeat: no-repeat;
}
.lightBlue {
	color: #b3caec;
}
.middleButtons {
	background-image: url(../pics/index_mid_buttons.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
}
.bottomText {
	font-size: 12pt;
	padding-top: 15px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
}
.mainbody {
	font-size: 12pt;
	color: #FFFFFF;
	padding-bottom: 0px;
	text-align: left;
}
.bottomTextItalixBlue {
	font-style: italic;
	font-weight: bold;
	color: #021953;
}
.subText {
	padding-left: 150px;
	padding-top: 50px;
}
.pagetitle {
	font: italic bold 18pt Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	border-bottom: 3px solid #31386B;
	letter-spacing: 4px;
	margin: 9px;
	text-indent: 7px;
	width: 600px;
}
.subtext {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
}
.defaultfont {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000000;
}
.accentfont {
	font: italic 16pt "Times New Roman", Times, serif;
	color: #003399;
}
