@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	margin:0px;
}
a {
	font-size: 12px;
	color: #FF6600;
	border-bottom:dotted 1px #006699;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009999;
}
a:hover {
	text-decoration: none;
	color: #009999;
	border-top: dotted 1px #006666;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color:#003366;
	border-bottom:solid 1px #333333;
	text-transform:uppercase;
}
h2 {
	font-size: 18px;
	color: #333333;
}
.style1 {
	font-size: 10px
}

a img {border:none}

ul, li {
	list-style:circle;
	margin-left:50px;
	}