body {
	background-color:#ffffff;
	font-family: Lucida Grande, Verdana, Trebuchet, serif;
	font-weight : normal;
	font-size: 		15px;
	line-height:	18px;
	color: #0F5B7E;
    background-image:url(/images/bg.gif);
    background-repeat:repeat-x;
} 

a:link 
{
	color: 			#0F5B7E;
	text-decoration: none;
} 
a:visited 
{
	color: 			#0F5B7E;
	text-decoration: none;
}
a:hover 
{ 
	color: 			#0F5B7E;
	text-decoration: underline;
}
a:active 
{
	color: 			#0F5B7E;
	text-decoration: none;
}


h1 {
	font-weight : normal;
	font-size: 		24px;
	color: 			#0F5B7E;
}

h5 {
	font-weight : normal;
	font-size: 		11px;
	color: 			#0F5B7E;
}

