/* CSS Document */

body {
	font-size: 12px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}

form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a, a:visited {
	color: #0000FF;
}

a:hover, a:visited:hover {
	color:#FF0000;
}

.header {
	width: 802px;
	height: 117px;
}

.navbar {
	background: url(/templates/general/images/nbbk.jpg);
	width: 800px;
	height: 19px;
	border: 1px solid #2B614B;
	border-bottom: 0px;
	text-align: left;
}

.navbaritem {
	color: #FFFFFF;
	line-height: 19px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	
}

.navbaritem a, .navbaritem a:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	padding: 0px 20px 0px 20px;
	display: inline;
	text-decoration:none;
	
}

.navbaritem  a:hover, .navbaritem a:visited:hover {
	color: #FFFFFF;
	background: url(/templates/general/images/nbbk-o.jpg);
	text-decoration:none;
}

.maincontentcell {
	width: 800px;
	background: url(/templates/general/images/mainbk.gif) no-repeat;
	border: 1px solid #2B614B;
	border-top: 0px;
	min-height: 550px;
	text-align: left;
}

.pagetitle {
	font-size: 24px;
	font-style: italic;
	padding-bottom: 14px;
}

.maincontent {
	padding: 20px 20px 20px 20px;
}

.review_text {
	font-size: 12px;
	font-weight: bold;
}

.review_name {
	font-size: 11px;
	font-weight: normal;
}