body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #636363;
}
A:link {font-family: Verdana,Arial,Helvetica; font-size: 10px; color: #303b3d; font-weight: bold; line-height: 110%;text-decoration: none;}
A:visited {font-family: Verdana,Arial,Helvetica; font-size: 10px; color: #303b3d; font-weight: bold; line-height: 110%;text-decoration: none;}
A:active {font-family: Verdana,Arial,Helvetica; font-size: 10px; color: #FF330E; font-weight: bold; line-height: 110%;text-decoration: underline;}
A:hover {font-family: Verdana,Arial,Helvetica; font-size: 10px; color: #FF330E;  font-weight: bold; line-height: 110%;text-decoration: underline;}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 140%;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.bstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 175%;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	color: #ff330e;
	letter-spacing: 1px;
}
.bstitlerecord {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 115%;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	color: #ff330e;
	letter-spacing: 1px;
	}
.bstitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 115%;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	color: #313b3d;
	}
	
.bstitle2nolower {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 115%;
	font-weight: bolder;
	font-variant: normal;
	color: #313b3d;
	}
	
	
.bstitle3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 115%;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	}
	.bstitlenews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 115%;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	color: #313b3d;
	margin-bottom : 12px;
	}
	
	
	.overview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 115%;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	color: #313b3d;
	text-align: center;
}
	.overview1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	background: #313b3d;
	color: #FFFFFF;
	text-align: center;
}
	.overview2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	text-transform: uppercase;
	background: #596c70;
	color: #FFFFFF;
	text-align: center;
}
	.overview3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	text-transform: uppercase;
	background: #97a9ad;
	color: #000000;
	text-align: center;
}
	.overview4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	background: #c7d1d2;
	color: #000000;
	text-align: center;
}
#pscroller1{
	width: 290px;
	height: 68;
	border: 1px dashed #303b3d ;
	padding: 5px;
	background-color: #dee2e2;
	vertical-align: middle;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -2000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.copythumbnail{
	position: relative;
	z-index: 0;
	font-family: Verdana, Arial, tahoma;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: 929798;
}

.copythumbnail A {
	position: relative;
	z-index: 0;
	font-family: Verdana, Arial, tahoma;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: 929798;
}


.copythumbnail:hover{
background-color: transparent;
}

.copythumbnail span{ /*CSS for enlarged image*/
position: relative;
background-color: lightyellow;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.copythumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.copythumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 60px; /*position where enlarged image should offset horizontally */
}

.copyright {
	position: relative;
	z-index: 0;
	font-family: Verdana, Arial, tahoma;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: 929798;
}

.copyright A:link span {
	position: relative;
	z-index: 0;
	font-family: Verdana, Arial, tahoma;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: 929798; 
}


.copyright hover span {
	font-family: Verdana, Arial, tahoma;
	font-size: x-small;
	font-style: normal;
	font-weight: lighter;
	text-decoration : none;
	color: blue; 
}

