@charset "UTF-8";
/* CSS Document */

body{
	width:100%;
	height:100%;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.centerPage{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
.newsLetter{
	width:800px;
	border:0px;
	text-align:left;
	padding:0px;
}
.tableHeader {
	background-image:url('mHeader.gif');
	background-repeat:no-repeat;
	width:800px;
	height:85px;
}
.newsLetterNum{
	width:613px;
	color:#999999;
	font-size:11px;
	font-weight:bold;
	margin: 15px 0px 10px 15px;=20
}
.tableBody0{
	background-image:url('bg0.gif');
	background-repeat:repeat-y;
	padding:15px;
}
.smallCol{
	width:140px;
	float:left;
	margin: 0px 10px 0px 0px;
}
.princNews{
	width:268px;
	float:left;
}
.tableBody1{
	background-image:url('bg1.gif');
	background-repeat:repeat-y;
	padding:15px;
}
.tableFooter{
	background-image:url('mFooter.gif');
	background-repeat:no-repeat;
	width:800px;
	height:54px;
}.module2{
	float:left;
	width:205px;
}
.vSeparator{
	background-color:#FFFFFF;
	float:left;
	width:1px;
	height:100px;
	margin:0px 7px;
}
h1{
	font-size:14px;
	font-weight:bold;
	color:#336600;
	margin: 6px 0px;
}
h2{
	font-size:12px;
	font-weight:bold;
	color:#336600;
	margin: 6px 0px;
}
p{
	font-size:11px;
	line-height:16px;
	color:#666666;
	margin: 6px 0px;
}
a{
	color:#336600;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
a:link, a:visited,a:active{
	color:#336600;
}