body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3333FF;
	text-decoration: underline;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	}
a:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #3333FF;
}
a:visited {
	text-decoration: underline;
	color: #3333FF;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #3333FF;
}
.style1Copy {
color: #CCCCCC
}
.style3Copy {
font-size: 10px
}
h1 {
	font-size: 18px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #FF6600;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
h5 {
	font-size: 18px;
	color: #FF6600;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 12px;
	color: #333333;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #FFFFFF;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

#sectionLinks a:visited{
	border-top: 1px solid #FFFFFF;
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}

#sectionLinks a:hover{
	border-top: 1px solid #666666;
	background-color: #999999;
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 12px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 12px;
}

.relatedLinks a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.relatedLinks a:visited{
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

.relatedLinks a:hover{
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}




/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FF9933;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 12px;
}

#headlines h3{
	padding: 10px 0px 2px 0px;
	font-size: 12px;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

#headlines a:visited{
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

#headlines a:hover{
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.style5Copy {
	color: #FF6633;
	font-size: 12px;
}
.style6 {
color: #FF6633
}
.style7Copy {
	color: #FF9933;
	font-size: 12px;
	font-weight: bold;
}
.style8Copy {
	font-size: 9px;
	color: #CCCCCC;
}
.style10Copy {
font-size: 9px
}
.style8Copy {
	font-size: 9px;
	color: #CCCCCC;
}
.style10Copy {
color: #FF9933
}
.style1Copy {
font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
.style3Copy {
font-size: 12px
}
.style4Copy {
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
}
.style5 {
color: #666666
}
.style74Copy {
	color: #738AA7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style66 {
	color: #000000;
	font-size: 10px;
}
.style67 {
	color: #333333;
	font-size: 24px;
}
.style68 {
	color: #333333;
	font-size: 18px;
}
.style13 {
	color: #FF0000;
	font-size: 9px;
}
.style1 {
	color: #0000FF;
	font-weight: bold;
}


/************* globalNav styles ****************/

#globalNav{
	width: 845px;
	min-width: 750px;
	height: 32px;
	color: #6666FF;
	padding: 0px;
	margin: 0px;
	background-color: #76BEEA;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	top: 349px;
	height: 18px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 15px;
	z-index: 100;
}


a.glink, a.glink:visited{
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #ffffff;
	background-color: #76BEEA;
}

a.glink:hover{
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	background-color: #BDD258;
}

.skipLinks {display: none;}

/*********** #head styles ***********/

#head{
	margin: 0px;
	padding: 0px;
	background-image: url(imgs/topbg.gif);
	height: 193px;
	width: 850px;
	position: relative;
}
