@charset "utf-8";
.mainstyle {
	font-family: Verdana;
	color: #CCC;
	font-size: 8pt;
	text-align: justify;
}

h1.mainstyle {
font-size: 12px;
font-weight:600;
} 



a.mainstyle:link {
	text-decoration: underline;
}
a.mainstyle:visited {
	text-decoration: underline;
}
a.mainstyle:hover {
	text-decoration: underline;
}
a.mainstyle:active {
	text-decoration: underline;
}

.mainstyleenhanced {
	font-family: Verdana;
	color: #CCC;
	font-size: 10pt;
	text-align: justify;
}


a.mainstyleenhanced:link {
	text-decoration: none;
}
a.mainstyleenhanced:visited {
	text-decoration: none;
}
a.mainstyleenhanced:hover {
	text-decoration: underline;
}
a.mainstyleenhanced:active {
	text-decoration: underline;
}

.imgstyle {
	border-style:solid;
	border-color:#FFF;
	border-width:4px;
}

.imagelinks {
	font-family: Verdana;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}


a.imagelinks:link {
	text-decoration: none;
}
a.imagelinks:visited {
	text-decoration: none;
}
a.imagelinks:hover {
	text-decoration: none;
}
a.imagelinks:active {
	text-decoration: none;

}


.gallerythumbstyle {
	border-style:solid;
	border-color:#FFF;
	border-width:2px;
}

.formboxstyle {
	font-family: Verdana;
	font-size: 10pt;
	color: #CCC;
	background-color: #333;
	border: 1px solid #000;
	list-style-position: inside;
	list-style-type: none;
}
