body {
	background-color: #C5C5B9;
	margin: 5px;
	padding: 5px;
}
a:link {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}     /* unvisited link */
a:visited {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}  /* visited link */
a:hover {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}   /* mouse over link */
a:active {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}   /* selected link */

a.two:link {
	color: #FEFFEF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.two:visited {
	color: #FEFFEF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.two:hover {background: #666666; text-decoration:none}
a.three:link {
	color: #FEFFEF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.three:visited {
	color: #FEFFEF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.three:hover {background: #cc0000; text-decoration:none}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.border {border:10px solid #FFFFFF}

.border_bl {border:1px solid #000000}

.style_title {
color: #1A0605;
letter-spacing: -1px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
}
.style1 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td.test {
	border: 1px solid grey;
	padding: 0px;
	background-color: #F0FAFF;
	color: #000000;
	} 

td.test2 {
	border: 1px solid grey;
	padding: 0px;
	background-color: #475876;
	color: #FFFFFF;
}  
