BODY,TD , INPUT, SELECT, TEXTAREA{
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #888888;	
}
DIV, A {	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
BODY {
	background-image: url(../images/horizontal_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 40px; 
	margin: 0px;
}
TABLE.main_div {
	background-image: url(../images/vertical_bg.png);
	background-repeat: repeat-y;
	background-position: 715px top; 
	width: 960px;
	height: 100%;
	background-color: #ffffff;
	margin: 0 auto;
	position:relative;
}
DIV.main_menu {
	margin-top: 40px;
	background-color: #aaba0a;
	float: left;
	width: 713px;
	border-left: 15px solid white;
	margin-bottom: 10px;
	border-right: 15px solid white;
	height: 100px;
	position: relative;
}

DIV.main_menu A {
	display: block;
	float: left;
	width: 97px;
	-moz-box-sizing: border-box;
	height: 100px;
	background-color: #aaba0a; /*#4ca928;*/
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	border-right: 1px solid #c9d269;
}
DIV.main_menu A:hover {
	
	background-color: #8a9606;
}
DIV.main_menu A.active {
		background-color: #d6d6d6;
		border-right: 0px solid #ffffff;
		color: black;
}
TH {
	color: white;
	font-size: 10pt;
	text-align: left;
	background-color: #aaba0a;
	border-right: 1px solid #8a9606;
	border-bottom: 1px solid #8a9606;
	padding-left: 10px;
	
}
INPUT.text, TEXTAREA, SELECT, INPUT.text_maly {
	
	
	border: 1px solid #bbbbbb;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
INPUT.text, TEXTAREA {
	width: 100%;
}
INPUT.text_maly {
	
	width: 30px;
	border: 1px solid #cccccc;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
.send_button {
	background-color: white;
	border: 0px solid white;
	cursor: pointer;
	color: #8a9606;
	font-size: 20pt;
	font-weight: bold;
}
.message {
	padding: 15px;
	background-color: #fcfcd5;
	border: 2px solid #258201;
	text-align: center;
}
A {
	color: #8a9606;
}
A:hover {
	color: black;
}

DIV.right_div {
	margin-top: 40px;
	background-color: #aaba0a;
	float: right;
	width: 93px;
	height: 100px;
	border-right: 15px solid white;
	border-left: 15px solid white;
}
DIV.main_image {
	background-color: #ffffff;
	float: right;
	margin-top: 30px;
	width: 330px;
	height: 300px;
	padding:15px;	
}
.logo {
	width: 154px;
	height: 180px;
	position: absolute;
	left: 688px;
	top: 0;
	background-color: #fff;
	padding: 0 10px 0 10px;
	margin-top: -40px;
}

DIV.title {
	color: #8a9606;
	font-size: 20pt;
	background-color: white;	
}
DIV.main_content {
	text-align: justify;
	width: 560px;
	float: left;
	padding: 20px 15px 15px 15px;
}
.fuuzi_logo {
	height: 20px;
	padding-left: 240px;
}


.table TD {
	border: 1px solid #f5f5f5;
}

STRONG {
	 color: #8b9708;
}
TH STRONG {
	 color: white;
}

div.cleaner {
	clear: both;
}

img.txt {
	margin: 0 10px 5px 0;
}

b {
	color: #000;
	font-weight: bold;
}

em {
	font-size: 160%;
}

.black {
	color: #000;
}

img {
	border: 0;
}

.square {
	list-style: square;
}

.column_1 {
	width: 350px;
}

.column_2 {
	width: 100px;
}

.column_3 {
	width: 200px;
}

.column_4 {
	width: 60px;
}

.column_5 {
	width: 70px;
}

.column_6 {
	width: 250px;
}

.column_7 {
	width: 250px;
}

img.bordered {
	border: 1px solid #000;
}
