@charset "utf-8";
a:visited {
	color: #3C984E;
}
ul {
    list-style-type: none;
	margin-left:-30px;
}
li a {
	display: inline-block;
	background-image: url(../images/square.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 425px;
	font-size: 0.9em;
	float: left;
	padding: 5px;
	color: #993300;
	text-decoration: none;
}
li a:hover{
    background-image: url(../images/square_a.png);
	background-repeat: no-repeat;
	color: #B0D13D;
	text-decoration: underline;
}
.clear {zoom:1; clear:both;} 
body {
	background-image: url(../images/bg2.gif);
	background-repeat: repeat;
}
body,td,th {
	font-size: 0.9em;
}
#iframe {
	margin-top: -50px;
}
.style1 {
	font-size: 1.2em;
	margin-top: 1em;
}