/* CSS Document */

body {
	background-image: url();
	background-repeat: repeat;
	background-color: #536967;
}
body,td,th {
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}
.style1 {
	font-size: 10px;
	font-weight: bold;
}
a {
	font-size: 10px;
	font-style: italic;
}
a:link {
	text-decoration: none;
	color: #D7D7D7;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.style2 {font-size: 14px}