@charset "utf-8";
/* CSS Document */



body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
}
a:link {
	color: #3399FF;
}
a:visited {
	color: #3399FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #3399FF;
}
h1 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 16px; 
font-weight: bold; 
color: #D00000; 
}
h2 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 16px; 
font-weight: bold;
color:#ff0000;
}

p {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
line-height: 16px;
}
td {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
line-height: 16px;
}
ul li{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
line-height: 16px;
}
ol li {
font-family:Geneva, Arial, Helvetica, sans-serif;
padding-bottom: 15px;
font-size:13px;
}

.blue {
	color: #3399FF;
	font-weight: bold;
}
.style7 {
	font-size: 12pt;
	font-weight: bold;
}
.style11 {font-size: 14px}

.indentmenu{

width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
background-color: #040095;
}

.indentmenu ul li{
display: inline;
font-size: 13px;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
text-decoration: none;
}

.footer {
	font-size: 10px;
	color: #FFFFFF;
}
.footer a {
	font-size: 10px;
	text-decoration:none;
	color: #FFFFFF;
}
.footer a:hover {
	font-size: 10px;
	text-decoration:underline;
	color: #eaeaea;
}
.question {
	font-weight: bold;
	font-size:14px;
	color:#0099FF;
}
.answer {
color:#FFF;
font-weight:normal;
padding-right:45px;
	padding-bottom: 15px;
	list-style-type: none;
	padding-top: 15px;
}

