body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.left_td {
	background-color: #94aebb;
	border-right: 1px solid #FFFFFF;
	height: 20px;
}
.right_td {
	background-color: #08f302;
	height: 20px;
}
.header_td {
	font-size: 16px;
	padding-left: 10px;
	color: #94aebb;
	font-weight: bold;
}
.main_td {
	padding-left: 10px;
}
.main_div {
	background-image: url(gfx/back_main.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #333333;
	padding: 10px;
	padding-top: 20px;
	text-align: justify;
	font-weight: normal;
}
.main_div td{
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.main_div A:LINK, .main_div A:VISITED {
	color: #fc0e13;
	text-decoration: none;
}
.main_div A:HOVER {
	color: #fc0e13;
	text-decoration: underline;
}
.menu_table_back {
	background-color: #f7f9fa;
	border-right: 1px solid #FFFFFF;
}
.menuitem_tr {
	background-color: #FFFFFF;
	background-image: url(gfx/back_menuitem.gif);
	background-repeat: repeat-x;
}
.menu_table_back tr:hover {
	background-color: #f7f9fa;
	background-image: url(gfx/back_menu_bottom.gif);
	background-repeat: repeat-x;
}
.menuitem_td {	
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding-right: 5px;
	line-height: 27px;
}
.menuitem_td A:LINK, .menuitem_td A:VISITED {
	color: #666666;
	text-decoration: none;
}
.menuitem_td A:HOVER {
	color: #fc0e13;
}
.menu_bottom_td {
	background-image: url(gfx/back_menu_bottom.gif);
	background-repeat: repeat-x;
}
hr {
	color: #99CC00;
	background-color: #99CC00;
	border: 0;
	height: 1px;
	width: 100%;
}
input, textarea {
	border: 1px solid #999999;
	font-size: 12px;
	color: #990000;
	background-image: url(gfx/back_menu_bottom.gif);
	background-repeat: repeat-x;
}

