
	H1 {
	font: bold 18pt Arial, Helvetica, sans-serif;
	color: Maroon;
	margin-bottom: 1px;
}
H2 {
	font: normal 10pt Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
}

a.menu:link {
	
	font-family:Arial;
	color:#5E5E5E;
	text-decoration:none;
	font-weight:bolder;
	font-size:14;

}

a.menu:visited {
	
	font-family:Arial;
	color:#5E5E5E;
	text-decoration:none;
	font-weight:bolder;
	font-size:14;


}

a.menu:hover {
	
	font-family:Arial;
	color:black;
	text-decoration:none;
	font-weight:bolder;
	font-size:14;


}

a.menu:active {
	
	font-family:Arial;
	color:grey;
	text-decoration:none;
	font-weight:bolder;
	font-size:14;


}

a.menublack:link {
	
	font-family:Arial;
	color:black;
	text-decoration:none;
	font-weight:bolder;
	font-size:14;

}

a.menublack:visited {
	
	font-family:Arial;
	color:black;
	text-decoration:none;
	font-weight:bolder;
	font-size:14;


}

a.menublack:hover {
	
	font-family:Arial;
	color:black;
	text-decoration:none;
	font-weight:bolder;
	font-size:14;


}

a.menublack:active {
	
	font-family:Arial;
	color:black;
	text-decoration:none;
	font-weight:bolder;
	font-size:14;


}

.header-white {

	color:#ffffff;
	font-family:Verdana;
	font-size:14;

}

.border-grey {

	border:1px #dddddd solid;
	font-family:Arial;
	font-size:10pt;

}

.border-grey-right {

	border-right:1px #dddddd solid;
	border-bottom:1px #dddddd solid;

}

.border-grey-bottom {
	
	border-bottom:1px #dddddd solid;

}