body {
	letter-spacing: normal;
	vertical-align: bottom;
	border: none;
	background-color: #FFFFFF;
}

.top {
	height: 55px;
	width: 200px;
}
a:link {
	color: #2D0F11;
}
a:active {
	color: #EDBD8E;
}
a:hover {
	color: #CC6600;
}
a:visited {
	color: #2D0F11;
}

.main {
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D1514;
	height: 300px;
	background-color: #FFFFFF;
	
}
.smalltext {
	font-size: 10px;
	color: #996633;
}

/* for image tables */
table.img {
	background-position: center top;
	width: 600px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FF9900;
	border-left-color: #FFCC00;
}
td.imgpic {
	padding: 2px;
	text-align: center;
	margin: 0px;
}
td.imgdesc {
	font-size: 12px;
	color: #000;
	padding: 1px 5px;
	margin: 0px;
}	
.front {
	margin-left: 400px;
	margin-top: 20px;
	font-size: 12px;
	color: #000000;
}

