@charset "utf-8";


/* ### General HTML Tags */
body {
	background-color: #C9C9C9;
}
body,td,th {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #333333;
}
a:link {
	color: #663300;
}
a:visited {
	color: #663300;
}
h1 {
	font-size: 13pt;
	color: #333333;
	padding-top: 0px;
	margin-top: 4px;
	margin-bottom: 6px;
}


/* ### Specific Classes  */
.divThumb {
	float: left;
	width: 180px;
	height: 140px;
}
.divThumbs {

}
.footer {
	font-size: 9pt;
}
.pgTitleTD {
	padding-right: 36px;
}
.topHR {
	width: 100%;
	color: #e1e1e1;
	border-style: solid;
	height: 2px;
	margin-top: 2px;
	margin-bottom: 8px;
	padding: 0px;
}

/* ### Specific ID's ### */
#divBody {
	padding-left: 55px;
	padding-right: 55px;
}
#divThumbWrapper {
	
}
