html{
	height:100%;
	}
body {
	height:100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	letter-spacing:0px;
}

td.top{
/*	background-image: url(images_new/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:202px;
*/}
td.bottom{
	vertical-align: bottom;
	height:60px;
	
}
.centered{
	color: #000000;
	vertical-align: middle;
	width: 750px;
	text-align:left;
	line-height:30px;
}
.topped{
	color: #000000;
	vertical-align: top;
	width: 750px;
	text-align:left;
	line-height:30px;
}
table.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height:78px;
	vertical-align: top;
	width: 850px;
}

td.headerl {
	background-image: url(images_new/hdr_l.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 20px;
}

td.headerr {
	background-image: url(images_new/hdr_r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
}

td.headerc {
	background-image: url(images_new/hdr_c.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
table.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height:59px;
	vertical-align: bottom;
	width: 850px;
}

td.footerl {
	background-image: url(images_new/ftr_lt.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 20px;
}

td.footerr {
	background-image: url(images_new/ftr_rt.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 20px;
}

td.footerc {
	background-image: url(images_new/ftr_ct.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.borderright{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.margin10{
	margin:10px;
}
.padding10{
	padding:10px;
}
.padding30{
	padding:30px;
}
.fullheight{
	height:100%;
	vertical-align:bottom;
}
.links{
	margin-bottom:9px;
	height:25px;
	line-height:25px;
	float:right;
	margin-right:10px;
	vertical-align:bottom;
}

a.headerlink, a.headerlink:visited, a.headerlink:active, a.headerlink:link{
	font-size: 12px;
	color: #003366;
	float:left;
	display:block;
	height:25px;
	line-height:25px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration:none;
}

a.headerlinksel, a.headerlinksel:visited, a.headerlinksel:active, a.headerlinksel:link{
	font-size: 12px;
	color: #FFFFFF;
	float:left;
	display:block;
	height:25px;
	line-height:25px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration:none;
	background-color: #003366;
}
.section{
	font-size:16px;
	font-weight:bold;
}

img.paddedright{
	margin-left:20px;
	margin-bottom:20px;
}
img.logo{
	vertical-align:bottom;
	margin-bottom:20px;
}