<!-- css

a {text-decoration: underline; color:#787878;}
a:link {color: #7A9550;	font-weight: bold;}
a:visited {color: #ADB678; font-weight: bold;}
a:hover {color: #EBD292; font-weight: bold;}
a:active {color: #EBD292; font-weight: bold;}

body {margin:0px;padding:0px; background-image: url(images/bg.jpg);}

body,td,th {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #5B5B5B;
}
.heading {	color: #989899; font-weight: bold;	font-size: 14px;}
.bluebold {	color: #668499;	font-weight: bold;	font-size: 14px;}
.gray {color:#787878; text-decoration:none}
.green {color:#7B874A; text-decoration:none}
.red {color:#C1725E; text-decoration:none}
.white {color:#ffffff;}
.dark {color:#000000;}

.small {font-size:10px}
.und {text-decoration:underline}
.big {font-size:13px}
.bigger {font-size:14px}

.rollover {scrollbar-face-color:#5B5D58;
		scrollbar-track-color:#E2E1DE;
		scrollbar-arrow-color:#E2E1DE;
		scrollbar-3Dlight-color:#E2E1DE;
		scrollbar-base-color:#E2E1DE;
		scrollbar-shadow-color:#E2E1DE;
		scrollbar-darkshadow-color:#E2E1DE;
		scrollbar-highlight-color:#E2E1DE;
		}





