
	.topnav{
		font-family: helvetica, arial;
		font-size: 12px;
		color: #4573B3;
	}
	
	a.nav{
		text-decoration:none;
		font-family: helvetica, arial;
		font-size: 12px;
		color: #4573B3;
	}
	
	a.topnavHome{
		text-decoration:none;
		font-family: helvetica, arial;
		font-size: 12px;
		color: #4573B3;
		font-weight:bold;
	}
	
	a.topnavContact{
		text-decoration:none;
		font-family: helvetica, arial;
		font-size: 12px;
		color: #4573B3;
		font-weight:bold;
	}
	
	a.topnavActivities{
		text-decoration:none;
		font-family: helvetica, arial;
		font-size: 12px;
		color: #4573B3;
		font-weight:bold;
	}
	
	a.topnavHelp{
		text-decoration:none;
		font-family: helvetica, arial;
		font-size: 12px;
		color: #4573B3;
		font-weight:bold;
	}
	
	a.topnavResources{
		text-decoration:none;
		font-family: helvetica, arial;
		font-size: 12px;
		color: #4573B3;
		font-weight:bold;
	}
	
	a.topnavHistory{
		text-decoration:none;
		font-family: helvetica, arial;
		font-size: 12px;
		color: #4573B3;
		font-weight:bold;
	}
	
	a.topnavAnnounce{
		text-decoration:none;
		font-family: helvetica, arial;
		font-size: 12px;
		color: #4573B3;
		font-weight:bold;
	}
	
	a.topnavHome:hover{
		height:14;
        width:33;
		color: #0B3D91;
        font-size:12px;
        font-weight:bold;
        filter:Blur(Direction=45, Strength=8);
		filter:shadow(Color=#FFE289);
	}
	
	a.topnavContact:hover{
		height:14;
        width:112;
		color: #0B3D91;
        font-size:12px;
        font-weight:bold;
        filter:Blur(Direction=45, Strength=8);
		filter:shadow(Color=#FFE289);
	}
	
	a.topnavActivities:hover{
		height:14;
        width:76;
		color: #0B3D91;
        font-size:12px;
        font-weight:bold;
        filter:Blur(Direction=45, Strength=8);
		filter:shadow(Color=#FFE289);
	}
	
	a.topnavHelp:hover{
		height:14;
        width:85;
		color: #0B3D91;
        font-size:12px;
        font-weight:bold;
        filter:Blur(Direction=45, Strength=8);
		filter:shadow(Color=#FFE289);
	}
	
	a.topnavResources:hover{
		height:14;
        width:62;
		color: #0B3D91;
        font-size:12px;
        font-weight:bold;
        filter:Blur(Direction=45, Strength=8);
		filter:shadow(Color=#FFE289);
	}
	
	a.topnavHistory:hover{
		height:14;
        width:40;
		color: #0B3D91;
        font-size:12px;
        font-weight:bold;
        filter:Blur(Direction=45, Strength=8);
		filter:shadow(Color=#FFE289);
	}
	
	a.topnavAnnounce:hover{
		height:14;
        width:85;
		color: #0B3D91;
        font-size:12px;
        font-weight:bold;
        filter:Blur(Direction=45, Strength=8);
		filter:shadow(Color=#FFE289);
	} 
	
	.heading{
		border-bottom: 1px solid #0B3D91;
		font-family: helvetica, arial;
		font-size: 14px;
		font-weight: bold;
		color: #0B3D91;
		padding-left : 20px;
		padding-right : 20px;
	}
	
	.text{
		font-family: helvetica, arial, verdana;
		font-size: 12px;
		color: #333333;
		padding-left : 100px;
		padding-right : 100px;
	}
	.tabletext{
		font-family: helvetica, arial, verdana;
		font-size: 12px;
		color: #333333;
		
	}