body,td,th {
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	color: #666666;
	font-weight: normal;
}
body {
	background-color: #D3D4C4;
	background-image: url(_graphics/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 100%;
	font-weight: normal;
}
a:link {
	color: #453F6B;
}
a:visited {
	color: #996600;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CC9900;
}

input {
	font-family: Tahoma;
	font-size: xx-small;
}
select {
	font-family: Tahoma;
	font-size: xx-small;
}
.txt_dblue {
	font-family: Tahoma;
	font-size: .9em;
	color: #464D5B;
}
.txt_orange {
	font-family: Tahoma;
	font-size: .8em;
	color: #E37700;
}
.txt_orange_u {
	font-family: Tahoma;
	font-size: .8em;
	color: #E37700;
	text-decoration: underline;
}
.divider {
	background-image: url(images/divider.gif);
	height: 10px;
}
.txt_grey {
	font-family: Tahoma;
	font-size: .9em;
	color: #8C8C8C;
}
.txt_dgrey {
	font-family: Tahoma;
	font-size: .8em;
	color: #646464;
	font-weight: normal;
}
.txt_grey01 {
	font-family: Tahoma;
	font-size: .8em;
	color: #575757;
}
.txt_grey_b {
	font-family: Tahoma;
	font-size: .8em;
	font-weight:bold;
	color: #8C8C8C;
}
.txt_grey_u {
	font-family: Tahoma;
	font-size: 1em;
	text-decoration:underline;
	color: #8C8C8C;
}.txt_Menu {
	font-family: "Gill Sans MT Condensed", "Gill Sans MT Ext Condensed Bold";
	font-size: 1em;
	font-weight: bold;
	color: #666666;
}
.txt_blue_un {
	font-family: Tahoma;
	font-size: .8em;
	color: #2C9ED8;
	text-decoration: underline;
}
.line_dash {
	background-image: url(images/dash_line.gif);
	height: 1px;
}
.double_line {
	background-image: url(images/double_line.gif);
	height: 4px;
}
textarea {
	font-family: Tahoma;
	font-size: 10px;
}

 Source: 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: lightblue;
padding: 5px;
left: -1000px;
border: 1px dashed black;
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: 150px;
left: 0px; /*position where enlarged image should offset horizontally */

}
.picture {
	float: left;
}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-variant: small-caps;
}
.graybox {
	font-family: "Gill Sans MT Condensed", "Gill Sans MT Ext Condensed Bold";
	color: #000000;
	background-color: #CCCCCC;
	float: none;
	font-size: 1em;
}
.Samples {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
