/* CSS Document */

body, p, td {
 font-family:Georgia, Times New Roman, Times, serif;
 font-size:10pt;
}	
a{
   text-decoration:underline;
}
a:hover{
	text-decoration:underline;
	color: #000000;
}

}

p {
   font-family:arial;
   color:#000099;
}

#banner{
 display:block;
 width:600px;
 text-align:center;
 background-color:#990000;
 font-size:20pt;
 font-family:Arial;
 margin-bottom:20px;
 color:#330000
}
.Neal {
	font-size: 8pt;
}
.Neal {
        color:999999;
}

.Neal a{
        color:999999;
		text-decoration: underline;

}

.Neal a:hover{
        color:666666;
		text-decoration: none;
}

.Neal {
        font-size: 8pt;
}









}
.norm {
	font-size: 10pt;
}
.norm {
        color:000000;
}
.norm a{
        color:660000;
		text-decoration: none;

}
.norm a:hover{
        color:000000;
		text-decoration: underline;
}





}
.normsmall {
	font-size: 8pt;
}
.normsmall {
        color:000000;
}
.normsmall a{
        color:660000;
		text-decoration: none;

}
.normsmall a:hover{
        color:000000;
		text-decoration: underline;
}


#navbar {
        display:block;
	    width:448px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:9pt;
		font-weight:bold;
	

}

#navbar ul{
        margin:0px;
		float:left;
        list-style:none;
		display:block;
		padding:0px;
}

#navbar li{
        float:left;
}
#navbar li a{
       /* display:block;
        width:80px;
         text-align:center; */
        text-decoration:none;
        color:#660000;
        margin-right:11px;
		margin-left:5px;
        border:0px solid black;
}
#navbar li a:hover{
        color:black;
        background-color:#ffffff;
}
