/* $Id: formatting.css,v 1.3 2002/09/25 10:45:04 morgan Exp $ */
h1{
	font : bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

h2{
	font : bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 3px;
}


p{
	font : 13px/1.4 Georgia, "Times New Roman", serif;
	margin-left: 10px;
	/*padding-left: 10px;*/
}

#content img{
	display: block;
}

img.imgRight{
	margin: 0px 0px 5px 10px;
	border: 1px solid #898989;
	display: block;
}

img.imgLeft{
	margin: 0px 10px 5px 0px;
	border: 1px solid #898989;
	display: block;
}

th{
	padding: 2px 2px;
	background-color : #E6D7B9;
	font : bold 11px/1.3 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

th.nodecor {
	padding: 2px 2px;
	background-color : transparent;
}

td{
	padding: 2px 4px;
	font : 12px/1.4 Georgia, "Times New Roman", serif;
}

th.tableHeaderLeft{
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 0px none #999999;
	border-bottom: 1px solid #999999;
	text-align: left;	
}

th.tableHeaderCenter{
	border-left: 0px none #999999;
	border-top: 1px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
}

th.tableHeaderRight{
	border-left: 0px none #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: right;
}



tr.evenRow{
	background-color : #F6F2E4;	
}

.formInput {
	border: 1px solid #b0b0b0;
	font : 13px/1.4 Georgia, "Times New Roman", serif;	
}

.formBtn {
	color: #000;
	background-color: #ccc;
	border: 1px solid #b0b0b0;
	font : 13px "Times New Roman", serif;	
}

#content a {
	color: #876C32;
}

#content a:visited {
	color: #7C7C7C;
}

.important {
	color: red;
	background-color: transparent;
}
