/* CSS Document */


body {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size: 11px;
	line-height: 20px;
}

.text_bold {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #507811;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

.p_head {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #507811;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}

.error_msg {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}



a.link{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:10px;
	color:#25D825;
	text-decoration:none;
}

a.hover{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:10px;
	color:#25D825;
	text-decoration:underline;
}

a.active{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:10px;
	color:#25D825;
	text-decoration:none;
}

a.visited{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:10px;
	color:#25D825;
	text-decoration:none;
}




tr#column_header{
	height:20px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	background-color:#F1A52E;
}

tr#data_row{
	height:18px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	color:#000000;
	border-bottom:'1px' 'solid' '#333333';
	left:3px;
}

#hea_main{
	width:760px;
}

#mod_home{
	width:750px;
}

#mod_home .spacer{
	width: 12px;
}

#nav_table{
	width: 150px;
	border-collapse: collapse
}

#nav_header{
	width: 900px;
	border-collapse: collapse
}

#faves_table{
	width: 150px;
	border-collapse: collapse
}

#content_table{
	width: 550px;
	border-collapse: collapse
}

#feature_table{
	width: 176px;
	border-collapse: collapse
}


#content {
	padding:12px;
}

#greenspeak_box {
	border: 1px solid #507811;
	width: 200px;
	padding: 5px;
}

input#button {
	padding-left: 3px;
}

select {
	background: #FFFFFF;
	border: #000000 solid 1px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size: 11px;
	padding-left: 3px;
}

textarea {
	background: #FFFFFF;
	border: #000000 solid 1px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size: 11px;
	padding-left: 3px;
}

ul li {
	padding-left:2px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size: 11px;
}


.greybutton{
	background-color: #EEEEEE;
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #F1F1F1;
	color: #333333;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 9px;
}



