body {
	font-family: Arial, Century Gothic, sans-serif;
	font-size: 8pt;
	font-weight: plain;
	color: #000066;
}

h1 {
	font-family: Arial, Century Gothic, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}

.heading {
	font-family: Arial, Century Gothic, sans-serif;
	font-size: 14pt;
	font-weight: plain;
	color: #1b5c2e;
}

h3 {
	font-family: Arial, Century Gothic, sans-serif;
	font-size: 14pt;
	font-weight: plain;
	color: #1b5c2e;
}

h2 {
	font-family: Arial, Century Gothic, sans-serif;
	font-size: 10pt;
	font-weight: plain;
	color: #3399FF;
}

.content {
	font-family: Arial,sans-serif;
	font-size: 8pt;
	color: #333333;
}


a:link {
	font-family: Arial, Tahoma, sans-serif;
	color: #000066;
	font-size: 9pt;
	text-decoration: none;
	
}
a:hover {
	font-family: Arial, Tahoma, sans-serif;
	color: #000066;
	font-size: 9pt;
	text-decoration: underline;
	cursor: hand;	
}
a:active {
	font-family: Arial, Tahoma, sans-serif;
	color: #000066;
	font-size: 9pt;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Tahoma, sans-serif;
	color: #000066;
	font-size: 9pt;
	text-decoration: none;

}




.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}

.imgborder {
	border:1px solid #1b5c2e; 
	border-collapse:collapse;
	background-color: #FFFFFF;	
	bordercolordark: #FFFFFF;
	bordercolorlight: #FFFFFF;
}
