body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	margin: 0px;
/*	background-image:url(../images/background.gif);*/
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 20px;
	color: #CCCCCC;
	text-transform:lowercase;
}
h2 {
	font-size: 14px;
	color: #336699;
	border-bottom: solid 1px #666666;
}
h3, h3 a{
	color: #4488A8;
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
}
h4 {
	font-size: 14px;
	color: #336699;
}

.copyright, .copyright a:link, .copyright a:visited, .copyright a:active {color: #999999; font-weight: normal; text-decoration: none;}
.copyright a:hover {color: #999999; font-weight: normal; text-decoration: underline;}

.green, .green a:link {color: #339900;}
.red, .red a:link {color: #FF0000;}
.strikthrough {text-decoration: line-through;color: #CCCCCC;}

marquee {
	-moz-binding:   url("marquee-binding.xml#marquee");   /* needed */
	display:        block;   /* needed */
	overflow:       hidden;  /* needed */
	height:         13px;   /* needs to be a value. auto does not render correctly */
}

.frm_textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #F9F9F9;
	border: solid #CCCCCC 1px;
}
.frm_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	background-color: #E8E8E8;
	text-decoration: none;
	padding: 2px;
	margin: 0;
	border: 1px solid #333333;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.button a:link, .button a:visited, .button a:active{
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}
.button a:hover {
	color: #000000;
	background-color: #6699CC;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}

/* Thumbnail table */
.thumbnails tr td {font-size:9px; color:#CCCCCC;}
.thumbnails tr td a {color: #666666;}
.thumbnails tr td a:hover {color: #000000; text-decoration:none; font-weight:bold;}
.thumbnails tr td a img {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;}
.thumbnails tr td a:hover img {filter:alpha(opacity=85); -moz-opacity:0.85; opacity:0.85;}

/* Navigation pane */
#navcontainer
{
	margin: 0;
	padding: 7px 0 0 0;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	position: static;
}
#navcontainer ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

#navcontainer ul li
{
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
}

#navcontainer ul li a
{
	display: block;
	padding: 0 0 0 5px;
	margin: 0;
	width:170px;
	color: #666666;
	text-decoration: none;
	border: 0;
	font-weight: normal;
	border-left: #FFFFFF solid 12px;
}

#navcontainer ul li a:hover
{
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}

#navcontainer ul li a#current
{
	text-decoration: none;
	color: #CCCCCC;
	font-weight:bold;
	border-left: #EBEBEB solid 12px;
}
