body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(images/design/background.jpg);
	background-repeat: repeat-y;
	color: #333333;
}
a:link {
	color: #B30916;
	text-decoration: none;
}
a:hover {
	color: #C12226;
	text-decoration: none;
}
a:visited {
	color: #747678;
	text-decoration: none;
}
.menu a:link {
	color: #545253;
	text-decoration: none;
}
.menu a:hover {
	color: #B30916;
	text-decoration: none;
}
.menu a:visited {
	color: #545253;
	text-decoration: none;
}
.rightbox, .centerbox a:link {
	color: #545253;
	text-decoration: none;
}
.rightbox, .centerbox a:hover {
	color: #B30916;
	text-decoration: none;
}
.rightbox, .centerbox a:visited {
	color: #545253;
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-family: Arial,  Helvetica, sans-serif;
	font-weight: bolder;
	color: #B30916;
	margin-top: 4px;
	margin-bottom: 6px;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
.header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 278px;
	width: 760px;
	background-image: url(images/design/header.jpg);
	background-repeat: no-repeat;
}
.leftcontent {
	position: absolute;
	top: 278px;
	left: 0px;
	width: 200px;
	height: auto;
}
.menu {
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
	line-height: 16px;
	margin-bottom: 20px;
}
.content {
	position: absolute;
	left: 200px;
	top: 278px;
	width: 456px;
	height: auto;
	background-image: url(images/design/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.innercontentbox {
	margin-bottom: 60px;
	text-align: left;
	margin-right: 4px;
	font-size: 11px;
}
.rightcontent {
	position: absolute;
	left: 660px;
	top: 278px;
	height: auto;
	width: 100px;
	text-align: right;
}
b {
	font-size: 11px;
}
img {
	border: none;
}
.articleimg {
	float: right;
	margin-bottom: 4px;
	margin-left: 4px;
	border: 1px solid #CCCCCC;
	text-align: right;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
}
.rightbox {
	float: right;
	background-color: #FFFFCC;
	height: auto;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	border: 1px solid #CCCCCC;
}
.centerbox {
	background-color: #FFFFCC;
	height: auto;
	width: auto;
	border: 1px solid #CCCCCC;
	margin: 0px;
}
.innerbox {
	margin: 4px;
}
.txt9pix {
	font-size: 9px;
	line-height: 10px;
}
textarea {
	border: 1px solid #CCCCCC;
	background-color: #FFFFCC;
	margin: 0px;
	padding: 1px 1px 1px 4px;
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
input {
	margin: 0px;
	background-color: #FFFFCC;
	padding: 1px 1px 1px 4px;
	border: 1px solid #CCCCCC;
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	width: 260px;
}
.logininput {
	width: 100px;
	margin: 0px;
}
.button {
	margin: 0px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFCC;
	width: auto;
}
select {
	margin: 0px;
	background-color: #FFFFCC;
	padding: 1px 1px 1px 4px;
	border: 1px solid #CCCCCC;
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
form {
	padding: 0px;
	margin: 0px;
}
hr {
	width: 456px;
	border: 1px solid #FFCC33;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}