BODY {
	color: #333333;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #CCCCCC url(../../Images/AGHardy/background.jpg);
	}
	
A:LINK {
	color: #660000;
	text-decoration: none;
	}
A:ACTIVE {
	color: #660000;
	text-decoration: underline;
	}
A:VISITED {
	color: #660000;
	text-decoration: none;
	}
A:HOVER {
	color: #660000;
	text-decoration: underline;
	}

TD {
	font-size: 15px;
	}

.PageTitle {
	color: #660000;
	font-size: 17px;
	}
	
.banner {
	font-size: 31px;
	color: #FFFFFF;
	}
	
.caps {
	text-transform: uppercase;
	}
	
.navigationA:LINK {
	color: #333333;
	text-decoration: none;
	}
.navigationA:ACTIVE {
	color: #660000;
	
	text-decoration: underline;
	}
.navigationA:VISITED {
	color: #333333;
	text-decoration: none;
	}
.navigationA:HOVER {
	color: #660000;
	text-decoration: underline;
	}
	
.navigationB:LINK {
	color: #660000;
	text-decoration: none;
	}
.navigationB:ACTIVE {
	color: #660000;
	text-decoration: underline;
	}
.navigationB:VISITED {
	color: #660000;
	text-decoration: none;
	}
.navigationB:HOVER {
	color: #660000;
	text-decoration: underline;
	}
	
.copyright {
	font-size: 11px;
	color: #999999;
	}
		
A.cright:LINK {
	COLOR: #666666;
	text-decoration: none;
	}
A.cright:ACTIVE {
	COLOR: #660000;
	text-decoration: none;
	}
A.cright:VISITED {
	COLOR: #666666;
	text-decoration: none;
	}
A.cright:HOVER {
	COLOR: #660000;
	text-decoration: underline;
	}
.Review {
	padding-left: 21px;
	padding-right: 21px;
	margin-top: 16px;
}
.ReviewDate {
	font-size: 11px;
}
.ReviewByLine {
	font-size: 12px;
}
.ReviewContent {
	font-size: 13px;
	margin-top: 7px;
	padding-left: 21px;
	padding-right: 21px;
}

/*form control */
#commentsForm{
	background: #F2F2F2;
	border: 1px solid #CCCCCC;
	width: 304px;
	text-align:center;
	margin:18px;
	padding:4px;
	font-size:12px;
	float:right;
	clear:both;
}

#commentsForm form	{
	margin:0 auto;
}

#commentsForm legend {
	display: none;
}


#commentsForm label {
	width: 148px;
	float: left;
	margin: 1px;
	text-align:left;
}



#commentsForm input {
	width: 147px;
	margin: 1px 2px 1px 0;
	color: #999999;
	float:left;
	border:1px solid #CCCCCC;	
}

#commentsForm input.enteredInputText{
	color:#3a3a3a;
}


#commentsForm div{
	width:296px;
	margin: 1px;
	float: left;
	text-align:left;
	color:#3a3a3a;		
}


#commentsForm textarea{
	width: 296px;
	height: 100px;
	margin: 1px;
	float: left;
	color: #999999;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	border:1px solid #CCCCCC;	

}

#commentsForm textarea.enteredInputText{
	color: #3a3a3a;	

}
#commentsForm #captcha{
	margin: 1px;
	border:1px solid #333333;
	float: left;
	display:inline;
	
}

#commentsForm #AC_key{
	float:left;
	width:50px;
	margin: 1px;	
}

#commentsForm #AC_title{
	width:296px;
	margin: 1px;
	float: left;
}

#commentsForm input.button {
	width: 126px;
	margin: 1px;
	text-align: center;
	float: left;
	background: white;
	color:#000000;
	border:1px solid #CCCCCC;	
	
}

#commentsForm input.button:hover {
	background: #F2F2F2;
}



.clear{
	clear:both;
}

.ArticleCommentStatus{
	font-weight:bold;
	margin:10px;
}

.ArticleCommentError{
	color:red;
	font-weight:bold;
	margin:10px;
}

.ArticleCommentSection{
	font-weight:bold;
	float:right;
	margin:0 18px 0 0;
}

.ArticleCommentSectionCount{
	font-weight:bold;
}

.ArticleSeparator{
	margin:30px auto;
	clear: both;
}

.ArticleComment{
	margin:20px auto;
}

.title{
	margin:5px 0px 5px 30px;
	font-size:12px;
	font-weight:bold;	
}

.comments{
	margin:5px 0px 5px 50px;
	font-size:12px;
}

.info{
	font-style:italic;
	font-size:11px;
	margin:5px 0px 5px 30px;	
}
