@charset "UTF-8";
body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 26px;
	background-image: url(images/backgrounds/bg-0009.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #5CBAEA;
	font-size: 15px;
	text-decoration: none;
	font-weight: bolder;
}
.buttons a:link {
	background-color : #000000;
	color : #66CCFF;
	display : block;
	padding-bottom : 11px;
	padding-top : 11px;
	text-decoration : none;
	width : 100%;
	font-size: 15px;
	line-height: 12px;
	font-weight: bolder;
	background-image: url(images/backgrounds/bigbuttonoutbg.png);
}
.buttons a:visited {
	background-color : #000000;
	color : #66CCFF;
	display : block;
	padding-bottom : 32px;
	padding-top : 32px;
	text-decoration : none;
	width : 100%;
	font-size: 15px;
	line-height: 12px;
	font-weight: bolder;
	background-image: url(images/backgrounds/bigbuttonoutbg.png);
}
.buttons a:hover {
	background-image: url(images/backgrounds/bigbuttoninbg.png);
}
a:visited {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}

.results a {
	font-size: 15px;
	color: #0099FF;
	text-decoration: none;
	background-color: #EEEEEE;
	display: block;
	height: 30px;
}
.results a:visited {
	color: #0099FF;
	text-decoration: none;
}
.results a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Headtable {
	line-height: 40px;
	color: #FFFFFF;
	-moz-text-shadow:2px 2px 3px #000;
	-webkit-text-shadow:2px 2px 3px #000;
	text-shadow:2px 2px 5px #000
}
.Headtable1 {
	line-height: 15px;
}
.title { text-shadow: -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 0 #666;