body{
	background:#f3f3f7;
}
.container{
background:#fff; border-left:1px solid #999;border-right:1px solid #999;
}
a.home{color:#003399; text-decoration:none;}
a:hover{color:#fff;text-decoration:none; background: #003399;}
.grey{color:#ccc;}
.red{color:red;}
.title{font-size:12px;padding-left:20px;}
.e_title{font-size:18px; color:#003399 }
.tbl{border:1px solid #eee; border-style:groove;}
.txt{border:1px solid #ccc; padding:4px;}
#header{clear:both;}
.logo{ clear:both;height:100px;
background:url('../images/logo.gif') no-repeat;
}
.nav{
	line-height:32px;
	height:35px;
	background:url('../images/line.gif') repeat-x;
	clear:both;
}
.nav ul{list-style:none;}
.nav li{
	display:block;
	float:left;
	width:100px;
	text-align:center;
}
#main{padding:10px;}
#right{margin-top:15px;}
#footer{
clear:both;
height:40px;
text-align:center;
}