body, p, td 
{
	font-family: arial;
	font-size: 13px;
	color: Black;	
}

h1 
{
	font-family: arial;
	font-size: 13px;
	color: #ffffff;
	background-color: #739e42;	
	padding: 4px;
}

h2 
{
	font-family: arial;
	font-size: 18px;
	color: #527496;	
}

h3 
{
	font-family: arial;
	font-size: 14px;
}

h4 
{
	font-family: arial;
	font-size: 13px;
}

a 
{
	font-family: arial;
	font-size: 13px;
	color: #527496;	
	text-decoration: none;
}

a:hover 
{
	font-family: arial;
	font-size: 13px;
	color: #527496;	
	text-decoration: underline;
}

a.menu 
{
	font-family: arial;
	font-size: 13px;
	color: #527496;	
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover
{
	font-family: arial;
	font-size: 13px;
	color: #527496;	
	text-decoration: underline;
	font-weight: bold;
}

a.topMenu 
{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;	
	text-decoration: none;
	font-weight: bold;
}

a.topMenu:hover
{
	font-family: arial;
	font-size: 11px;
	color: #fcdf53;	
	text-decoration: none;
	font-weight: bold;
}

a.about 
{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;	
	text-decoration: none;
	font-weight: bold;
}

a.about:hover
{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;	
	text-decoration: underline;
	font-weight: bold;
}

td.about 
{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;	
	text-decoration: none;
	font-weight: bold;
}

hr 
{
	height: 1px;
	border-top: 4px solid #fcdf53;	
}

input 
{
	font-family: arial;
	font-size: 11px;
	color: Black;	
	height: 20px;
	border: 1px solid black;
}

input.button 
{
	font-family: arial;
	font-size: 11px;
	color: #000000;
	background-color: #fef3ba;
	border: 2px solid #fcdf53;
	height: 21px;	
}