/* CSS Document */
body{
margin: 10px 0 0 0;
padding: 0 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
background: url('../images/bg.gif') center top repeat #ba5916;
}

a:link {color:#ff6501}
a:visited {color:#ff6501}
a:hover { text-decoration: none; color:#555555}
a:active { text-decoration: none; color:#555555}

.titleText {
padding: 10px 0px 0px 0px;
font-size: 18px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
color:#ff6501;
text-align: center;
}

.bottomNav { padding: 30px 0px 5px 0px; text-align:center; color: #555555; background-color:#FFFFFF; font-size: 10px; font-family: Verdana, Arial, Helvetica;}
	.bottomNav A:link, .bottomNav A:visited { color: #555555; text-decoration: none; }
	.bottomNav A:active, .bottomNav A:hover { color: #ff6501; text-decoration: underline; }

.bottomText { padding: 15px 0px 0px 0px; color:#ffe599; font-size: 11px; font-family: Verdana, Arial, Helvetica; background:url('../images/footer_02.gif') left top repeat; text-align:center; }
	.bottomText A:link, .bottomText A:visited { color: #ffe599; text-decoration: none; }
	.bottomText A:active, .bottomText A:hover { color: #ffffff; text-decoration: underline; }

.copyright { line-height: 15px; color: #706107; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-align: center; }
	.copyright A:link, .copyright A:visited { color: #706107; text-decoration: underline; }
	.copyright A:active, .copyright A:hover { color: #ffe599; text-decoration: none; }

