body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F0F0F0;
	background-image: url(../images/background_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.bottom_main_bg {
	background-image: url(../images/background_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bottom_content_bg {
	background-image: url(../images/body_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}



.menu {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	margin-right: 10px;
	font-weight: bold;
}
.menu a{
	color: #000000;
	text-decoration: none;
}
.menu a:hover {
	color: #333333;
	text-decoration: none;
}

.submenu {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	margin-right: 20px;
}
.submenu a{
	color: #000000;
	text-decoration: none;
}
.submenu a:hover {
	color: #333333;
	text-decoration: none;
}

.menu_arrow { 
	color: #758D73; 
	font-weight: bold
}

.text_main_l {
	font-family: sans-serif;
	font-size: 11px;
}
.text_main_l a{
	text-decoration: none;
        color: #333333;
}
.text_main_l a:hover {
        text-decoration:underline;
        color: #333333;
}

.text_main {font-family: sans-serif; font-size: 13px;}

.text_main_t {font-family: sans-serif; font-size: 11px;}

.field_b {font-family: sans-serif; font-size: 11px; background-color: #CBE7B4; border-color:#CCCCCC; border-style:solid; border-width:1px;}
.field input {font-family: sans-serif; font-size: 11px; background-color: #CBE7B4; border-color:#CCCCCC; border-style:solid; border-width:1px;}
.field textarea {font-family: sans-serif; font-size: 11px; background-color: #CBE7B4; border-color:#CCCCCC; border-style:solid; border-width:1px;}

.button_submit {font-family: sans-serif; font-size: 11px; font-weight:bold; }

.info {font-family: Trebuchet MS, Verdana, Arial;font-size: 11px;color:#000000;}
.info a{font-family: Trebuchet MS, Verdana, Arial;font-size: 11px;color:#000000; text-decoration:none;}
.info a:hover{font-family: Trebuchet MS, Verdana, Arial;font-size: 11px;color: #000000; text-decoration:underline;}

.copyright {font-family: Trebuchet MS, Verdana, Arial;font-size: 11px;color:#000000;}
.copyright a{font-family: Trebuchet MS, Verdana, Arial;font-size: 11px;color:#000000; text-decoration:none;}
.copyright a:hover{font-family: Trebuchet MS, Verdana, Arial;font-size: 11px;color:#666666; text-decoration:none;}