/*
color : #E9E9E9
color : #CECECE
color : #666666
*/
body{
background:url(images/bggreen.jpg);
}
img{
border:0px;
}
a{
color:black;
text-decoration:none;
}
.content{
font-size:13px;
}
.tb1{
	font-size:13px;
	border-collapse:collapse;	
}
.tb1 th{
	background:url(tb2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:30px;
	border:1px solid #CCCCCC;
	font-weight:bold;
	padding-left:5px;
	text-align:left;
}
.tb1 td{
	border:1px solid #CCCCCC;
	height:30px;
	padding-left:5px;
}
.button{
background:url(images/bg2.png);
height:30px;
border:1px solid gray;
border-radius:5px;
color:white;
font-weight:bold;
}
.news{
color:#666666;
font-size:14px;
font-family:Tahoma;
border-bottom:1px dashed #CECECE;
margin-left:5px;
margin-bottom:5px;
padding-bottom:5px;
}
.news a{
color:#666666;
}
.menu{
width:180px;
color:#666666;
font-size:14px;
font-family:Tahoma;
margin-left:7px;
margin-bottom:5px;
padding-bottom:5px;
}
.menu a{
color:#666666;
}
.tb2{
font-size:13px;
border-collapse:collapse;
}
.tb2 th{
height:30px;
text-align:left;
background:#003355;
padding:5px;
color:white;
text-decoration:underline;
}
.tb2 td{
border-bottom:1px dotted gray;
height:30px;
padding:5px;
}