/* positioning styles */
body {
	margin: 10px 10px 20px 80px;
    padding: 0px;
    text-align: left;
   text-valign: top;
   }

H1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:16px;
	line-height:20px;
	color:#000;
	padding:0px 0px 2px 0px;
	margin:0px 0px 16px 0px;
	font-weight:normal;
	border-bottom:1px dotted #333;
}

H2 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	line-height:18px;
	color:#000;
	padding:0px 0px 2px 0px;
	margin:0px 0px 10px 0px;
	font-weight:normal;
	border-bottom:1px dotted #333;
	
	}

H3 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#666;
	line-height:18px;
	margin-top:2px;
}

H4 {
	font-family: Times New Roman, Times, serif;
	font-size:12px;
	color:#777;
	line-height:12px;
	/* margin-top:2px; */
 margin-bottom:2px; 
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height:15px; 
	color: #333333;
}

A {
	text-decoration:none;
	color:#995;
}

A:hover {
	text-decoration:underline;
	color:#bb5;
}

#footer {
	height:25px;
	background-color:#000;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#999;
	padding-top:10px;
}
h5 {

	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#887;
	line-height:12px;
	color:#ccc;
	/* margin-top:2px; */
	font-weight:normal;
	margin-bottom:2px;
}
