@import url("screen.css");
@import url("header.css");
@import url("SpryAccordion.css");

*, html, body{
margin: 0 auto;
padding: 0;
font-family: Verdana;
font-weight: normal;
font-size: .96em;
}

body{
font-family: Lucida, Verdana, sans serif;
background: #fff url('../images/mainBg.png') repeat-y center top;
width: 100%;
height: 100%;
left: 0;
top: 0;
}

.bodyContainer {
width: 1024px;
height: 1000px;
text-align: left;
padding: 0px;
}

.subject{
width: 350px;
height: 30px;
position: absolute;
margin-left: 310px;
margin-top: 33px;
font-size: 10px;
}
.subject a, .subject a:link, .subject a:visited, .subject a:active{
font-size: 10px;
color: #434343;	
text-decoration: none;
}

.subject a:hover{
font-size: 10px;
color: #009de0;	
text-decoration: underline;
}



#heading i, #heading{ font-weight: bold; }

.flashContent .disclaimer{
width: 100%;
height: 70px;
float: left;

}
.disclaimer p i, .disclaimer p{
font-size: 10.5px !important;
}

.flashContent .parag, .flashContent .parag i{
font-weight: bold;
}


