body , table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 160%;
	margin:0px;
	color: #FFD200;
}

body {
	background-color: #0076B9;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x ;
	background-attachment: fixed;
	background-position: left top;
}

table {
	padding:10;
}

a , a h3{
	text-decoration: none;
	color: #FFD200;
}

a:hover , a h3:hover {
	text-decoration: none;
	color: #D3BC00;
}


h3 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFD200;
	padding-bottom:0px;
}

img {
	border: 1px solid #FFD200;
}