@charset "utf-8";

body {
	background-image: url(../graphics/bkgnd.jpg);
	background-repeat: repeat;
	font-family: Helvetica, sans-serif;
}
.content {
	background-image: url(../graphics/center.png);
	background-repeat: repeat-y;
	width: 730px;
}
.stripeV {
	background-color: #0066CC;
	width: 9px;
}
.txtContent {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: justify;
}

.left {
	background-image: url(../graphics/left.png);
	background-repeat: repeat-y;
	width: 34px;
}
.right {
	background-image: url(../graphics/right.png);
	background-repeat: repeat-y;
	width: 36px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
}


.topHome {
	background-image: url(../graphics/top.png);
	background-repeat: no-repeat;
	height: 278px;
	width: 800px;
}
.footer {
	background-image: url(../graphics/bottom.png);
	background-repeat: no-repeat;
	height: 111px;
	width: 800px;
}
.txtFooter {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.left2 {
	background-image: url(../graphics/left2.png);
	background-repeat: repeat-y;
	width: 34px;
}
.right2 {
	background-image: url(../graphics/right2.png);
	background-repeat: repeat-y;
	width: 36px;
}
.content2 {
	background-image: url(../graphics/center2.png);
	background-repeat: repeat-y;
	width: 730px;
}
.top2 {
	background-image: url(../graphics/top2.png);
	background-repeat: no-repeat;
	height: 128px;
	width: 800px;
}
.footer2 {
	background-image: url(../graphics/bottom2.png);
	background-repeat: no-repeat;
	height: 111px;
	width: 800px;
}
.homeHead {
	background-image: url(../graphics/homehead.jpg);
	background-repeat: no-repeat;
	background-position: center 12px;
	height: 187px;
}
a.reg:link {
	color: #993300;
	text-decoration: none;
}
a.reg:visited {
	text-decoration: none;
	color: #993300;
}
a.reg:hover {
	text-decoration: underline;
	color: #0066CC;
}
a.reg:active {
	text-decoration: none;
	color: #993300;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a.close:link {
	color: #ffffff;
	text-decoration: none;
}
a.close:visited {
	text-decoration: none;
	color: #ffffff;
}
a.close:hover {
	text-decoration: underline;
	color: #33ff00;
}
a.close:active {
	text-decoration: none;
	color: #ffffff;
}.conSpacing {
	line-height: 20px;
}
