/* CSS Document */
body {
	background-color: #CCCCCC;
	margin-top: 15px;
}
html {
	font-family: Arial, Helvetica, sans-serif;
}
ul{
	padding-left:15px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:0px;
}
.txt_big {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold; 
}
.txt_lnk{
	color: #000000;
	text-decoration:none;
}
.txt_lnk_wh{
	color: #FFFFFF;
	text-decoration:none;
}
.txt_lnk:hover, .txt_lnk_wh:hover{
	text-decoration:underline;
}
#frame{border:1px solid #000000; width:948px; height:704px; margin:auto;}
#cont_left{height:680px; width:473px; background-color:#FFFFFF; float:left;font-size: 12px; color: #000000; line-height: 18px;}
#cont_right{height:680px; width:475px; background-color:#000000; float:left; font-size: 9px; color: #FFFFFF; line-height: 11px;}
#nav{border-top:1px solid #000000; float:left;}

