@charset "utf-8";
/* CSS Document */
/*
* {
	margin: 0;
	padding: 0;
}
*/
a img {
	border: 0;
}

body {
	/*
  	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4;

  background: url(images/background.gif) repeat-x #ff6;
	color: #4F0000;
	margin: 0 0 40px;
	*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #0D6F00;
	margin-bottom: 15px;
	line-height: 1.2;
}

h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }


p {	margin-bottom: 15px; }

ul, ol { margin: 20px 60px; }

li { margin: 5px 0; }

a {	color: #00c; }
a:hover { color: #c00; }

/*----- General styles -----*/

.centre { text-align: center; }
.left {	text-align: left; }
.right { text-align: right; }
.red { color: #c00; }
.black { color: #000; }
.white { color: #fff; }
.highlight { background: #ff0; }
.underline { text-decoration: underline; }

.align-left { float: left;	margin: 0 15px 15px 0; }
.align-right {	float: right; margin: 0 0 15px 15px; }
.clear { clear: both; }

.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }

/*----- Structure -----*/

/*
#container {
	width: 750px;
	margin: 0 auto;
}

#header {
	width: 880px;
	height: 105px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
}

#header #logo {
	position:relative;
	top: 4px;
	display: block;
	width: 599px;
	height: 102px;
	margin: 0 auto;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}

#content-top {
	background: url(images/content-top.gif) no-repeat;
	width: 750px;
	height: 12px;
	margin: 20px 0 0;
	font-size: 0;
}
#content-bottom {
	background: url(images/content-bottom.gif) no-repeat;
	width: 750px;
	height: 12px;
	font-size: 0;
}
*/
#content {
	/*padding: 5px 18px 10px;
	border-left: 1px solid #C6B20D;
	border-right: 1px solid #C6B20D;
	background: #fff;
	*/
}
/*
#footer {
	margin: 20px 0;
	font-size: 13px;
	letter-spacing: -0.5px;
}

#legal {
	float: right;
	margin: 0;
}

#legal li {
	display: inline;
	padding: 0 10px 0 12px;
	border-left: 1px solid #0D6F00;
}

#legal li.first {
	border-left: none;
}

#legal li a {
	text-decoration: none;
	color: #0D6F00;
}

#legal li a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
	color: #0D6F00;
}
*/

#ReviewList td.ReviewOwner {
	color: #0D6F00;
	font-weight: bold;
}

#ReviewList td.ReviewText {
	background-color: #EFE;
}
