body {
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#e3f2f9;
}
.titletext {
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	
}
a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; } 
a:hover { color: blue;text-decoration: underline; } 
.bodytext {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.bodytext a:visited{
	color: red; 
	text-decoration: none; 
	} 
.bodytext a:hover{
	 color: blue; 
	 } 

.footer {
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right:5px;
}
.footer a{
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right:5px;
}

.footer a:hover{
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#FFFF33;
	text-decoration: none;
	padding-right:5px;
}


