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

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #336699;
}
a:hover {
	text-decoration: none;
	color: #336699;
}
a:active {
	text-decoration: underline;
	color: #336699;
}
.style3 {
	font-size: 11px;
	color: #999999;
}
#wrapper {
	margin: 0 auto;
	width: 555px;
	border-left:solid 1px #A5C132;
	border-bottom:solid 10px #A5C132;
	padding-bottom:20px;
}
#footer {
	margin:0 auto;
	width:555px;
	margin-top:20px;
	color:#A5C132;
	font-size:10px;
}
#footer a {
	color:#A5C132;
	font-size:10px;
}
h1 {
	color: #A5C132;
	font-size:20px;
	font-weight:100;
}
h2 {
	font-size: 12px;
	color: #666;
	font-weight:bold;
}
.imgborder {
	border: solid 1px #A5C132;
 border-style:!important;
}

