/* CSS Document */

body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top:0px;

}
body {
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-color: #507B9B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {	font-size: 20px; font-weight:bold;}
h2 {	font-size: 18px; font-weight:bold;}
h3 {	font-size: 15px; font-weight:bold;}
h4 {	font-size: 13px; font-weight:bold;}

.copyright  {	font-size: 10px;}
.audio   {	font-size: 10px;}

form {
	margin: 0px;
	padding: 0px;
}

.bold {	font-weight:bold;}
.darkblue  { color: #003399;}
.lightblue {
	color: #1382B9;
}
.yellowish {
	color: #ffd786;
}

.maincopy {	
	font-size: 12px; 
	line-height:20px; 	
	text-align: left;
}
.white {
	color: #FFFFFF;
}

a:link {
	color: #003399;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #990000;
}
a:active {
	color: #CC0000;
}
tr.on {
	background-color: #BFD2DD;
	cursor: pointer;
}
tr.off {
	background-color: #F2F2EA;
}

