/* =Global Settings
--------------------------------------------------------------------------------------- */
BODY
{
	margin:0;
	padding:0;
	color:#000;
	font:12px Arial,Verdana,Helvetica,sans-serif;
	line-height:1.2/1.5;
	text-align:center;
	background:#FFF;
}
*
{
	margin:0;
	padding:0;
	line-height:normal;
}
/* =Common Formatting
--------------------------------------------------------------------------------------- */
H1,
H2,
H3,
H4,
H5,
H6 
{   
	font-size:normal;      
} 
TABLE
{
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	word-wrap:break-word;
	vertical-align:top;
}
TH,
TD
{
	font-size:12px;
}
OL,
UL
{
	list-style-type:none;
	list-style-image:url();
}
FIELDSET,
IMG
{
	border:0;
}
LABEL,
BUTTON
{
	cursor:pointer;
}
/* =Links
--------------------------------------------------------------------------------------- */
A:focus
{
	outline:0;
}
A
{
	text-decoration:none;
}
A:link 
{
	color:#174690;
}
A:visited 
{
	color:#174690;
}
A:hover 
{
	color:#F60;
	text-decoration:underline;
}
A:active 
{
	color:#F60;
}
A:-moz-any-link:focus 
{
	outline:1px dotted invert;
}
/* =Global Classes
--------------------------------------------------------------------------------------- */
.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;
}
.taJ	
{ 
	text-align:justify; 
}
/* =5px circle Classes
--------------------------------------------------------------------------------------- */
.c1,
.c2,
.c3,
.c4,
.b1,
.b2,
.b3,
.b4
{
	font-size:0px;
	overflow:hidden;
	display:block;
	height:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-left-width:1px;
	border-right-width:1px;
}
.c1,
.b4
{
	margin:0 5px;
}
.c2,
.b3
{
	margin:0 3px;
	border-width:0 2px;
}
.c3,
.b2
{
	margin:0 2px;
}
.c4,
.b1
{
	margin:0 1px;
	height:2px;
}
/* =mainFrame Classes
--------------------------------------------------------------------------------------- */
#mainFrame
{
	margin:0 auto;
	width:778px;
}
/* =headerArea Classes
--------------------------------------------------------------------------------------- */
#headerArea .logo
{
	margin-bottom:15px;
	text-align:left;
}
/* =contentArea Classes
--------------------------------------------------------------------------------------- */
#contentArea 
{
	text-align:left;
}
#contentArea .c1,
#contentArea .c2,
#contentArea .c3,
#contentArea .c4,
#contentArea .b1,
#contentArea .b2,
#contentArea .b3,
#contentArea .b4
{
	border-left-color:#BBDD7D;
	border-right-color:#BBDD7D;
	background:#FFF;
}
#contentArea .c1,
#contentArea .b4
{
	background:#BBDD7D;
}
#contentArea .info
{
	padding-bottom:10px;
	text-align:right;
}
#contentArea .info SPAN
{
	color:#F00;
}
/* =titleArea Classes
--------------------------------------------------------------------------------------- */
#titleArea
{
	margin-bottom:10px;
	text-align:left;
	background:url(../images/bg-11.gif) no-repeat 0 0;
	height:29px;
}
#titleArea H1
{
	position:relative;
	top:-2px;
	font-size:12px;
	color:#FFF;
	text-align:left;
	background:url(../images/bg-13.gif) no-repeat right top;
	width:220px;
}
#titleArea H1 SPAN
{
	display:block;
	padding-top:3px;
	background:url(../images/bg-12.gif) no-repeat 0 0;
	height:23px;
	padding-left:8px;
	line-height:24px;
}
/* =banner Classes
--------------------------------------------------------------------------------------- */
.banner
{
	margin-bottom:10px;
}
