body {
	background-color: #DED9B9;
}
#spacer {
	padding: 5px;
}
#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	height: 40px;
	background-color: #CBC48F;
	text-align: center;
	vertical-align: middle;
}
#text_table {
	width: 500px;
}
#review {
	background-color: #CBC48F;
	width: 500px;
	padding: 5px;
}
.bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A01E1C;
	border-left-style: 5;
}
.little_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-left-style: 10;
}
.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 0px;
	padding-left: 5px;
}
#dot_line {
	height: 5px;
	background-repeat: repeat-x;
	background-image: url(images/dotline.jpg);
	background-position: center center;
}
#table_review_normal {
	background-color: #CBC48F;
	padding: 5px;
}
#banner {
	height: 60px;
	width: 468px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#headline_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A01E1C;
	text-align: center;
	vertical-align: middle;
	background-color: #CBC48F;
	height: 30px;
}
#footer {
	padding: 5px;
	height: 80px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#news_box {
	background-color: #E3E0C6;
}
#boder {
	border: 1px solid #CBC48F;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

