/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-image: url(images/prestige_backg.jpg);
	background-repeat: repeat;
}

.bodytext {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 14px;
		color: #2f5181;
}

a:link {
		color: #3366cc;
}

a:hover {
		color:#039;
}

#announcement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0px;
	color: #2f5181;
	left:5px;
}

#announcement a:link {
/* background:url(images/home_announce.gif); */
background-position:left;
background-repeat:no-repeat;
height:40px;
width:100%;
padding:0px;
background-repeat:no-repeat;
text-decoration:none;
}


#announcement a:visited {
/* background:url(images/home_announce.gif); */
background-position:left;
background-repeat:no-repeat;
height:40px;
width:100%;
padding:0px;
color:#2f5181;
background-repeat:no-repeat;
text-decoration:none;
}

#announcement a:hover {
/* background:url(images/home_announce_over.gif); */
background-position:left;
background-repeat:no-repeat;
text-decoration:underline;
}

#atext {
font-size:9px;
}