/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	}
	
a {
	color: #FF6600;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #FFFFFF;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	}
	
#navigation a:hover {
	background: #657234 url("arrow.gif") 14px 45% no-repeat;
	color:#FFFFFF;
	}
	
	
/* Class Styles */
	
.bodyText {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#4D4D4D;
	line-height:17px;
	margin-top:0px;
	}

.bodyText a:link {
	color: #4D4D4D;
	font-weight:normal;
}
.bodyText a:hover {
	color: #4D4D4D;
}
.bodyText a:visited {
	color: #4D4D4D;
	font-weight:normal;
}

.bodyText a:active {
	color: #4D4D4D;
}

/* White text */
.whiteText {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:17px;
	margin-top:0px;
	}
	
.whiteText a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	}
	
.whiteText a:visited{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	}
	
.whiteText a:hover {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
	} 
	
	
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	}
	
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
.samteq {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #6458A0;
	}
.samteq a{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #6458A0;
	}
.samteq a:hover{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
	text-decoration:underline;
	color: #6458A0;
	}
	
.pagename {
	font:18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold
	color:#999999;
	line-height:17px;
	margin-top:0px;
	}
	
	.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #999999;
padding: 5px;
left: -1000px;
border: none;
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: auto;
left: auto; /*position where enlarged image should offset horizontally */
right: 50px;
}