body {
 background-color: #EAEAEA;
 background-image: url("images/bg.gif");
 margin-left: 0px; 
 margin-right: 0px; 
 margin-top: 0px; 
 font-size: 11px; 
 line-height: 14px;
 font-family: "georgia","verdana","trebuchet","sans-serif"; 
}

a:link { 
 color: #243567;
 text-decoration: underline; 
}
a:visited { 
 color: #243567;
 text-decoration: underline; 
}
a:active { 
 color: #243567;
 text-decoration: underline; 
}
a:hover { 
 color: #red;
 text-decoration: underline; 
}

a.menu:link {
	font-family: "Lucida Grande","verdana","trebuchet","sans-serif";
	font-size: 10px;
	line-height: 10px;
	color: #243567;
	text-decoration: none; 
}
a.menu:visited {
	font-family: "Lucida Grande","verdana","trebuchet","sans-serif";
	font-size: 10px;
	line-height: 10px;
	color: #243567;
	text-decoration: none; 
}
a.menu:active {
	font-family: "Lucida Grande","verdana","trebuchet","sans-serif";
	font-size: 10px;
	line-height: 10px;
	color: #243567;
	text-decoration: none; 
}
a.menu:hover {
	font-family: "Lucida Grande","verdana","trebuchet","sans-serif";
	font-size: 10px;
	line-height: 10px;
	color: #red;
	text-decoration: underline; 
}

.text_heading {
 font-size: 14px; 
 line-height: 14px;
 color: #243567;
 font-weight: bold;
}
.text_small {
 font-size: 9px; 
 line-height: 10px;
 color: #484848;
}