/* This is a comment */
a {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

a:link {
	color: #CC9999;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	font-weight: 600;
}

a:visited {
	color: #CC9999;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	font-weight: 600;
}

a:hover {
	color: #CC9999;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline , overline;
}

body {
	background-color: #330000;
	font: normal 600 medium "Times New Roman", serif;
	scrollbar-3dlight-color: #80835A;
	scrollbar-arrow-color: #95004A;
	scrollbar-darkshadow-color: #80835A;
	scrollbar-face-color: #330000;
	scrollbar-highlight-color: #95004A;
	scrollbar-shadow-color: #80835A;
	scrollbar-track-color: #330000;
	color: #CC9999;
}

#midbackground {
	background-image: url(./images/background.jpg);
}


table.table {
	background : bgcolor="antiquewhite";
	color : #267548;
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	font-variant : normal;
	font-weight : 600;
	width : 500;
	
	}
table.text{
	color : antiquewhite;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight : bold;
}


td.text{
	color : #FFFFB0;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight : bold;
}

td.td1 {
	background : bgcolor="antiquewhite";
	color : #000000;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-variant : normal;
	font-weight : bold;

}

td.td2 {
	background : #0002F9;
	color : #FF0909;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-variant : normal;
	font-weight : bold;
	width : 150;
}

.text{
	color : #FFFFB0;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight : bold;
}
TD,TH,P,BR,BODY,LI {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
FORM,INPUT,OPTION,SELECT,TEXTAREA {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}