/* CSS definition file containing site wide stylesheets */

a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:visited {
text-decoration:none;
}


.nav1 {	
color:#660000;
text-decoration: none;
}
.nav1:link {
color:#660000;
}
.nav1:visited {
color:#993333;
text-decoration: none;
}
.nav1:hover {
color:#993333;
text-decoration: underline;
}

.hdg1 {
font-size:12pt; 
font-family: arial; 
color:#336699; 
font-weight:bold;
}

.hdg2 {
font-size:12pt; 
font-family: arial; 
color:#CC3300; 
font-weight:bold;
}

/* text box with rounded corners */
.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#000066; margin:0 5px;}
.b2 {height:1px; background:#000066; border-right:2px solid #000066; border-left:2px solid #000066; margin:0 3px;}
.b3 {height:1px; background:#000066; border-right:1px solid #000066; border-left:1px solid #000066; margin:0 2px;}
.b4 {height:2px; background:#000066; border-right:1px solid #000066; border-left:1px solid #000066; margin:0 1px;}
.contentb {background: #000066; padding: 0; }
