/* CSS Document */
.header{
background-color: #483B32;
}
body{
background-color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
	border-style: none;
}
.footer{
background: #F47b20;
/*font:  x-small normal Verdana, sans-serif;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
text-align:center;
padding:10px;
	border-style: none;
}

.hrzlineb{
background-image:url(bline.gif);
background-repeat:repeat-x;
	border-style: none;
}
.hrzlinet{
background-image:url(topline.gif);
background-repeat:repeat-x;
	border-style: none;
}

/*--------------------------------------------------*/
#footer a:link{ color:#000000;
	border-style: none;
}
#footer a:hover{ color: #090000;
	border-style: none;
}
#footer a:visited{ color: #090000;
	border-style: none;
}
