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

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

a {
	color: #009903;
	text-decoration: none;
}
a:hover {
	color: #66cc00;
}
#wrapper {
	vertical-align: center;
	text-align: left;
	width: 100%;
}

#navigation {
	font-family: arial;
	font-size: 12px;
	color: #cccccc;
}

#maintable {
	width: 100%;
	background-color: #e7f1f5;
}

#maintable .middle_extend {
	background-image: url(images/middle_rightbg.jpg);
	background-repeat: repeat-x;
}

h1, h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #009900;
	border-bottom: 1px solid #dddddd;
}
#content {
	width: 100%;
	background-image: url(images/content_top.jpg);
	background-repeat: repeat-x;
}

#content td {
	text-indent: 15px;
}

#content ul {
	list-style-type: none;
}

#content ul li {
	font-family: arial;
	font-size: 12px;
	color: #173341;
}

.special {
width:5px;
visibility:hidden;
}

#advertiseform {
	padding-left: 20px;
	font-family: arial;
	font-size: 12px;
}

#advertiseform input {
	border: 1px solid #cccccc;
}






