body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	background-image:     url();
	color: #666666;
	font-weight: normal;
	}
/*scroller styles */

#marqueecontainer {
position: relative;
width: 160px; /*marquee width */
height: 200px; /*marquee height */
background-color: #EEEEEE;
overflow: hidden;
border: 3px solid #BAC2D9;
padding: 2px;
padding-left: 4px;
color: dark blue;
}

.standardstext {
background-color: #3D4A98;
color: #EEEEEE;
padding: 3px;
border: 3px solid #BAC2D9;
font-size:12px;

}

.alttext {
padding: 3px;
border: 3px solid #BAC2D9;
text-align: justify;
font-size:12px;


}
	#content {
	margin-left : 12em;

	}
    a:link {
	color: #3d4a98;
}
a:visited {
	color: #3d4a98;
}
a:hover {
	color: red;
}
a:active {
	color: #666666;
}

a.light {color:#ffffff;}
a.light:visited {color:#ffffff;}
a.light:hover {color: #FF0000;}

.style7 {color: #CCCCCC}
.style12 {color: #CC0000}
.style13 {color: #820000}
.style20 {
	color: #000000;
	font-size: 16px;
}
.style25 {font-size: 12px; font-weight: bold; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style26 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.style27 {
color: #000000;
font-size: 16pt;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
}

.style1 {color: #FFFFFF}
.style15 {font-size: 12px}

.style16 {
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}
.style16b {color: #FF0000}
.style17 {
	color: #000000;
	font-weight: bold;
}
.style18 {font-size: 12pt}
.style19 {font-size: 12pt; font-weight: bold; color: #000000; }

.style28 {color: #666666}
.style29 {
	font-size: 9pt;
	color: #003399;
}
.style30 {
	font-size: 14pt;
	color: #003399;
}
.style31 {font-size: 16px}
.style33 {font-size: 14pt}
.style35 {
	font-size: 14pt;
	font-weight: bold;
}
.style37 {
	color: #FF9900;
	font-weight: bold;
	font-size: 11pt;
}
.style38 {font-size: 9pt}
.style40 {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.style42 {color: #FFFFFF; font-weight: bold; font-size: 11pt; }

table{ FONT-SIZE: 10pt; FONT-FAMILY: Arial, Helvetica, color: #333333}
.normal { FONT-SIZE: 10pt; FONT-FAMILY: Arial, Helvetica, color: #666666; font-weight:normal;}

H1 {
	FONT-SIZE: 9pt;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #A40000;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 0mm;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}

.subtitle {font-size: 12px; font-weight: bold; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }
.itablue {
font-style:italic;
color:#0000CC;
font-weight: bold;
}
#aleft {
margin-left: -100px;

}

/* horizontal menu */

#glowingtabs{
float:left;
width:100%;
font-size:100%;
line-height:normal;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background: url("images/glowtab-left.gif") no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background: url("images/glowtab.gif") no-repeat right top;
padding: 8px 12px 4px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: black;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}



<!--[if IE]>

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}



