/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #242B21;
}
body {
	background-color: #A1BDB2;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #242b21;
}
a:visited {
	color: #242B21;
}
a:hover {
	color: #5B785c;
}
a:active {
	color: #5B785c;
}
.normal_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #242b21;
}
.heading_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #242B21;
}
.reviewer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #242B21;
	text-align: right;
}