body{ 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:x-small;
	color: #000000; 
}

table {
	font-size: x-small
}



span.pageTitle {
	font-size: x-large;
	color: #000000;
}

a.A{
	text-decoration: none;
	color:#3366cc; 
	font-weight:bold;
}

a:hover.A{
	text-decoration: underline;
	color:#FF0000; 
	font-weight:bold;
}

td.footer {
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #000000;
}

td.blackHeading {
	color: #FFFFFF;
	background-color: #000000;
	font-weight:bold; 
	vertical-align:top;
}

td.blueHeading {
	color: #3366CC;
	font-size:medium;
}

span.blueHeading {
	color: #3366CC;
	font-size:x-small;
	font-weight:bold;
}

span.highlight {
	color: #ff0000;
	font-weight:bold;
}

table.event-notice {
	border:1px solid #333333; 
	padding:5px; 
	width: 95%
}

td.event-notice-title {
	background-color: #000000;
	color: #ffffff;
	border-bottom:1px solid #333333; 
	font-weight:bold;
}

td.announcements {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	/*border-bottom: 1px dotted #999999;*/
 background-image:url('divider_dots.gif');
 background-position: bottom;
 background-repeat: repeat-x;
}






td.title2 {
	font-weight: bold;
	font-size: small;
	background-color: #99ccff;
	border-top: 2px groove #3366CC;
	border-bottom: 1px solid #3366CC;
	padding-left: 2px;
	filter: Alpha(Opacity=100, FinishOpacity=40, Style=1);
}


td.top-bar {
	background-color: #000000;
	padding-left: 2px;
	padding-bottom: 2px;
}

table.menu-bar {
	background-color: #3366cc;	
}


select.quicklink {
	color:#FFFFFF; 
	background-color:#3366CC; 
	font-size:xx-small;
}


/*
td.linksection div,span {
	padding-left: 15px;
	background-position: left center; 
	background-image:url('square.gif');
	background-repeat: no-repeat;
	color:#3366cc; 
	font-weight:bold;
	font-size: small;
}
*/

td.linksection div {
	white-space: nowrap; 
}

td.linksection div a:hover {
 background-color: #F2F2F2;
 display: block;
 text-decoration: none;
}







.listBox ul {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}

.listBox li {
 border-bottom: 1px solid #CCC;
 margin: 0px;
 padding: 2px 0px 2px 0px;
 height: auto;
 line-height: 1.35em;
 display: block;
}

.listBox ul li a {
 height: auto;
 margin: 0px;
 padding-right: 15px;
 padding-left: 5px;
 text-decoration: none;
 background-image:url('bg_nextbutton.gif');
 background-position: right;
 background-repeat: no-repeat;
 display: block;
 color: #336699;
}

.listBox ul li a:hover {
 height: auto;
 margin: 0px;
 padding-right: 15px;
 padding-left: 5px;
 background-color: #f2f2f2;
 border: 0px;
 display: block;
 color: #3366CC;
}





#main td {
	padding-left: 5px; 
	padding-top: 10px;
	vertical-align:top
}