BODY {
	margin: 0px;
	padding: 0px;
}
TABLE {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
}
BODY.entry {
	background-image: url(images/bg_1.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
}
TABLE.entry {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
}
BODY.main {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
}
TABLE.top_row {
	background-image: url(images/bg_white.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}
TD.left_line {
	border-left: 2px solid #007379;
}
TD.menu_passive {
	border-right: 3px solid #007B82;
	background-image: url(images/menu_passive.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
A.menu_passive {
	display: block;
	height: 40px;
	width: auto;
	border-right: 3px solid #007B82;
	background-image: url(images/menu_passive.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-decoration: none;
	font: bold 12px/40px Times New Roman, Times, serif;
	color: #FFFFFF;
}
A.menu_passive:hover, A.menu_active {
	display: block;
	height: 40px;
	width: auto;
	border-right: 3px solid #007B82;
	background-image: url(images/menu_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-decoration: none;
	font: bold 12px/40px Times New Roman, Times, serif;
	color: #000000;
}
A, A.black {
	color: #000000;
	text-decoration: none;
}
A {
	text-decoration: underline;
}
TD.central {
	padding: 30px 35px 0px 35px;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat;
}
.heading_text {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
}
P, .usual_text {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
}
SPAN.thin, P.thin {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: normal;
}
H1 {
	text-align: center;
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
}
H2 {
	text-align: center;
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
}
H3 {
	text-align: center;
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
}
A.guest, A.guest:hover {
	display: block;
	height: 25px;
	width: auto;
	text-decoration: none;
	font: bold 12pt/25px Times New Roman, Times, serif;
	color: #FFFFFF;
}