/* CSS Document */

body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #66CC33;
}
a:visited {
	color: #66CC33;
}
a:hover {
	color: #003399;
}
a:active {
	color: #66CC33;
}
h1 {
	font-size: 16px;
	color: #66CC33;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-size: 13px;
	color: #333333;
}
h4 {
	font-size: 12px;
	color: #5E8C72;
}
p,ol,ul{
	line-height:130%;
}

#page_border_left{
	width:15px;
	background-image:url(images/page_border_left.jpg);
	background-repeat:repeat-y;
}
#page_border_right{
	width:15px;
	background-image:url(images/page_border_right.jpg);
	background-repeat:repeat-y;
}

#left_column{
	padding:5px;
	vertical-align:top;
	width:230px;
}

#main_body{
	padding:15px;
	vertical-align:top;
	border-left:1px solid #CAFFE4;
	
}

.button{
	width:100%px;
}
.button a{
	display: block;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	height:22px;
	padding-top:18px;
	color:#666666;
	background-image:url(images/button_up.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.button a:hover{
	color:#66CC66;
	text-decoration:none;
	background-image:url(images/button_down.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}


#footer{
	padding:5px;
	text-align:center;
	background-color:#6DF89B;
	color:ffffff;
	 font-size:10px;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	color: #000000;
	text-decoration:none;
}