/* CSS Document */
body {font-family: Times, Times New Roman, serif; background-color: black;
margin: 0px;}
td {font-family: Times, Times New Roman, serif;
	font-size: 12px;
	}
	
.h_header {background-image:  url(images/h_header.jpg);
            background-repeat: no-repeat;}
.p_header {background-image:  url(images/p_header.jpg);
            background-repeat: no-repeat;}
.r_header {background-image:  url(images/r_header.jpg);
            background-repeat: no-repeat;}

.logo {background-image:  url(images/logo.jpg);
            background-repeat: no-repeat;}
.bar {background-image:  url(images/navbar.jpg);
            background-repeat: no-repeat;}

.white {background-color:  white;}						

h1 {  font-size: 22px;
	  font-weight: bold;
	  text-align: center;
	  margin: 0px 0px 0px 0px;
	  padding: 0px;}	  

p {	  font-size: 14px;
	  line-height: 17px;}
.req {color: red;
	font-size: 11px;
	}
.addr {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}

.footer { color: white; font-size: 10px;
	  text-align: center;}

ul {list-style-image: url(images/bullet.gif);
      font-size: 14px;
	  font-weight: bold;
	  line-height: 17px;
	  text-align: left;}
 	  
a {font-family: Times, Times New Roman, serif;
	font-size: 13px;
	font-weight: bold;}
							
a:link { color: #B80E03; text-decoration: underline }
a:active { color: #B80E03; text-decoration: underline }
a:visited { color: #B80E03; text-decoration: underline }
a:hover { color: #000000; text-decoration: underline}

a.nav {font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	 text-align: center;
	 line-height: 23px;}
							
a.nav:link { color: #FFFFFF; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 50px; text-decoration: none }
a.nav:active { color: #FFFFFF; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 50px; text-decoration: none }
a.nav:visited { color: #FFFFFF; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 50px; text-decoration: none }
a.nav:hover { color: red; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 50px; text-decoration: none}									