@charset "utf-8";
/* CSS Document */

.tableHeader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.pText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.pText a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #592f25;
	font-weight:bold;
}
.pText a:hover{
	text-decoration:underline;
}
.pText a:visited {
	color: #592f25;
	font-weight:bold;
}

.fieldText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #592f25;
	padding:0px;
	
	border-bottom-color:#bbae5e;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

.tableLeft {
	border-left-style:solid; 
	border-left-color:#8a776a; 
	border-left-width:thin;
}
.tableRight {
	border-right-style:solid; 
	border-right-color:#8a776a; 
	border-right-width:thin;
}
.tableBottom {
	border-bottom-style:solid; 
	border-bottom-color:#8a776a; 
	border-bottom-width:thin;
}


.inputStyle {
	border: 1px solid #592f25;
	vertical-align:top;
	height:21px;
}





