/* CSS Document */

body { 
	margin: 0;
	padding: 0;
	background-color: #f3efe6;
}
td,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #1e1d1c;
}

form{
	margin:0px;
}

.redtext {
	color: #a70c13;
}
.bg_sidebar {
	background-image: url(images/bg_sidebar.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.bg_content {
	background-image: url(images/bg_content.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.bg_footer {
	background-image: url(images/img_footerright.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #002b5f;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002b5f;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a70c13;
}
a:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.redlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a70c13;
	font-weight: normal;
	text-decoration: underline;
}
.redlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #a70c13;
}
.redlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.img_border {
	border: 1px solid #002b5f;
}
.rowColor1 {
	background-color: #F3ECE5 ;
}
.rowColor2 {
	background-color: #E6DBD0 ;
}