/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background-color:#333333;
}
.header_table
{
margin-top:6px;
}
.logo
{
margin-left:10px;
}
.body_box
{
padding:9px;
color: #5C5C5C;
background-color:#FFFFFF;
}
.header_banner
{
background:url('images/header_banner.jpg') no-repeat center top;
height:196px
}
.services_bg1
{
background:url('images/bg_exclusive.gif') no-repeat left top;
height:145px;
padding:3px
}
.services_bg2
{
background:url('images/bg_personal.gif') no-repeat left top;
height:145px;
padding:3px
}
.services_bg3
{
background:url('images/bg_enriching.gif') no-repeat left top;
height:145px;
padding:3px
}
.left_line
{
border-left:1px solid #E6E6E6;
}
.right_line
{
border-right:1px solid #E6E6E6;
}
.bottom_line
{
border-bottom:1px solid #E6E6E6;
}
.footer_table
{
margin-bottom:25px;
}


/* CSS Background Image Document */
.top_line
{
background:url('images/line_bg.jpg') repeat-x left top;
height:4px
}
.top_menu_bg
{
background:url('images/top_menu_bg.jpg') repeat-x left top;
height:26px;
padding-right:12px
}
.box_top_bg
{
background:url('images/box_top_bg.gif') repeat-x left top;
height:32px
}
.footer_bg
{
background:url('images/footer_bg.gif') no-repeat left top;
height:25px
}


/* CSS Text Document */
body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	text-decoration: none;
}
a {
color: #000000;
}







