/* ----main content, menu styles---- */
body.content {
	margin: 0px;
	height: 100%;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
}

td.menu {
	width: 160px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;  
}

td.logo {
	color: #fc0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

div.menu {
	width: 145px;
	text-align: right;
	padding: 2px 0 3px 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.menu a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.menu a:hover {
	color: #339;
	border-bottom: 1px dotted #339;
}

div.menuHl {
	width: 145px;
	text-align: right;
	padding: 2px 0 3px 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.menuHl a {
	color: #ce0202;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #ce0202;
}

.menuHl a:hover {
	color: #ce0202;
	border-bottom: 1px dotted #ce0202;
}




/* ----footer styles---- */
body.footer {
	margin: 0px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 3px 10px 3px 0;
}

.footer a {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.footer a:hover {
	color: #339;
	border-bottom: 1px dotted #339;
}


/* ----other pages---- */
body.other {
	margin: 0px;
	width: 97%;
	background-color: transparent;
}

td.other {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 2px;
	text-align: left;
}

td.otherInv {
	background-color: #339;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

td.otherInvLeft {
	background-color: #339;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

td.otherMap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

h1.other {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	background-color: #339;
	padding: 10px;
	width: 220px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.other p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0 20px 0 20px;
	line-height: 130%;
}

.other ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.other a {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.other a:hover {
	color: #339;
	border-bottom: 1px dotted #339;
}