/* Advanced Hosting CSS Document */



body {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7F81;
}



h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1.2px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
	padding: 15px 0px 10px 0px;
}

h3 {
	font-size: 1.2em;
}

.title {
	font-family: Franklin Gothic Medium Condensed, Tahoma, Arial, Helvetica, sans-serif;
	color: #013474;
	font-weight: 400;
	padding-bottom: 4px;
	border-bottom: 1px solid #013474;
	margin-bottom: 20px;
}



p, ul, ol, li {
	margin-top: 0;
	line-height: 140%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #119dda;
}

a:hover {
	color: #013474;
	text-decoration: underline;
}

img.border {
	border: 6px solid #E1F1F6;
}



 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}





