@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1.3em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}

body {
	background-color: #0E4572;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited, a:active {
	color: #B7D432;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #B7D432;
}

img {
	border: 0;
}

.logo {
	width: 690px;
	margin: 0 auto;
}

.downloads{
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 30px;
}


.footer {
	width: 690px;
	margin: 0 auto;
}

.footer p {
	padding: 0; 
	font-size: 12px; 
	font-style: normal; 
	text-align: center;
}

.announce{
	font-size: 20px;
	margin-bottom: 60px;

}

.announce a:hover{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #B7D432;
	text-decoration: none;
	color: #0E4572;
}