/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Tahoma, sans-serif;
	color: #000000;
	line-height: 1.2;
	padding: 5px;
	font-size: 10pt;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-attachment: fixed;
	background-image: url(Images/bk.jpg);
	background-repeat: repeat-x;
}

hr {
	color: #666666;
}
.style1 {
color: #990000;
	margin: 0px;
	line-height: 1.5em;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	}
.style2 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.pagelinks2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E7CC0A;
	font-style: italic;
}


.style3 {
	color: #0066FF;
	font-size: 10pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.style4 {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
}

.style5 {
	color: #E7CC0D;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style6 {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.style7 {
	font-family: Tahoma, sans-serif;
	color: #000000;
	line-height: 1.2;
	font-size: 7pt;
	font-style: normal;
	font-variant: normal;

}


.style8 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	line-height: 1.9;
	font-size: 20pt;

}

.style9 {
	font-family: Tahoma, sans-serif;
	color: #000000;
	line-height: 1.2;
	font-size: 10pt;

}


.style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EACF00;
	line-height: 1.2;
	font-size: 16pt;

}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}


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

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

h1{
	color: #990000;
	margin: 0px;
	line-height: 1.5em;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 32pt;
	font-style: italic;
}

h2{
	color: #990000;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 1.5em;
	font-style: italic;
	font-weight: bold;
}

h3{
	color: #FFCC00;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

h4{
	color: #990000;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

h5{
 font: 100% Tahoma,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/**************left navigation tag styles **************/
#pageNav{
	float: left;
	width:250px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;

}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

#globalLink{
	position: absolute;
	top: 160px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 166px;
	z-index: 100;
}


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

a.glink:hover{
  	background-image: url(Images/glblnav_selected.gif);
	text-decoration: none;
}

.style12 {
	font-size: 12pt;
	color: #000066;
	font-weight: bold;
}

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

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
