/* CSS Document */
html{ height:100%}
body{
	background-image:url(imgs/bg_maingrid_2.png);
	background-repeat:repeat-x;
	background-color:#ffffff;
	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:10px; height:10px; background-image:url(imgs/squarec/bg_ctl.gif); background-repeat:no-repeat; background-color:#FFFFFF}
.bg_ctr{width:10px; height:10px; background-image:url(imgs/squarec/bg_ctr.gif); background-repeat:no-repeat; background-color:#FFFFFF}
.bg_cbl{width:10px; height:10px; background-image:url(imgs/squarec/bg_cbl.gif); background-repeat:no-repeat; background-color:#FFFFFF}
.bg_cbr{width:10px; height:10px; background-image:url(imgs/squarec/bg_cbr.gif); background-repeat:no-repeat; background-color:#FFFFFF}
.bg_t{height:10px; background-image:url(imgs/squarec/bg_t.gif); background-repeat:repeat-x; background-color:#FFFFFF}
.bg_l{width:10px; background-image:url(imgs/squarec/bg_l.gif); background-repeat:repeat-y; background-color:#FFFFFF}
.bg_r{width:10px; background-image:url(imgs/squarec/bg_r.gif); background-repeat:repeat-y; background-color:#FFFFFF}
.bg_b{height:10px; background-image:url(imgs/squarec/bg_b.gif); background-repeat:repeat-x; background-color:#FFFFFF}

#Copyright{ color:#333333;}

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;
}
