BODY{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	background-color: #e8e7e3;
	color: #808e94;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
P {
	font-size: inherit;
}
IMG	{
	padding: 0;
	margin: 0;
	border: 0;
}
DIV	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}
H1{
	font-size: 24px;
	letter-spacing: .01em;
}
H2{
	font-size: 16px;
	letter-spacing: -.035em;
	
}
H3{
	font-size: 11px;
	letter-spacing: -.019em;
	
}
H4{
	font-size: 10em;
	letter-spacing: .03em;
}
TABLE, TR, TD, TH {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}
A{
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
}
HR {
	height: 1px;
	border: 0;
	background-color: #333333;
	margin: 20px 0;
	padding: 0;
}
FORM {
	padding: 0;
	margin: 0;
}
FORM INPUT.submit{
	font-size: 10px;
	font-weight: bold;
	padding: 3px 6px;
	background-color: #000000;
	border: 1px solid #000000;
	color: #808e94;
}
.highlight{
	color: #ff7600;
}
.access	{
	display: none;
}
.clear {
	clear:both;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
	padding-bottom: 20px;
	border: 1px solid #C0C0C0;
	border-width: 0 1px;
	background-color: #fff;
}

#head {
	background: #fff url(../images/head_bg.jpg) repeat-x bottom;
	height: 80px;
	border-bottom: 4px solid #112184;
	vertical-align: bottom;
}

/**** Navigation ****/
#nav_primary{
	padding-right: 50px;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 59px;
}
#nav_primary A{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/**** Column Layout ****/
#meat{
	width: 100%;
}
#meat .main{
	padding: 0 20px;
}

#foot {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#foot #copyright {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

#meat .main H1 {
	font-weight: normal;
	font-size: 20px;
	color: #68bcdb;
	line-height: 1.2em;
}

#savings_table .label {
	vertical-align: middle;
	font-size: 11px;
}
#savings_table .data {
	text-align: right;
}
#savings_table .note {
	color: #b2bfc4;
	vertical-align: middle;
}
#savings_table TD.label, #savings_table TD.data {
	padding-bottom: 5px;
}