@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #a6a68f;
}
a:link {
	color: #eeeeee;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EEEEEE;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFF66;
}
.small {
font-size: 10px;
}
.heading1{
font-size: 16px;
}
.heading2{
font-size: 14px;
}
input {
	font-size: 12px;
	color: #666600;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.t1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

.t2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

-->

a.style1 {
	color: #000000;
	text-decoration: none;
}
a:hover.style1{
	text-decoration: none;
	color: #FFFFFF;
}
a:active.style1 {
	text-decoration: none;
	color: #FF0000;
}
