@charset "utf-8";
/* CSS Document */

body{background-image:url('graphics/headerbg.png');
background-repeat:repeat-x
}






a{color:white;text-decoration:none;}
a:hover{color:#606060}


td.menu{
background:#996699;
}



table.menu
{
font-size:80%;
position:absolute;
visibility:hidden;
}



a.two:link {
	color:#B90000
}
a.two:visited {color:#999999}
a.two:hover {color:#606060}




a.three:link {color:#FFFFFF}
a.three:visited {color:#FFFFFF}
a.three:hover {color:#FFFFFF}


a.button {
	background: transparent url('graphics/button.png') no-repeat scroll;
	color: #ffffff;
	display: inline-block;
	padding-top: 2px;
	font: normal 30px arial, sans-serif;
	text-align:center;
	height: 75px;
	width:175px;
	text-decoration: none;
}

a:hover {
	color: #666666;
}



