@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin:0px;
	background-image:url(images/bg1.jpg);
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin:0px;
	background-image:url(images/bg1.jpg);
}



a:link {
	color:#999900;
	text-decoration:none;
}
a:visited {
	color:#999900;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
a:active {
	color:#FF0000;
	text-decoration:none;
}
.top {
	margin:0px auto;
	padding:0px;
	background-image:url(images/top3.png);
	background-position:top;
	background-repeat:repeat-x;
}
.container {
	width:840px;
	margin:0px auto;
	margin-top:10px;
	padding-top:5px;
	background-color:#FFFFFF;
/*	border:1px solid #999966; */
}
.nav {
	clear:left;
	float:left;
	width:220px;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
.nav a:link {
	color:#666600;
}
.nav a:visited {
	color:#666600;
}
.nav a:hover {
	color:#990000;
	text-decoration:none;
}
.nav ul {
	list-style-type:none;
	padding:3px 0px;
	margin:0px;
}
.nav li {
	list-style-type:none;
	padding:5px 0px;
	margin:0px;
	border-bottom:1px solid #999999;
}
.content {
/*	border:1px solid #cccccc; */
	margin-top:20px;
	padding:5px;
}
.text { 
	width:550px;
	clear:right;
	float:right;
	padding-left: 20px;
	margin-right:20px;
	border-left:1px solid #cccccc;
}
.pages {
	font-size:10px;
	text-align:right;
}
.current {
	float:right;
	clear:right;
	padding:3px 30px;
	background-color:#999966;
	color:#FFFFFF;
}
.footer {
	clear:both;
	background-color:#999966;
	color:#333333;
	font-size:10px;
	text-align:center;
	padding:5px 10px;
	margin:0px auto;
	margin-bottom:20px;
	width:820px;
}
.header1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px dotted #999999;
}
.header2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
}
.header3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}
.header4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}
