html, body {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	font:11px/140% Arial;
	color:#000;
}
.masterTable {
	width:100%;
	height:100%;
}
a {
	text-decoration:none;
	color:#37719a;
}
a:hover {
	text-decoration:underline;
}
td.contentHolder {
	vertical-align:top;
	padding:35px 35px 20px 35px;
}
td.footer {
	height:63px;
	vertical-align:middle;
	background:#eee;
}
.content {
	width:900px;
	height:100%;
}
.content td {
	vertical-align:top;
}
td.vertDiv {
	width:3%;
	background:url(../images/div-vert.gif) center repeat-y;
}
.horDiv {
	height:36px;
	background:url(../images/div-hor.gif) left center repeat-x;
}
.horDiv2, .horDiv3 {
	height:26px;
	background:url(../images/div-hor.gif) left center repeat-x;
	margin-bottom:10px;
}
.horDiv3 {
	height:16px;
	margin:0;
}
.navWrap, .adWrap {
	margin-bottom:6px;
	text-align:right;
}
.navWrap img{
	border:none;
	margin-bottom:1px;
}
.title {
	margin-bottom:14px;
}
.title img{
	border:none;
}
p {
	margin:0;
	margin-bottom:14px;
}
dl, dl.one {
	padding:0;
	margin:0;
	margin-bottom:26px;
}
dl.one {
	margin-bottom:0px;
}
dt{
	padding-left:12px;
	font:11px/130% Tahoma;
	padding-bottom:12px;
	margin:0;
	background:url(../images/arrow.gif) left top no-repeat;
}
dt a{
	font-weight:bold;
	color:#37719a;
}
dd{
	padding:0;
	margin:0;
	font:11px/130% Arial;
	color:#000;
}
dd a{
	color:#fff;
	background:#000;
	padding:1px 3px;
}
.list2 {
	width:100%;
	margin-bottom:28px;
}
.list2 dl {
	padding:0;
	margin:0;
	margin-bottom:26px;
}
.list2 dt{
	padding-left:0;
	font:11px/130% Tahoma;
	padding-bottom:12px;
	margin:0;
	background:none;
}
.imgWrap{
	display:block;
	border:1px solid #cbcbcb;
	background:#f8f8f9;
	padding:5px;
	width:77px;
	margin:0 9px 2px 0;
	float:left;
}
.list2 .imgWrap{
	display:block;
	border:1px solid #cbcbcb;
	background:#f8f8f9;
	padding:5px;
	width:77px;
}
.footerTable {
	height:63px;
	width:80%;
}
.footerTable td{
	vertical-align:middle;
	font:11px Arial;
	color:#696969;
}
.footerTable td a{
	color:#696969;
	text-decoration:underline;
}
.footerTable td a:hover{
	text-decoration:none;
}
.footerTable img{
	margin:0 20px;
}

.ddlink{
	color:#000;
	background:#FFF;
	padding:1px 3px;
}
