p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-image: url(images/bg_color.jpg);

}
body {
	background-image: url(images/bg_color.jpg);
	 	SCROLLBAR-FACE-COLOR: #CAD4DD; 
         SCROLLBAR-HIGHLIGHT-COLOR: #CAD4DD; 
         SCROLLBAR-SHADOW-COLOR: #CAD4DD; 
         SCROLLBAR-3DLIGHT-COLOR: #CAD4DD; 
         SCROLLBAR-ARROW-COLOR: #003399; 
         SCROLLBAR-TRACK-COLOR: #CAD4DD; 
         SCROLLBAR-DARKSHADOW-COLOR: #003399
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #003366;
	font-weight: bold;
	font-style: normal;


}
a:hover {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;


}

