
/* 
 * =============================== 
 * GENERAL
 * ===============================
 */

A, A:visited {
	color: #4B6447;
	text-decoration: none;
	font-size: 11px;
}

A:hover {
	color: #4B6447;
	text-decoration: underline;
	font-size: 11px;
}

BODY {
	color: #000000;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

TABLE {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}


/* 
 * =============================== 
 * Info Table
 * ===============================
 */

.info {
	border: 1px; 
	border-color: #000000; 
	border-collapse: collapse;
}

.info TABLE {
}

.info TH {
	background-color: #4B6447;
	color: #FFFFFF;
	font-weight: bold;

	border-color: #000000; 
	border-style: solid;
	border-width: thin;
	border-collapse: collapse;
}

.info TD {
	border-color: #000000; 
	border-style: solid;
	border-width: thin;
	border-collapse: collapse;
}


/* 
 * =============================== 
 * HEADER
 * ===============================
 */
table.header {
	border: 0px;
	width: 770px;
}

td.header-border {
	background-color: #000000;
	height: 10px;
}

td.header-logo {
	background-color: #FBFBFB;
	height: 10px;
}

td.header-body {
	height: 100px;
	font-size: 22px;
	font-family: "Times New Roman", "Book Antiqua", sans-serif;
	font-weight: bold;
	vertical-align: middle;
	background-color: #4B6447;
	background-image: url("images/header.background.gif");
	background-repeat: no-repeat;
}

/* 
 * =============================== 
 * BODY
 * ===============================
 */
TABLE.body {
	border: 0px;
	width: 770px;
}

td.content {
	vertical-align: top;
	font-size: 11px;
}

.page_display {
	font-size: 11px;
}

/* 
 * =============================== 
 * SIDE NAV
 * ===============================
 */
TABLE .side-nav {
	border: 1px;
	width: 150px;
	vertical-align: top;
}
td.side-nav-header {
	background-color: #4B6447;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	border-width: thin;
	border-color: #000000;
}

A.side-nav-item, A.side-nav-item:visited {
	color: #4B6447;
	text-decoration: none;
	font-size: 11px;
}

A.side-nav-item:hover {
	color: #4B6447;
	text-decoration: underline;
	font-size: 11px;
}

td.side-nav-item {
	border-width: thin;
	border-color: #000000;
}

td.side-nav-footer {
	height: 30px;
}


/* 
 * =============================== 
 * FOOTER
 * ===============================
 */

table.footer {
	border: 0px;
	width: 770px;
}

td.footer-body {
	font-size: 9px;
	color: #FFFFFF;
	height: 30px;
	vertical-align: top;
	text-align: center;
	background-color: #000000;
}

A.hidden-footer-text, A.hidden-footer-text:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

A.hidden-footer-text:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}


