body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D2CDA4/*#A09E65*/;
	color: #666666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px;
	border-style: solid;
	border-color: #96895c;
	background-color: #f5e3a1;
	font-size: 12px;
}
input:hover,select:hover,textarea:hover {
	border: 1px;
	border-style: solid;
	border-color: #96895c;
	background-color: #e5d391;
	font-size: 12px;
}

a {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FF8000;
	text-decoration: underline;
	font-weight: bold;
}

.leafs {
	background-image: url(../images/leafs.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 380px;
	padding-bottom: 175px;
}

.left_menu {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 4px;
	text-decoration: none;
}

.left_menu:link {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 4px;
	text-decoration: none;
}

.left_menu:hover {
	font-size: 13px;
	font-weight: bold;
	color: #b5db7b;
	padding-left: 6px;
	text-decoration: none;
}

.top_menu {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.top_menu:link {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.top_menu:hover {
	font-size: 13px;
	font-weight: bold;
	color: #b5db7b;
	text-decoration: none;
}

.footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
}

.footer:hover {
        font-size: 10px;
        color: #cccccc;
        text-align: center;
}

.content_title{
	font-weight:bold;
	font-size:16px;
}
