/******* Page styles *******/
.style1 {
	color: #970007
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.quotetext {
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

.OSwhite {
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
}

.bodybg {
	background-image: url(images/back.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.tborder { 
    border: 1px solid #FFFFFF;
}

.nheader {
	vertical-align: top;
}

.content {
	background-color: #D2D3D5;
}

.content2 {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B9D2EE;
	border-right-color: #B9D2EE;
	border-bottom-color: #B9D2EE;
	border-left-color: #B9D2EE;
}

.toolbar{
	position: absolute;
	top: 224px;
	width: 560px;
	z-index:3;
}



.tableheader {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B9D2EE;
	border-right-color: #B9D2EE;
	border-bottom-color: #B9D2EE;
	border-left-color: #B9D2EE;
	border-bottom-style: solid;
	background-image: url(images/tablehd.jpg);
	background-repeat: repeat-x;
}

.nfooter {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin-top: 4px;
	border: 1px solid #122D4A;
}

.bullet_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-image: url(images/tinydot.gif);
	margin-right: 5px;
}

/******* Layer for floating logo *******/
.llogo{
	position: absolute;
	top: 191px;
	width: 178px;
	z-index:3;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #D2D3D5;
	border-top-width: thick;
	border-top-style: ridge;
	border-top-color: #D2D3D5;
}

/******* Layer for floating flash letters *******/
#Layer2 {
	position:absolute;
	width:764;
	height:300;
	z-index:1;
}

/******* Navigation Styles *******/
.subgnav {
	position: absolute;
	top: 125px;
	width: 740px;
	text-align: center;
	vertical-align: middle;
	visibility: inherit;
	padding: 0px 0px 0px 10px;
	z-index:3;	
}

A.glink:link {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(images/navselect.gif);
	text-decoration: none;
}

A.glink:visited {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(images/navselect.gif);
	text-decoration: none;
}

A.glink:hover {
	font-weight: bold;
    color: #FFFFFF; 
    background-image: url(images/navselect2.gif); 
    text-decoration: underline;
}

A.glink:active {
	color: #FFFFFF;
} 

.subglobalNav{
	position: absolute;
	top: 150px;
	width: 740px;
	text-align: center;
	vertical-align: middle;
	visibility: inherit;
	z-index:3;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #6C0404;
}

.subglobalNav a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

