    html
    {
        font-size: 14px;
    }
        
    ul
    { list-style-type: disc; }

    
    .normal
    { font-family: Arial Narrow, Helvetica; }
    
    .bold
    { font-weight: bold; }
    
    .gray
    { color: #666666; }
    
    .black
    { color: #000000; }
    
    .indent
    { padding: 10px 30px 30px 30px; }
    
    .contactname
    { font-size: 12pt; color: black; font-weight: bold; font-family: "Arial Narrow", Arial, Helvetica; }
    
    .contacttitle
    { font-size: 12pt; color: black; font-weight: normal; font-family: "Arial Narrow", Arial, Helvetica; }
    
    .contactphone
    { font-size: 12pt; color: black; font-weight: normal; font-family: "Arial Narrow", Arial, Helvetica; }
    
    ul.normal li
    {
		margin-bottom: 10px;	
    }
    
    .red
    { color: #9d090c; }
    
/*    ul.nav,
.nav ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
}
ul.nav>li{
	display: inline;
} */

ul.nav {
	padding:0;
	margin:0;
	list-style:none;
	line-height:1em;
	width: 880;
}

ul.nav li {
	float:left;
	margin:0;
	padding: 2px 6px;
}

ul.nav a {
    font-family: "Arial Narrow";
    font-size: 14px;
	display:block;
    color: #EEEEEE;
	text-decoration:none;
	font-weight:bold;
}

ul.nav a:hover
{
    color: #FFFFFF;
	text-decoration:none;
}

ul.nav > li.selected > a, ul.nav > li.selected > a:hover
{
    color: #990000;
}

ul.nav > li.selected
{
    background-color: #FFFFFF;
}
