font {
        font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, Sans-serif;
        font-size: 12px;
        color: #000;
}

.big {
        font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, Sans-serif;
        font-size: 12px;
        color: #000;
		font-weight: bold;
}

.norm {
        font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, Sans-serif;
        font-size: 12px;
        color: #000;
		
}

.title {
        font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, Sans-serif;
        font-size: 14px;
        color: #003399;
		font-weight: bold;
		
}

.gray {
        font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, Sans-serif;
        font-size: 14px;
        color: #fff;
		font-weight: bold;
		background-color: #003399;
		
}

.navbar{
        
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
		background-color: #003399;
}

.subnavbar{
        
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
		background-color: #ccc;
}

.headertable{
        

        border-bottom: 4px solid #000;

}

.rightcol {
		border-left: 1px solid #000;
}

.rightcoltext{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
        font-size: 10.5px;
        color: #333;
}

.page{

		padding-top: 16px;
		padding-bottom: 16px;
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
        font-size: 12px;
		font-weight: bold;
        color: #fff;
		background-color: #003399;
}

a.nav {
        text-decoration: none;
        color: #ffffff;
        font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
        font-size: 13px;
		font-weight: bold;
}

a.nav:link {
        color: #ffffff;
}

a.nav:visited {
        color: #ffffff;
}

a.nav:active {
        color: #ffffff;
}

a.nav:hover {
        text-decoration: underline;
        color: #ffffff;
}


a.subnav {
        text-decoration: none;
        color: #003399;
        font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
        font-size: 13px;
		font-weight: bold;
}

a.subnav:link {
        color: #003399;
}

a.subnav:visited {
        color: #003399;
}

a.subnav:active {
        color: #003399;
}

a.subnav:hover {
        text-decoration: underline;
        color: #003399;
}