/* CSS Document */

body{
	background-image:url(images/woodBGtile.jpg);
	background-repeat:repeat;
	margin-left:64px;
}

td{
	vertical-align:top;
}

.pageTitle{
	font-family:Arial, Helvetica, sans-serif;
	color:#360502;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}

.text{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#582e23;
	font-size:12px;
	text-transform:none;
	font-weight:500;
}

.footer{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c8b58b;
	font-size:11px;
	font-weight:500;
	text-decoration:none;
}
a.footer:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:white;
	font-size:11px;
	font-weight:500;
	text-decoration:none;
}

/* comments classes */
.commentsText{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-transform:none;
}
.commentsLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#336699;
	text-decoration:none;
}
.commentsLinks:hover{
	color : #FF00A2 ;
}
.btn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#ffba00;
	border:1px solid #db7701;
}
	
.btnHover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#f1a502;
	border:1px solid #db7701;
}
.commentsDescription{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-transform:none;
}
.textInput{
	
}
.textAreaInput{
	
}
