BODY
{
	margin:0;
	padding:0;
	color:#000;
	font:12px Arial,Verdana,Helvetica,sans-serif;
	line-height:1.2/1.5;
	text-align:center;
	background:#B7B7B7;
}
*
{
	margin:0;
	padding:0;
}
H1,
H2,
H3,
H4,
H5,
H6 
{   
	font-size:normal;      
} 
TABLE
{
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	word-wrap:break-word;
}
TH,
TD
{
	font-size:12px;
}
OL,
UL
{
	list-style-type:none;
}
FIELDSET,
IMG
{
	border:0;
}
INPUT,
SELECT
{
	font-family:Arial;
}
A:focus
{
	outline:0;
}
A
{
	text-decoration:none;
}
A:link 
{
	color:#3168AD;
}
A:visited 
{
	color:#90A0C9;
}
A:hover 
{
	color:#F60;
	text-decoration:underline;
}
A:active 
{
	color:#F60;
}
A:-moz-any-link:focus 
{
	outline:1px dotted invert;
}
.fL
{
	float:left;
}
.fR
{
	float:right;
}
.clr
{
	clear:both; 
	font-size:0;
	height:0; 
	overflow:hidden;
}
.dpB
{
	display:block;
}
.dpI
{
	display:inline;
}
.dpN
{
	display:none;
}
.taL
{
	text-align:left;
}
.taR
{
	text-align:right;
}
.taC
{
	text-align:center;
}
/* =mainFrame 
---------------------------------------------- */
#mainFrame
{
	margin:0 auto;
	background:#FFF;
	width:977px;
	display:table;
}
/* =content 
---------------------------------------------- */
#content
{
	padding:0 12px;
}
/* =contentFrame 
---------------------------------------------- */
#contentFrame
{
	border-bottom:12px solid #B7B7B7;
}
/* =leftArea 
---------------------------------------------- */
#leftArea
{
	float:left;
	padding:0 0 0 12px;
	text-align:left;
	width:636px;
}
/* =rightArea 
---------------------------------------------- */
#rightArea
{
	float:right;
	padding:9px 9px 0;
	width:297px;
	background:#EBF5FF;
}
/* =banner 
---------------------------------------------- */
.banner
{
	margin-bottom:10px;
}
/* =process 
---------------------------------------------- */
#process
{
	margin-bottom:5px;
	font-size:12px;
	color:#B7B7B7;
}
#process SPAN
{
	font-size:14px;
}
/* =viewAll 
---------------------------------------------- */
.viewAll
{
	margin-bottom:10px;
}
.viewAll A.color
{
	font-size:11px;
	color:#A4621C;
}
.viewAll A.color:hover
{
	color:#F60;
}
/* =adText 
---------------------------------------------- */
.adText
{
	margin:20px 0;
	padding:10px;
	border:1px solid #CCC;
	font-weight:bold;
	background:#F8F8F8;
}
.adText A
{
	text-decoration:underline;
}
