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

body {
	background-color: #1C1C1C;
	margin-top: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}
td,th {
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	background-color:#FFF;
	font-size: 14px;
}
p {
	text-align: justify;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #934911;
}
a:active {
	text-decoration: underline;
	color: #FF0;
}
.red_font {
	color: #FF0000;
}
.red_font_10 {
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
}
.left_border {
	background-image: url(images/page_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.footer{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:none
}
a.footer:link{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:none
}
a.footer:visited {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:none
}
a.footer:hover {
	color: #603311;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.footer:active {
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.bottom_border {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.remax_bk {
	background-image: url(images/c21_logo_bgrnd.jpg);
	background-repeat: repeat-y;
}
.form_field {
	background-color: #FFC;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
}

