@charset "utf-8";
/* CSS Document */

body{
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;		
	background-image:  url(../images/faded-dark-brown.jpg);
	background-color:#C60;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.grayTblOutline {
	border:solid;
	border-color:#ccc;
	border-width:1px;
	background-color:#FFF;
	/*background-image:url(../images/jfjLargeLogoBG.png);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;*/
}

.footer {
	background-color:#333;
	color:#999;
	line-height:.5px;
	padding:0px;
}

A {
	text-decoration: none;
	font-weight: bold;
	color: #7D5500;
}
A:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
}

.textbuffer {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.imgstyle{
	border-style:solid;
	border-width:1px;
	border-color:#666;	
}