// default color scheme
A{
	font-family: Verdana; 
	font-size: 8pt; 
	text-decoration: none; 
	color: #FF0000; 
	font-weight: bold;
}


A:link {text-decoration: underline; color: red;}
A:visited {text-decoration: underline; color: red;}
A:active {text-decoration: underline; color: red;}
A:hover {text-decoration: underline; color: red;}


BODY,TD,TR{
	font-family: Verdana; 
	font-size: 8pt; 
}

BODY {
	background-image: url(../../images/background.jpg);
	background-color: #f9f9f8;
	background-position: top center;
	background-repeat: no-repeat;
	color: #000000;
}

.cell1 {
	background-color: #ededed; 
	color: #000000;
}

.cell2 {
	background-color: #f9f9f8; 
	color: #000000;
}

.table_border1 {
	background-color: #000000;
}

.table_border2 {
	background-color: #000000;
}


.hdr {
	background-color: #d9d9d6; 
	color: #000000;
}

input,textarea,select {
	margin-top: 3px; 
	border-style: 2; 
	background-color: #FFFFFF; 
	border: solid 1px #000000; 
	font-size: 8pt;
	font-family: "Verdana";
	color: #171717;
}

