/* CSS Document */

html {
    margin:0;
    padding:0;
    color:#000;
	font-family: "arial narrow";
	font-size: 15px;
    }
	
body {
    background:#030202;
    }

/* nav bar hotspots*/	
.home_link  {
   position: relative;
   text-align:left;
   top:108px;
   left: 45px;
   }
   
a:link {color: #FFFFFF; font-size: 18px; }     /* unvisited link */
a:visited {color: #FFFFFF; font-size: 18px;}  /* visited link */
a:hover {color: #FFFFFF; font-size: 18px;}   /* mouse over link */
a:active {color: #FFFFFF; font-size: 18px;}   /* selected link */ 

/* small blue links*/
a.link2:link {color: #00B9F1; font-size: 12px; }     /* unvisited link */
a.link2:visited {color: #00B9F1; font-size: 12px;}  /* visited link */
a.link2:hover {color: #00B9F1; font-size: 12px;}   /* mouse over link */
a.link2:active {color: #00B9F1; font-size: 12px;}   /* selected link */
	
h1  {
font-weight: bold;
font-size: 25px;
margin-bottom: -5px;
margin-top: -5px;
color: #ffffff
}

h5  {
font-size: 26px;
color: #00B9F1;
margin-bottom: -5px;
margin-top: -5px;
}

h5 span  {
font-size: 20px;
}

form  {
color: #343434;
background-color: #cccccc;
width: 500px;
height: 290px;
text-align:left;
padding: 10px;
font-size: 12px;
font-family: arial;
}

hr  {
color: #00B9F1;
background-color: #00B9F1;
}

.center {
text-align: center;
}

.note1  {
font-size: small; 
font-style: italic;
text-align: center;
line-height: 100%;
}

.note2  {
font-size: small; 
color: #ffffff;
text-align: center;
}

.date  {
font-weight: bold;
font-size: 21px; 
color: #FFF200;
text-align: center;
}