body
{
	background-color: #009459; 
	background-image: url(/images/layout/bg.jpg); 
	background-repeat: repeat-x; 
	margin: 0px; 
	padding: 0px; 
}
table.SmartMain
{
	width: 768px; 
}
table.SmartMain td
{
	vertical-align: top; 
}
table.SmartMain td.Header
{
	background-color: #fff; 
	background-image: url(/images/layout/head-bg.gif);
	background-position: right;  
	background-repeat: no-repeat; 
	height: 100px; 
}
table.SmartMain .Normal
{
	color: #666; 
	font: x-small Arial; 
}
table.SmartMain td.TopNav
{
	background-color: #4D498E; 
	background-image: url(/images/layout/top-nav.jpg); 
	background-repeat: repeat-y; 
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 11px; 
	height: 12px; 
	padding: 2px 8px 2px 8px; 
}
table.SmartMain td.TopNav a
{
	color: #fff; 
	text-decoration: none; 
}
table.SmartMain td.TopNav a:visited
{
	color: #fff; 
}
table.SmartMain td.TopNav a:hover
{
	color: #ccc; 
}
table.SmartMain td.Content
{
	background-color: #fff; 
	height: 480px; 
	padding: 8px; 
	vertical-align: top; 
}
table.SmartMain td.Content h1
{
	font: bold 24px Tahoma; 
	color: #4D498E; 
	text-align: right; 
}
table.SmartMain td.Content ul.FAQ li
{
	color: #000; 
	list-style: square; 
	padding-top: 16px; 
}
table.SmartMain td.Content ul.FAQ span.Q
{
	color: #009459; 
	font-weight: bold; 
}
table.SmartMain td.Content ul.FAQ span.A
{
	color: #4D498E; 
}
table.SmartMain td.Copyright
{
	background-color: #fff; 
	font-family: Verdana; 
	font-size: xx-small; 
	height: 10px; 
	padding-bottom: 32px; 
	padding-top: 16px; 
	text-align: center; 
}
