/* g_main.css */

body{
	font-family: Arial,sans-serif;
	font-size: 10pt;
	color:#000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* Header Tags */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #000000;
	background-color:#FFFFFF;
}

h2{
	font-size: 114%;
	color: #000000;
	background-color:#FFFFFF;
}

h3{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color:#FFFFFF;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
}

h5{
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	background-color:#FFFFFF;
}

h6{
	font-size:x-small;
	font-weight:normal;
	color: #000000;
	background-color:#FFFFFF;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color:#3333CC;
	background-color:#FFFFFF;
	text-decoration: underline;
}

a:visited {
	color:#3333CC;
	background-color:#FFFFFF;
	text-decoration: underline;
}

a:hover {
	color:#FF0000;
	background-color:#FFFFFF;
	text-decoration: underline;
}


/*************** list tag styles ***************/

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

#sub_links{
	font-size: small;
	text-align: center;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	border-right: thin solid #999999;
}

#txt_section{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#top_srv {
	font-size: 114%;
	font-weight: bold;
}

#ads_blk {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#comp_info {
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}

div.ads_hdr {
	margin: 0px 10px 10px 0px;
	background-color:#666666;
	font-size: 85%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 200%;
	white-space: normal;
}

#txt_blk {
	margin: 0px 20px 20px 20px;
	border-left: thin solid #999999;
	border-right: thin solid #999999;
}

#txt_hdr {
	margin: 10px 20px 10px 20px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color:#666666;
	font-size: 95%;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	white-space: nowrap;
}

#txt_dtl {
	margin: 10px 30px 10px 30px;
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 110%;
}

#ads_dtl {
	margin: 0px 10px 10px 0px;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
}

#srv_dtl {
	margin: 0px 10px 10px 0px;
	font-size: 90%;
	font-weight: normal;
	line-height: 120%;
}

#cpyrght {
	margin-top: 10px;
	margin-bottom: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: bold;
	text-align: center;
}

#displ_hdr{
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 85%;
	background-color:#666666;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 200%;
	white-space: nowrap;
}

#displ_lnk {
	text-align:left;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 105%;
	font-size: 90%;
	font-weight: normal;
	padding: 0px;
	border-bottom: 2px solid #999999;
}
/********* form and related tag styles *********/

/* Layout Divs */

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
}

