@charset "utf-8";
.textgray {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.over {
	overflow: auto;
	position: relative;
	height: 300px;
	width: 340px;
	visibility: inherit;
	list-style-position: outside;
	list-style-type: circle;
}

.textgraybold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.textgreen {
	font-family: Arial;
	font-size: 12px;
	color: #83b814;
}
.textgreenbold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #83b814;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}
a {
	font-size: 12px;
	color: #0099FF;
}

.body {
	background-color: #FFFFFF;

}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
body {
	font: 100%  Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(../gif/background2.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position: bottom;
}


.style3 {
	color: #FFFFFF;
	font-size: 12px;
}
.display {
	padding: 5px;
	height: auto;
	width: auto;
}
.style4 {
	color: #FF9900;
	font-weight: bold;
}
.style5 {color: #FF993A}
.style6 {
	color: #00B04E
}

.dotline {
	border: 1px dotted #A2DD35;
	margin: 2px;
	padding: 2px;
	overflow: auto;
}
.style7 {
	color: #0066FF;
	font-family: Arial;
	font-size: 12px;
}


.gallery
{
	margin: 23px 0 0 -4px;
	width: 577px;
	height: 350px;
	padding: 0 0 0 20px;
	overflow: auto;

}

.gallery div
{
	float: left;
	overflow: hidden;
	margin: 0;
}


.gallery div img
{
	margin: 0;
	background-color: #eee;

}

.gallery div a
{
	display:block;
	color: #999;
	padding: 0px;
	border: 2px solid #fff;
}

.gallery div a:hover
{
	text-decoration: none;
	border: 2px solid #009;
	background-color: #fff;
	color: #8a5d3b;
}
