body {
	font-family: sans-serif;
	font-size: 76%;
	color: #254461;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;	
}

/**  links  **/

a:link {
	color: #E59A37;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #E59A37;
	text-decoration: none;
}

/**  font  **/

.bold {
	font-weight: bold;
}

/**  footer  **/

td.footer {
	text-align: center;
	color: #999999;
}
/**  table cells  **/

td.headerSpacer {
	line-height: 8px;
}
td.sideLeftFade {
	background-image:url(../images/layout/side_left.gif);
}
td.sideRightFade {
	background-image:url(../images/layout/side_right.gif);
}
td.body {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
td.bodyLeftcolumn {
	vertical-align: top;
	width: 219px;
	height: 68px;
}
td.bodyLeftcolumnimage {
	padding: 8px 0px 8px 13px;
	vertical-align: top;
}
td.bodyCopyArea {
	vertical-align: top;
	padding: 8px 12px 8px 8px;
}
td.title {
	border-bottom: 1px solid #000;
	padding: 8px 8px 0px 0px;
}
td.bodyCopy {
	padding: 10px 8px 8px 0px;
}

/** div  **/

#wrapper {
position: relative;
width: 742px;
margin: auto;
text-align: left;
}
div.centered 
{
text-align: center;
width: 100%;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}