/******* Page styles *******/
.style1 {
	color: #659CDA
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.style6 {
	color: #330066
}

.OSwhite {
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
}

.bodybg {
	background-image: url(images/back.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.lshad {
	background-image: url(images/lshadow.jpg);
	background-position: right top;
	width: 30px;
	background-repeat: no-repeat;
}

.rshad {
	background-image: url(images/rshadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 30px;
}

.nheader {
	vertical-align: top;
}

.content {
	background-image: url(images/content.jpg);
}

.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;
}

.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;
}

.footertext {
	clip:   rect(auto auto auto auto);
	line-height: 12px;
	font-size: 12px;
}

.bullet_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-image: url(images/tinydot.gif);
	margin-right: 5px;
}

/******* Navigation Styles *******/
#globalLink{
	text-align: center;
	vertical-align: middle;
	top: 3px;
	position: relative;
}

a.glink, a.glink:visited{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	border-right: 1px solid #E2ECF8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/navselect.gif);
}

a.glink:hover{
	background-image: url(images/navselect2.gif);
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.subglobalNav{
	position: absolute;
	top: 221px;
	width: 740px;
	padding: 0px 0px 0px 10px;
	visibility: inherit;
	text-align: center;
	vertical-align: middle;
}

.subglobalNav a:link, .subglobalNav a:visited {
	color: #012240;
}

.subglobalNav a:hover{
	color: #89B5E4;
}

