body {
	margin: 0px 0px 20px 0px;
	background: url("../img/bg.gif");
	background-position: center;
	background-repeat: repeat-y;
	background-color: #e0ebee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444;
}

table.menu {
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 29px;
}

table.menu tr {
	background: none;
	background-color: white;
}

table.menu tr td.menu_left {
	padding: 0px;
	background: url("../img/menu/left.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 11px;
	height: 29px;
}

table.menu tr td.menu_right {
	padding: 0px;
	background: url("../img/menu/right.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 11px;
	height: 29px;
}

table.menu tr td.menu_break {
	padding: 0px;
	background: url("../img/menu/break.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 2px;
	height: 29px;
}

table.menu tr td.menu_entry {
	padding: 0px;
	background: url("../img/menu/bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	vertical-align: middle;
	height: 29px;
}

table.menu tr td.menu_entry a {
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #364350;
}

table.menu tr td.menu_entry a:hover {
	text-decoration: none;
	font-size: 12px;
	color: black;
}

td.footer {
	background-image: url('../img/footer.gif'); 
	background-repeat: no-repeat; 
	background-position: bottom; 
	background-color: white;
	height: 30px;
	width: 900px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size: 10px;
	color: #999;
}

td.footer a {
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #666;
}

td.footer a:hover {
	text-decoration: none;
	font-size: 10px;
	color: black;
}

td.footer_bottom {
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

td.footer_bottom p {
	margin: 2px;
	font-weight: normal;
	font-size: 10px;
	color: #aaa;
}

.blue_frame_title {
	font-size: 13px;
	color: #474d53;
}

a, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ba3917;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}