@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #8ab9c9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.imgbrdr {
	border: solid 3px #4E890B;
}
.twoline {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.btmline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.style2 {color: #333333; font-family: "Times New Roman", Times, serif; font-size: 24px;}
.style3 {
	color: #78A337;
	font-weight: bold;
}
.style5 {
	color: #78A337;
	font-weight: bold;
	font-size: 30px;
}
.style15 {
	color: #0083e7;
	font-weight: bold;
	font-size: 30px;
}
.style6 {
	font-size: 16px;
	font-weight: bold;
}
.style7 {
	color:#000000;
	text-decoration:none;
	text-align:justify;
}
.style7 a, .style7 a:link, .style7 a:hover, .style7 a:visited{
	color:#000066;
}

.dotline {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-color: #FFFFFF;
}
a {
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#showcase {
	border:solid 3px #518405;
}

.border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #069ae5;}
.divfloat {
	width:250px; float:left; text-align:left;
}