html, body {
 width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	/*color: #2C4C99;*/
	color: #28503b;
	color: #648634;
	color: #548f24;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

.forminput, .searchStr, textarea {
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.searchStr {
	height: 16px;
	@height: 18px;
	width: 450px;
}

.button, .buttonGreen {
	font-size: 8pt;
	color: #000000;
	border: 1px solid #449911;
	height: 20px;
}

.button {	
	background: #C4DB7B;
}

.buttonGreen {
	background: #CCFFCC;	
}

.icon {
	margin: 0px 8px 8px 0px;
	border: 1px solid #CCCCCC;
}

optgroup, option {
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-family: 'Courier New', Courier, monospace;
}

hr {
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #777777;
	border: 0px;
	clear: both;
}

/* IE6 out low */
optgroup {
	color: #000000;
	background: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

option {
	color: #000000;
	background: #FFFFFF;
}

/* comments */

.commentTitle {
	color: #3F3F3F;
	margin-top: 10px;
	padding-bottom: 4px;
	font-size: 10pt;
	text-align: left;
}

.commentTitle a b {
	font-size: 11pt;
}

.commentBody {
	border: 1px dashed #A9A9A9;
	padding: 3px 4px 3px 4px;
	margin-bottom: 20px;
}

.commentComplaint {
    background: #E0E0E0;
    font-size: 10pt;
    padding: 8px 5px 8px 5px;
}

.commentComplaint div {
	margin-top: 5px;
}

.emptyCell {
	text-align: center;
	padding: 40px 40px 20px 40px;
}

.voteStars {
    padding-bottom: 5px;
    margin-bottom: 7px;
    border-bottom: 1px dashed #A9A9A9;
}

.clear {
    clear: both;
}

#tinyLine {
	margin:0;
	padding:0;
	font-size: 0px;
	line-height: 7px;
}
