body {
	font-family: Arial, Verdana, Helvetica, sans-serif, Arial;
	font-size: 13px;
	background: #2A1F5B url(dgreen.jpg);
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #2A1F5B;
	scrollbar-darkshadow-color: #12350D;
	scrollbar-face-color: #C5E3C1;
	scrollbar-highlight-color: #E2F3E0;
	scrollbar-shadow-color: #32632B;
	scrollbar-track-color: #2A1F5B
}

/* for visited links */
a:visited {
	color: #03B4D4; font-size: 14px; font-weight: bold; text-decoration: none; 
}

/* for unvisited links */
a:link {
	color: #03B4D4; font-size: 14px; font-weight: bold; text-decoration: none;
}

/* when mouse is over link */
a:hover {
	color: #2BBC13; font-size: 14px; font-weight: bold; text-decoration: none; 
}

/* when link is clicked */
a:active {
	color: #2BBC13; font-size: 14px; font-weight: bold; text-decoration: none;
}

/* normal text color */
td, p {
	color: #034E94; font-family: Arial, Verdana, Helvetica, Helvetica, sans-serif, Arial; font-size: 13px; font-weight: bld;
}

/* a.light - for visited links */
A.light:visited {
	color: #C39E8C; font-size: 15px; 	font-weight: bold; text-decoration: none;
}

/* a.light - for unvisited links */
A.light:link {
	color: #C39E8C; font-size: 15px; 	font-weight: bold; text-decoration: none;
}

/* a.light - when mouse is over link */
A.light:hover {
	color: #2BBC13; font-size: 15px; font-weight: bold; text-decoration: none; 
}

/* a.light - when link is clicked */
A.light:active {
	color: #2BBC13; font-size: 15px; font-weight: bold; text-decoration: none;
}




