/* CSS Document */

/* CSS Document */

HTML, BODY, TD, P, A, DIV
{
	font-family: Arial,Times,Tahoma,Verdana;
}
HTML, BODY, TD, P, DIV
{
	font-size: 9pt;
}
body
{
	margin-top: 0;
	margin: 0;
	background: #336699 url() top left repeat-y;
}

a:hover
{
	color: #990000;
	text-decoration: none;
	font-size: 8pt;
}

a
{
	text-decoration: none;
	font-size: 8pt;
}
a.blueLink
{
	color: Blue;
}
a.blueLink:hover
{
	color: Silver;
}
a.calLink:hover
{
	color: Silver;
	text-decoration: underline;
	font-size: 8pt;
}

a.calLink
{
	color : Blue;
	text-decoration: underline;
	font-size: 8pt;
}
a.nav
{
	font-size: smaller;
	text-decoration: underline;
	font-size: 7.5pt;
}

a.nav:hover
{
	font-size: smaller;
	text-decoration: underline;
	font-size: 7.5pt;
}
a.whiteLink
{
	color: WHITE;
	text-decoration: none;
}

a.whiteLink:hover
{
	color: SILVER;
	text-decoration: none;
}
a.cal
{
	font-size: 7pt;
	color: #000099;
}
.calDates
{
	font-size: 7.5pt;
}
.copyright
{
	color: #333333;
	font-size: 7.5pt;
	font-weight: bold;
	text-align: center;
}
.copyright:hover
{
	color: #990000;
	font-size: 7.5pt;
	font-weight: bold;
}
.smallcopy
{
	font-size : 7.5pt;
}


	.fd_bordertable {
		background-color: white;
		border-style: solid; border-width: 0px;
		padding: 0;
		width: 275px;
	}

	/* table container for feed news */
	.fd_maintable { border-width: 0; background: white }

	/* header cell with feed title text and xml button */
	.fd_header {
		visibility: hidden;
		line-height: 0px;
	}

	/* header title link (leading to rss) */
	.fd_headerlink, .fd_headerlink:visited, .fd_headerlink:hover {
		font-size: 0px;
		visibility: hidden;
		line-height: 0px;
	}

	/* item link properties, such as text-decoration and etc */
	.fd_itemlink { color: black; text-decoration: none; font-weight:
bold }
	.fd_itemlink:visited { color: black; text-decoration: none }
	.fd_itemlink:hover { color: #990000; text-decoration: none }

	/* item descriptions */
	.fd_itemcell {
		padding:4px;
		line-height: 12px;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

	/* item post date */
	.fd_postdate {
		color: #666666;	font-style: italic;
	}
	
 #navcontainer
{
margin: 0;
padding: 0;
height: 22px;
font: 10px Verdana, sans-serif;
width: 100%;
border-bottom: 1px solid #bbb;
list-style-type: none;
background: #fff;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background: #fff;
color: #555;
text-decoration: none;
padding: 2px 10px 2px 10px;
display: block;
}

#navlist li a:hover
{
color: #039;
border-bottom: 3px solid #bbb;
cursor: pointer;
background: #eee;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}