@charset "UTF-8";
/* CSS Document */

body td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	background: #CCC;
}

.container {
	margin: 0px auto;
	width: 1000px;
	padding: 0px;
	vertical-align: top;
	background: #FFF;
}

.headnav {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	background: url(images/headnavbg.jpg) top left repeat-x;
	}

.headnav a {
	color: #FFF;
	}

.headnav a:link {
	text-decoration: none;
	}
	
.headnav a:active {
	text-decoration: none;
	}

.headnav a:visited {
	text-decoration: none;
	}

.headnav a:hover {
	color: #CCC;
	}

.fillccc {
	background: #CCC;
	}

.head {
	font-size: 18px;
	font-weight: bold;
	color: #F60;
	vertical-align: middle;
	text-align: left;
	}

.footernav {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	background: url(images/footerbg.jpg) top left repeat-x;
	}

.footernav a {
	color: #FFF;
	}

.footernav a:link {
	text-decoration: none;
	}
	
.footernav a:active {
	text-decoration: none;
	}

.footernav a:visited {
	text-decoration: none;
	}

.footernav a:hover {
	color: #CCC;
	}

.pages {
	text-align: right;
	vertical-align: middle;
	color: #000;
	padding-right: 15px;
	}

.pages a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}

.pages a:link {
	text-decoration: none;
	}

.pages a:visited {
	text-decoration: none;
	}

.pages a:hover {
	color: #F60;
	}

.thumbborder {
	border: 3px solid #999;
	}

.thumbcode {
	text-align: center;
	vertical-align: middle;
	border: 3px solid #999;
	border-top: none;
	}

.zoomborder {
	border: 1px solid #999;
	}

.menuhead {
	font-size: 13px;
	font-weight: bold;
	color: #F60;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	}

.menu {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	background: url(images/arrow.png) left top no-repeat;
	padding-left: 25px;
	}

.menu a {
	font-weight: bold;
	color: #FFF;
	}

.menu a:link {
	text-decoration: none;
	}
	
.menu a:active {
	text-decoration: none;
	}

.menu a:visited {
	text-decoration: none;
	}

.menu a:hover {
	color: #CCC;
	}

.text {
	font-size: 14px;
	color: #000;
	text-align: justify;
	vertical-align: top;
	line-height: 150%;
	}

.text a {
	color: #666;
	text-decoration: underline;
	}

.text a:link {
	text-decoration: none;
	}

.text a:hover {
	color: #000;
	}

#marqueecontainer{
	color: #000;
	position: relative;
	width: 280px;
	height: 170px;
	background-color: transparent;
	overflow: hidden;
	padding: 0px;
	padding-left: 20px;
	left: 0px;
	top: 0px;
	text-align: left;
}
