/* CSS Document */

html, body {height:100px;}

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#262626;
	background-color:#FFFFFF;
	background-image:url(../graphics/back_black_bar.gif);
	background-repeat:repeat-x;
}

div {font-size:12px;}
img {border:0px;}

a {color:#616161;text-decoration:none;}
a:visited {color:#616161;}
a:hover {color:#008fff;}

a.grey {color:#616161;text-decoration:none;}
a.grey:visited {color:#616161;}
a.grey:hover {color:#008fff;}

a.submenu {color:#ffffff;text-decoration:none;}
a.submenu:visited {color:#ffffff;}
a.submenu:hover {color:#008fff;}

a.submenu_on {color:#008fff;text-decoration:none;}
a.submenu_on:visited {color:#008fff;}
a.submenu_on:hover {color:#008fff;}


.txt_intro {font-size:13px;letter-spacing:-1px;}
.txt_compact {font-size:11px;letter-spacing:-1px;font-weight:bold;}
.txt_small {font-size:11px;letter-spacing:0px;}
.txt_large {font-size:14px;letter-spacing:-1px;}

.hdl_std {font-size:22px;margin-bottom:12px;}
.hdl_white {font-size:22px;color:#FFFFFF;margin-bottom:12px;letter-spacing:0px;}
.hdl_grey {font-size:22px;color:#6e6e6e;margin-bottom:12px;letter-spacing:0px;}
.hdl_blue {font-size:18px;color:#009cff;margin-bottom:12px;letter-spacing:-1px;}


div.site_wrapper {
	width:816px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	border:0px solid red;
}

div.submenu {
	background-image:url(../graphics/submenu_back.gif);
	background-repeat:repeat-x;
	background-color:#141414;
	height:33px;
	overflow:hidden;
}

table.submenu {width:776px;margin-top:8px;margin-left:20px;margin-right:20px;border:0px solid red;}
table.submenu td {padding-left:0px;text-align:center;font-size:11px;}

div.main_area_grey {
	width:766px;
	background-image:url(../graphics/main_area_back.gif);
	background-repeat:repeat-x;
	background-color:#f8f8f8;
	padding:25px;
}

table.intro_box {width:100%;}
.intro_box.text {background-color:#9c9c9c;padding:15px 70px 25px 20px;}
.intro_box.space {width:6px;}
.intro_box.img {width:320px;background-color:#9c9c9c;}



div.footer_bar {background-color:#333333;overflow:hidden;height:12px;}
div.footer_info {font-size:9px;color:#7e7e7e;text-align:right;padding-top:8px;padding-bottom:30px;}




div.space, div.space10, div.space15, div.space20, div.space25, div.space30, div.space35, div.space40, div.space45, div.space50 
{height:5px;overflow:hidden;clear:both;}
div.space6 {height:6px;}
div.space10 {height:10px;}
div.space15 {height:15px;}
div.space20 {height:20px;}
div.space25 {height:25px;}
div.space30 {height:30px;}
div.space35 {height:35px;}
div.space40 {height:40px;}
div.space45 {height:45px;}
div.space50 {height:50px;}








