@charset "utf-8";
body {
	background-color: #666666;
	background-image: url(images/back1.jpg);
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body A{
	color: #820000;
	text-decoration: none;
	font-weight: bold;
}
body A:HOVER{
	color: #820000;
	text-decoration: underline;
	font-weight: bold;
}
.maintext {
	padding: 10px;
	color: #000;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 18px;
	color: #dcc4a4;
	font-size: 12px;
	font-weight: bold;
}

.footer A{
	color: #FFFFFF;
	text-decoration: none;
}
.footer A:HOVER{
	color: #FFFFFF;
	text-decoration: underline;
}
.graybox {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.bar {
	background-color: #aeaeae;
	height: 3px;
}
.left_column {
	background-color: #dddddd;
}

.maincell {
	background-color: #FFFFFF;
}
.left_side {
	width: 12px;
	background-image: url(images/left-side.jpg);
	background-repeat: repeat-y;
}
.right_side {
	width: 12px;
	background-image: url(images/right-side.jpg);
	background-repeat: repeat-y;
}
.tablelines_right {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tablelines_left {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.about_buttons {
	border: thin dotted #CCCCCC;
}
