.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
a.address  {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration : none;
}


a:hover.address {
	color : #FFFFFF;
	text-decoration : underline;
}


.body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin-top: 1em; 

}

p,td {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin-top: 1em; 

}

a  {
	color: #666666;
	font-weight: bold;
	text-decoration : none;
}


a:hover {
	color : #666666;
	text-decoration : underline;
}

H1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	margin-top: 2em; 
	margin-bottom: 1em;
}

H2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	margin-top: 2em; 
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
}


