BODY {
	font-family:Verdana;
	color:black;
	font-size:11px;
	background-color:#ffffff;
}
A {
	color:red;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;	
}
TD {
	font-size:12px;
	vertical-align: top;
}
.footer {
	background-image:url(/images/footerBack.jpg);
}
TD.footerText {
	font-family:Arial;
	font-size:11px;
	color:#808080;
	padding-left:15px;
	padding-right:25px;
}
A.footerText {
	text-decoration:none;
	color:#808080;
}
A.footerText:hover {
	text-decoration:underline;
}
INPUT.searchField {
	border:1px solid black;
	background: white;
	color:black;
	font-family: Verdana, Arial;
	font-size:11px;
	width:85px;
}
INPUT.formField {
	border:1px solid black;
	background: white;
	color:black;
	font-family: Verdana, Arial;
	font-size:11px;
}
SELECT.formField {
	border:1px solid black;
	background: white;
	color:black;
	font-family: Verdana, Arial;
	font-size:11px;
}
TEXTAREA.formField {
	border:1px solid black;
	background: white;
	color:black;
	font-family:Verdana, Arial;
	font-size:11px;
}
.menuLink {
	font-family:Arial;
	color:white;
	font-size:13px;
	font-weight:bolder;
	text-decoration:none;
}
A.menuLink:hover {
	color:black;
	text-decoration:none;
}
.submenu {
	font-family:Arial;
	color:#595959;
	font-size:12px;
	padding-left:40px;
}
.submenuLink {
	font-family:Arial;
	color:#595959;
	font-size:12px;
	text-decoration:none;
}
A.submenuLink:hover {
	text-decoration:underline;
}
.menuBar {
	background-image:url(/images/menuBack.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.content {
	font-family:Verdana, Arial;
	font-size:12px;
	color:black;
	padding-right:15px;
}
.subcontent {
	background-image:url(/images/bg_leaf.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.subcontentBack {
	background-image:url(/images/layout23/contentBack.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}