/* CSS Document */
html{ height:100%}
body{
	background-image:none;
	background-color:#000000;
	padding: 0;
	margin: 0;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#333333;
	height: 100%;
	width: 100%;
}

#wrapper_main{background-color:#ffffff; width:880px; height:540px;}

.bg_ctl{width:1px; height:1px; background-image:none; background-color:#FFFFFF}
.bg_ctr{width:1px; height:1px; background-image:none; background-color:#FFFFFF}
.bg_cbl{width:1px; height:1px; background-image:none; background-color:#FFFFFF}
.bg_cbr{width:1px; height:1px; background-image:none; background-color:#FFFFFF}
.bg_t{height:1px; background-image:none; background-color:#FFFFFF}
.bg_l{width:1px; background-image:none; background-color:#FFFFFF}
.bg_r{width:1px; background-image:none; background-color:#FFFFFF}
.bg_b{height:1px; background-image:none; background-color:#FFFFFF}

#Copyright{ color:#FFFFFF;}

a,a:visited{color:#336699; text-decoration:none;}
a:hover{color:#6699BB; text-decoration:none}
a.lmenu,a.lmenu:visited{
	font-family:Trebuchet MS, Tahoma; 
	font-size:11px; 
	color:#336699; 
	display:block; 
	padding-top:5px; 
	padding-left:5px; 
	padding-bottom:0px; 
	text-decoration:none; 
}
a.lmenu:hover{
	font-family:Trebuchet MS, Tahoma; 
	font-size:11px; 
	color:#6699BB;  
	display:block; 
	padding-top:5px; 
	padding-left:5px; 
	padding-bottom:0px; 
	text-decoration:none;
	background-attachment: scroll;
	background-image: url(imgs/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.tmenu,a.tmenu:visited{
	font-family:Trebuchet MS, Tahoma; 
	font-size:14px; 
	font-weight:bold; 
	color:#336699; 
	display:block; 
	text-decoration:none; 
}
a.tmenu:hover{
	font-family:Trebuchet MS, Tahoma; 
	font-size:14px; 
	font-weight:bold; 
	color:#336699;  
	display:block; 
	text-decoration:none;
	background-attachment: scroll;
	background-image: url(imgs/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
