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

body {
	background-color: #eedccb;
	background-image: url(../images/bkg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
.lines {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
}
.headings {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #cc9933;
}
.link-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.link-top:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a {
	color: #CCCC99;
}
a:hover {
	color: #CCCC66;
}

.link-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding-left: 20px;
	display: block;
}
.link-main-bkg {
	background-color: #333333;
}
.small-text {
	font-size: 11px;
}

.link-main-bkg:hover {
	background-color: #444444;
}


.link-main:hover {
	color: #999999;
}
.line-spacing {
	line-height: 25px;
}
.bkg-background-highlight {
	background-color: #804040;
}
.form-elements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F6733;
}
.form-message {
	font-weight: bold;
	color: #000000;
	background-color: #CC9933;
	padding: 2px;
}
.form-errors {
	color: #CCCCCC;
}
.td-border {
	border: thin solid #804040;
}
