
body {
	margin:0px;
	padding:0px;
	background:#ffffff;	
	text-align:center;		
	height: 100%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
}

table {
	background-color: #ffffff;
	font-family: georgia, tahoma, arial, sans;
	text-align: center;
	font-size: 16px;
}

.border {
	border-top: thin solid #000000;	
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
}

.description {
	font-family: georgia, tahoma, arial, sans;
	text-align: center;
	font-size: 16px;
	font-weight: bold;

}

.bigbluetext {
	font-family: georgia, tahoma, arial, sans;
	text-align: left;
	color: #000000;
	font-size: 16px;
}

.smalltext {
	font-family: georgia, tahoma, arial, sans;	
	font-size: 10px;
}

#info a, #info a:visited {
	color: #8A9483;
	text-decoration: none;
}


#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	border: 0;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: relative;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0px;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	left: 0;
	text-decoration: none;
	top: 0;
	border: 0px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 301px;
	left: 0;
	position: absolute;
	top: -320px;
	width: 300px;
}

#top {
	margin-left: 80px;
}