body {
	background-color: #cedbe3;
	margin: 0px;
	padding:0px;
}
td,ol,ul{
	font-family:arial, helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}
a{
	font-family:arial, helvetica, sans-serif;
	color:#ee2d24;
	text-decoration:none;
}
a:visited{
	color:#3f5d70;
	text-decoration:none;
}
a:hover{
	color:#ee2d24;
	text-decoration:underline;
}
.contentarea{
	background:#ffffff url(images/bg_content_1px.gif) repeat-y;
	padding-left:24px;
}
.footerarea{
	background:#3e5d6f url(images/bg_footer_repeat.gif) repeat-y;
}
.footertable{
	background:#3e5d6f url(images/bg_footer_top.gif) no-repeat top center;
}
.footertable td{
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	color:#9f9e9e;
}
.footertable a{
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}
.footertable a:visited{
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	color:#1e1e1e;
	text-decoration:none;
}
.footertable a:hover{
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	color:#a7bdec;
	text-decoration:underline;
}
.menu{
	background:#ffffff url(images/bg_menu.gif) no-repeat;
	padding-top:14px;
	height:286px;
}
.content{
	background:url(images/bg_content.gif) no-repeat;
	padding:21px 10px 10px 14px;
	height:286px;
}
.footertable ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.footertable li {
	background:url(images/footer_arrow.gif) left center no-repeat;
	padding-left: 15px;
}
.menu a{
	font-family:arial, helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	text-decoration:none;
}
.menu a:visited{
	color:#000000;
	text-decoration:none;
}
.menu a:hover{
	color:#595d6c;
	text-decoration:none;
}
.pageTitle{
	font-family:arial, helvetica, sans-serif;
	font-size:30px;
	color:#ee2d24;
}

.txtbox {
   height: 20px;
   width: 160px;
   border: 1px solid #969696;
}
.txtarea {
   border: 1px solid #969696;
}