body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5efe6;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(images/body-back.gif);
	background-repeat: repeat-x;
}
.main_div {
	height: 100%;
	width: 100%;
	background-image: url(images/bottom-div.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.hlight {
	color: #cc560f;
}
.main_table {
	height: 100%;
	width: 100%;
}
.top_td {
	margin: 0px;
	height: 181px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}
.menu_td {
	height: 96px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
.menu_div {
	background-image: url(images/button-back.gif);
	height: 35px;
	width: 86px;
	line-height: 35px;
	text-align: center;
	display: block;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF0BA;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.main_table .menu_td .menu_div A {
	color: #FFF0BA;
	text-decoration: none;
	height: 35px;
	width: 86px;
	display: block;
}
.main_table .menu_td .menu_div A:hover {
	color: #FFFFFF;
}
.bottom_td {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 57px;
}
.main_table .bottom_td TABLE {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	width: 100%;
	color: #8D2D16;
}
.main_table .bottom_td A {
	font-weight: bold;
	color: #53302f;
	text-decoration: none;
}
.main_table .bottom_td A:hover {
	color: #8D2D16;
	text-decoration: underline;
}
.left_td {
	width: 320px;
}
.right_td {
	width: 430px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #610c04;
	padding: 0px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 32px;
}
P {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #610C04;
	padding: 0px;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 12px;
	margin-left: 32px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #610c04;
	padding: 0px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 32px;
}
h3 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #610C04;
	padding: 0px;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 12px;
	margin-left: 32px;
	font-weight: bold;
}
A {
	font-weight: bold;
	color: #53302F;
	text-decoration: none;
}
a:hover {
	color: #8D2D16;
	text-decoration: underline;
}
.big_pic {
	text-align: center;
}
#tooltip {

    background: #FCF5E1;

    border: 1px solid #000000;

    text-align: justify;

    font: 11px Tahoma;

    margin:0px;

    padding: 5px 5px;

    position:absolute;

    visibility:hidden

}
