body
	{
		background-color: #EFF7F7;
		color: #000000;
		font-family: Georgia, serif;

	}
	
}
    a {color: #000000;font-weight: bold;}
	a:link{text-decoration: none;font-weight: bold;}
	a:hover{color: #233183;font-weight: bold;}
	a:active{text-decoration: none;}
	a:visited{text-decoration: none;}
h1 {
	color: #000000;
	font-family: Georgia, serif;
	font-size : 15pt;
}	
h2 {
	color: Red;
	font-family: Georgia, serif;
	font-size : 12pt;
}	
h3 {
	color: Red;
	font-family: Georgia, serif;
	font-size : 20pt;
}	
h4{
	color: Black;
	font-family: Georgia, serif;
	font-size : 12pt;
}
	


p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
}
.menu
	{
		background-color: #EFF7F7;
		font-family: Georgia, serif;
		font-style: normal;
		border-color: #cccccc;
		border-style: ridge;
		color: #63A8BE;
		/*display: block;*/
}
.menuhilite	{
		background-color: #EFF7F7;
		text-decoration: none;
		background-color: #B1D4DF;
		cursor: hand;
		border-style: ridge;
		border-color: #cccccc;
	}