
.topTile {
	background-image: url('../img/top_tile.jpg');
	background-repeat: repeat-x;
	padding: 0px;
}

#leftShade {
	background-image: url('../img/left_shadow_tile.jpg');
	background-repeat: repeat-y;
	padding: 0px;
}

#rightShade {
	background-image: url('../img/right_shadow_tile.jpg');
	background-repeat: repeat-y;
	padding: 0px;
}

.headerTable {
	height: 31px;
	background-image: url('../img/top_bar.jpg');
	background-repeat: no-repeat;
	padding: 0px;
}

.contentTable {
	background-color: #848B63;
}

.floatLeft {
	padding: 10px;
	float: left;
}

.floatRight {
	padding: 10px;
	float: right;
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	background-color: #364027;
}

body.main {
	height:100%;
	background: #364027;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html {
	height:100%;
	margin: 0;
	padding: 0;
}

FONT.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}

FONT.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

FONT.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

FONT.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

FONT.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

FONT.ntd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

A.body:link {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	text-decoration: none;
}

A.body:active {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	text-decoration: none;
}

A.body:visited {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	text-decoration: none;
}

A.body:hover {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #C5241F;
	color: #FFFFFF;
	text-decoration: none;
}

A.ntd:link {
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	text-decoration: none;
}

A.ntd:active {
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	text-decoration: none;
}

A.ntd:visited {
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	text-decoration: none;
}

A.ntd:hover {
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #C5241F;
	color: #FFFFFF;
	text-decoration: none;
}
.input {
	color: #333333;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-width: 1px;
	border-color: #2b0c02;
	border-style: solid;
}

LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}

