body {
	background-image: url(images/bg.jpg);
}
p, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #640000;
	font-weight: normal;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}.version {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}
.container {
	margin: auto;
	float: center;
	width: 690px;
	background-color: #990000;
	padding: 5px;
}
.version a {
	color: #FFFF00;
	font-size: 11px;
}
.version a:hover {
	font-size: 11px;
	color: #FF9900;
}


.header {
	background-image: url(images/title_bg.jpg);
	height: 50px;
}
.header2 {
	background-image: url(images/title_bg_2.jpg);
	height: 11px;
}
.headleft {
	float: left;
}
.headright {
	float: right;
}
.left {
	background-color: #FFFFFF;
	float: left;
	width: 289px;
	height: 218px;
	text-align: right;
	padding-right: 10px;
}
.footer1 {
	background-image: url(images/footer_bg_1.jpg);
	background-repeat: repeat-x;
	height: 8px;
}
.footer2 {
	background-image: url(images/footer_bg_2.jpg);
	background-repeat: repeat-x;
	height: 27px;
}

.content {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF00;
	padding: 10px;
}
.conleft {
	float: left;
	width: 33%;
}
.conright {
	float: right;
	width: 66%;
}

.right {
	background-color: #FFFFFF;
	float: right;
}
.center {
	text-align: center;
}
h1 {
	font-size: 20px;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 16px;
	color: #990000;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-left: 2px;
}
.main_right {
	float: right;
	width: 160px;
}
.main_left {
	float: left;
	width: 500px;
	}
img.pics {
	border: 1px solid #990000;
	padding:0px 0px 11px 0px;
	margin-bottom: 6px;
	background-color: #990000;
	background-image: url(images/click2enlarge.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
