/* CSS Document */

body {
	margin-top: 50px;
	margin-bottom: 30px;
	nargin-left: 0px;
	margin-right: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 140%;
	text-align: left; }
	
.thumbs {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

p {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 140%;
	text-align: left; }
	
a {
	color: #000000;
	text-decoration: underline; }
	
a:hover {
	color: #9933cc;
	text-decoration: underline; }
	
.bold {
	font-weight: bold;
}

.lineheight {
	text-align: justify;
	line-height: 160%;
}

.dashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}

.gallery {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.gallery:hover {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #9933cc;
}

.mainimage {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 4px;
}