body {
	padding: 0 auto;
	margin: 0 auto;
	font-family: Tahoma, Arial;
	font-size: 13px;
}

td {
	vertical-align: top;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #ffffff; 
}

a:hover {
	text-decoration: underline;
	color: #ffdd00;
}

.ctrl {
	font-size: 11px;
	border: 1px gray solid;
	color: black;
}

.ctrlnoborder {
	font-size: 11px;
	color: black;
	border: 0 transparent none;
}

.ctrlnoborderwhite {
	font-size: 11px;
	color: white;
	border: 0 transparent none;
}

.button {
	font-size: 11px;
}

.errormessage {
	font-size: 11px;
	color: red;
}

.tdmenu {
	text-align: center; 
	width: 127px;
	height: 29px; 
	background-position: center;
	background-repeat: no-repeat; 
	padding-top: 8px; 
}

.tdbackground {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
	width: 835px; 
	height: 559px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 34px;
	padding-left: 32px; 
	padding-right: 29px; 
}

.navmenu a:link {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.navmenu a:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align: center;
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff; 
}

.navmenu a:visited {
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
}

.navmenuon {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #0c7242;
	text-align: center;
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff; 
}

.navtitle a:link {
	font-family: "Arial Condensed", Tahoma, Arial;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.navtitle a:hover {
	font-family: "Arial Condensed", Tahoma, Arial;
	font-size: 14px;
	text-align: center;
/*	font-weight: bold; */
	text-decoration: none; 
	color: #ffffff; 
}

.navtitle a:visited {
	font-family: "Arial Condensed", Tahoma, Arial;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}

.navtitleon {
	font-family: "Arial Condensed", Tahoma, Arial;
	font-size: 14px;
	color: #0c7242;
	text-align: center;
	text-decoration: none; 
	color: #ffdd00; 
}

.navtitleonblank {
	font-family: "Arial Condensed", Tahoma, Arial;
	font-size: 14px;
	color: #0c7242;
	text-align: center;
	text-decoration: none; 
	color: #ffffff; 
}

.navsubtitle a:link {
	font-family: "Arial Condensed", Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.navsubtitle a:hover {
	font-family: "Arial Condensed", Tahoma, Arial;
	font-size: 12px;
	text-align: center;
/*	font-weight: bold; */
	text-decoration: none; 
	color: #ffffff; 
}

.navsubtitle a:visited {
	font-family: "Arial Condensed", Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}

.navsubtitleon {
	font-family: "Arial Condensed", Tahoma, Arial;
	font-size: 12px;
	color: #0c7242;
	text-align: center;
	text-decoration: none; 
	color: #ffdd00; 
}

.title {
	color: #ffdd00; 
}

.modalBackground {
	background-color: gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modalPopup {
	background-color: #ffffff;
	padding: 3px;
	width: 450px;
}

#divContent {
	width: 927px;
/*	height: 400px; */
/*	min-height: 559px; */
	margin: 0 auto;
	vertical-align: top;
}

