body
{
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
}

ul
{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 5px;
	margin-left: 5px;
}

.fc_white
{
	color: white;
}

.bg_green
{
	background-color: #77a83f;
}

div.form_button
{
   font-size        : 12px;
   font-weight      : normal;
   text-align       : center;
   cursor           : pointer;
}

.form_label
{
	color: #77a83f;
    font-size   : 12px;
    font-weight : bold;
    padding : 3px 7px 3px 0px;
}

.list_table
{
	color: #3f464e;
	font-size: 12px;
	padding-bottom: 5px;
}

.list_table a
{
	text-decoration: none;
	color: #77a83f;
	font-weight: bold;
	font-size: 12px;
}

.header_border
{
	background-image: url(/images/header_border.gif);
	height: 38px;
}

.title
{
	border-bottom: 1px solid #e3ddcf;
	color: #77a83f;
	font-size: 14px;
	font-weight: bold;
}

.form_input
{
	font-size: 12px;
	padding-left: 2px;
	border: 1px solid #b1b1b3;
}

.form_text_area
{
	font-size: 12px;
	padding: 2px;
	border: 1px solid #b1b1b3;
}

.forum_date
{
	background-color: #ebe8df;
	border-top: 2px solid #e1ddd1;
	border-bottom: 1px solid #e3ddcf;
	color: #7884aa;
	font-weight: bold;
	width: 44px;
	height: 45px;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}

.forum_date span
{
	color: #926f51;
	font-size: 14px;
}

.forum_title
{
	font-size: 16px;
	color: #009bdb;
	padding-bottom: 10px;
	font-weight: bold;
}

.forum_text
{
	color: #3f464e;
	font-size: 14px;
}

.forum_text a
{
	text-decoration: none;
	color: #77a83f;
	font-weight: bold;
}

.edit_btn
{
	color: #6A6A6A;
	cursor: pointer; 
	font-size: 10px;
	background-color: #EDEEE9;
	border: 1px solid #6A6A6A;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
