<!--
body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;	
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.overline {
	text-decoration: overline;
}

.sized {
	text-size:
}

.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.codebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.info {
	
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color:#FF6600;
}

.CommentTotal {
	
    font-family: Courier new, courier, mono;
    font-size: 14px;
    color:#66CCFF;
	font-weight:bold;
}

.quotebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
	border: 1px solid #BFBFBF;
}

.listbullet {
	list-style-type: disc;
	list-style-position: inside;
}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
}
-->

/*COMMENTS
*------------------------------------*/

.postedby {
	padding: 0 0 0 18px;
	background: url(../images/user.jpg) no-repeat 0 3px;
	}
	
h3.formtitle {
	margin : 0px 0px 0px 0px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
	}

.commentbody {
	border-top: 1px dotted #ccc;
	}
	
/*gray box*/
.submitcomment, #submitcomment, #currentcomments, #rating, .textad {
	background-color: #FFF;
	border: 1px dotted #fff;
	padding: 5px;
	padding: 5px;
	margin: 20px 0px 0px 0px;
	}
	
	A:link
	{
	color:#330000; 
	font-size:12px; 
	font-family: Verdana, sans-serif; 
	text-decoration: none; 
	padding: 0px 1px 0px 0px;
	line-height: 150%;
	}
	A:active
	{
	color:#330000; 
	font-size:12px; 
	font-family:Verdana, sans-serif; 
	text-decoration: none; 
	padding: 0px 1px 0px 0px;
	line-height: 150%;}
	A:visited
	{
	color:#330000; 
	font-size:12px; 
	font-family: Verdana, sans-serif; 
	text-decoration: none; padding: 0px 1px 0px 0px;
	line-height: 150%;
	}
	A:hover
	{
	color:#666633; 
	font-size:12px; 
	font-family: Verdana, sans-serif; 
	text-decoration: none; 
	padding: 0px 1px 0px 0px;
	line-height: 150%;
	}


/*FORMS
*------------------------------------*/

.form {	
	background-color: #FAFAFA;
	border: solid 1px #C6C6C6;
	padding: 2px;
	size:25px;
	}

.formtext {
	background-color: #FAFAFA;
	border: solid 1px #C6C6C6;
	padding: 2px;
	border-bottom: 1px dotted #ccc
	}

.form:hover, .formtext:hover {
	background: white;
	}
	
.form:focus, .formtext:focus {
	background: white;
	border: solid 1px #000000;
	}
	
.submit {
	font-size: 100%;
	color:#FFFFFF;
	background-color:#FF6600;
	border: solid 1px #FF6600;
	border-right:  solid 1px #FF6600;
	border-bottom:  solid 1px #FF6600;
	border-bottom-style:groove;	
	padding: 2px;
	size:40px;	
	}	
.newComment {
	font-size: 100%;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:inherit;
	font-style:inherit;	
	padding: 2px;
	size:25px;		
	}
	
.submit:hover, .submit:focus {
	background:#66CCFF;
	font-size: 100%;
	color:#000;
	size:40px;	
	}
