body{
	font-size:75%;
	font-family:Arial, 'Lucida Sans Unicode';
	line-height:1.5;
	text-align:left;
	color:#333;	
	margin:0;
}
h1{
	font-size:24px;
	margin:20px 0% 20px 0%;
	color:#333;
	border-bottom:solid 1px #999;
}
h2{
	font-size:16px;
	margin:1% 0;
	color:#333;
}
h3{
	margin:1% 0;	
}
h4{
	margin:0 0 10px 0;
	font-size:14px;
	border-bottom:solid 1px #999;	
}

a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
a:hover, a:focus {
	text-decoration:none;
}
a img{
	border:none;
}
#table a:hover{
	text-decoration:underline;
	color:#900;
}
#tabs-1 a:hover,#tabs-2 a:hover,#tabs-3 a:hover{
	text-decoration:underline;
	color:#900;
}
p{
	font-size:14px;
}
input[type="button"]{
	font-weight:bold;
	height:30px;
}
input[type="text"], input[type="password"]{
	padding:5px;
}
td#search_results{
	font-size:12px;
	padding:10px;
}
@media (max-width: 1024px){
body{
	font-size:62%;
}
input{
	font-size:100%;
}
select{
	font-size:100%;
}
div#chart{
	width:465px;
	height:311px;
}
div#filter-options{
	height:311px;
}
div#atv-chart{
	width:600px;
}
}