body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0033CC;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #CC0000;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial, sans-serif;
 color: #990000;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 0%;
	margin-right: -15px;
	width: 98%;
	
}

#pageArea{
	position: absolute;
	top: 45px;
	left: 1%;
	right: 0;
	margin-right: -15px;
	height: 0;
	width: 98%;
	visibility: visible;
}

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/glbnav_background.gif);
	top: 5px;
}

#globalNav img{
	margin-bottom: -15px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 20px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 4px 10px 8px 5px;
	border-right: 1px solid #EFEFEF;
}

a.glink:hover{
  	background-image:   url(../images/glblnav_selected.gif);
	text-decoration: none;
}
.style11 {font-size: x-small}
.style12 {font-size: smaller}
