/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	font-size: 9pt;
	margin-left: 40px;
	margin-top: 18px;
}

a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0033FF;
}

a:link{
	color: #0033FF;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
	color: #330099;
}

a:hover{
	color: #FF3300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #334d55;
	margin: 0px;
	font-weight: bolder;
	padding-bottom: 5px;
}

h2{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #4D4D4D;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: lighter;
}

h3{
	font-family: Georgia, Times, serif;
	font-size: 11pt;
	color: #484848;
	margin: 0px;
	font-style: normal;
	line-height: 15px;
	font-weight: lighter;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 9px;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: x-small;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
	color: #666666;
	padding-top: 8px;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
	list-style-image:  url("../images/BackGrounds/img_li.gif");
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 8px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 15px 0px 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	color: #FF9933;
	background-color: #FFFFFF;
}

#globalNav a {
	padding: 0 4px 0 0;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: none;
	border: 1px solid #cccccc;
	color: #666666;
	padding: 10px;
	font-weight: normal;
	float: left;
	height: 28px;
	width: 700px;
	background-color: #FFFFFF;
}
.h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
}
#wrap {
	margin: auto;
	float: left;
	height: auto;
	width: 710px;
}
