body, td, p, select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

form{
  margin: 0px;
  padding: 0px;  
}
a{
	text-decoration: none;
	color: black;
}
a:hover{
	text-decoration: underline;
}
.white {
	background-color: #f3f3f3;
	font-size: 11px;
	color: black;
	border: 1px solid #A3A3A3;
}
.bold{
	font-weight: bold;
}

.tab_title{
	font-weight: bold;
	border-bottom: solid 1px #aaa;
	background-color: #ccc;
	padding: 2px;
}
.title_a{
	font-weight: bold;
	color: #444;
}
#info_div div{
	margin: 2px;
}
#active_tab{
	
}
#active_tab td{
	border-bottom: solid 1px #aaa;
}

#news_tab{
	margin: 3px;
}

#news_tab td, th{
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
}
