.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B4B4B;
	text-decoration: none;
}
.topnav a:hover {
	color: #FFFFFF;
	background-color: #0066CC;
	padding-right: 5px;
	padding-left: 5px;


}
.topnav a {
	color: #4B4B4B;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;

}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bottomnav {
	font-size: 9px;
	color: #BDD5ED;
}
.bottomnav a{
	font-size: 9px;
	color: #BDD5ED;
	text-decoration: none;
}
.bottomnav a:hover {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
.orangenav {
	color: #000000;
}
.orangenav a:hover{
	color: #000000;
}
.orangenav a{
	color: #F06414;
	font-weight: bold;

}
.bluenav {
	color: #000000;
}
.bluenav a:hover{
	color: #000000;
}
.bluenav a{
	color: #207AD3;
	font-weight: bold;

}
a:hover {
	color: #0033FF;
	text-decoration: none;
}
.eventlinks {
	color: #000000;
	text-decoration: none;
	font-weight :bold;
}
.eventlinks a{
	color: #339900;
	text-decoration: none;
}
.eventlinks a:hover {
	color: #000000;
	text-decoration: underline;
}
.eventlist {
	color: #000000;
	text-decoration: none;

}
.eventlist a {
	color: #000000;
	text-decoration: none;

}
.eventlist a:hover {
	color: #000000;
	text-decoration: underline;

}
.eventthismonth 
{
	color: #000000;
	text-decoration: none;
	font-weight :bold;
}
.eventthismonth a{
	color: #000000;
	text-decoration: none;
}
.eventthismonth a:hover {
	color: #000000;
	text-decoration: none;
}
	




/* tool tips */
.toolTipTrigger {
    cursor: pointer;
    cursor: hand;
    
}

.simple_window {  
    width:250px;  
    height:50px;  
    border:1px solid #000;  
    background-color:#fff;  
    padding:10px;  
    text-align:left;  
    font-family:"Lucida Grande",Verdana;  
    font-size:12px;  
    color:#333;  
} 

.h1
{
    font-size:12pt;
}