	html {
	width:100%;
	height:100%;
	}
	body {
	background:url(images/body_bg.jpg) top repeat-x #1c1b17;
	margin:0 0 0 0;
	height:100%;
	width:100%;
	font-family:verdana,arial;
	font-size:8pt;
	}
	.reviewImgLink img {
	border:2px solid #424242;
	}

	p {
	margin: 15px 0 5px 0;
	}
		#reviewContent p {
		margin: 15px 0 15px 0;
		clear:both;
		}

	#reviewContent strong {
	color: #828282;
	}

	h1 {
	font-weight:normal;
	font-size:16pt;
	color:#ffa500; /* d5d5d5 */
	margin:0 0 10px 0;
	}

h1.error {
	color: #bb1e1e;
	font-size: 15pt;
	font-weight: normal;
	margin:0 0 15px 0;
}

	h2 {
	font-size:14pt;
	color:#d0d0d0;
	font-weight:normal;
	margin:20px 0 7px 0;
	}
	h3 {
	font-size:12pt;
	color:#595959;
	font-weight:normal;
	margin:0 0 0 0;
	}
		h3.score {
		font-size:14pt;
		display:inline;
		color:#b1e753;
		}
		h3.page {
		display:inline;
		margin:0;
		padding:0;
		outline:none;
		font-size:12pt;
		}
			h3.page a, .page a:hover, .page a:active {
			color:#ff3e3e;
			text-decoration:none;
			outline:none;
			font-size:12pt;
			}
		h3.activePage {
		display:inline;
		margin:0;
		padding:0;
		outline:none;
		font-size:12pt;
		}
			h3.activePage a, h3.activePage a:hover, h3.activePage a:active {
			color:#ffc9c9;
			text-decoration:none;
			outline:none;
			font-size:12pt;
			}
	ul {
	list-style-type:bullet;
	margin:0 0 5px 25px;
	padding:0;
	font-size:8pt;
	}

	table {
	border:0px;
	}
		td {
		vertical-align:top;
		}
