@charset "utf-8";
/* CSS Document */

body {
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	background: url(images/page_bg.jpg) #ebe3a5;
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tableborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.style1 {	font-size: 10px;
	color: #FFFFCC;
}
.pictureborder {
	border: 1px solid #000000;
}
h1{
	color:#800000;
	font-size:20px;
}
h2{
	color:#800000;
}
#footer{
	text-align:center;
	width:900px;
	margin:0 auto;
	font-size:10px;
}
#footer a{
	color:#000;
}
.newContent{
	width:900px;
	margin:0 auto;
	padding:10px;
	display:none;
}