body 
{
	font-family: Tahoma, Verdana, Arial;
	background-image:   url("images/interface/vertical_bground.gif");
	background-repeat: repeat-x;
	background-color: #484848;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	height:100%;
}

#layoutTable
{
	width: 782px;
	height: 100%;
}

#contentArea
{
	background-color: #eeeeee;
	width:100%;
	height:100%;
	vertical-align: top;
	padding: 8px;
	padding-top: 20px;
	background-image:url(images/interface/contentBackground.png);
}

.bodyText
{
	font-size: 10pt;
	line-height: 130%;
	padding-left: 16px;
	padding-right: 16px;
	text-align: justify;
}

.formTable
{
	font-size: 10pt;
	line-height: 130%;
	border-style:solid;
	border-width:1px;
	border-color: #b9b9b9;
}

.formTabelLabel
{
	text-align:right; 
	font-weight:bold;
}

.formTable input, .formTable textarea
{
	border-width: 1px;
	border-style: solid;
	border-color: #b9b9b9;
	width: 100%;
}

.rightContentText
{
	font-size: 10pt;
	line-height: 130%;
	padding-left: 15px;
	padding-right: 10px;
	text-align: left;
}

.newsTextDate
{
	font-size: 10pt;
	font-weight: bold;
	color: #7f0b00;
}

A:link, A:active, A:hover
{
	text-decoration:none;
	color: #560700;
}

A:visited
{
	text-decoration:none;
	color: #560700
}

A:hover
{
	color: #f41500;
	text-decoration:underline;
}

.faqQuestion 
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

.faqAnswer 
{
	margin-top: 0px;
	padding-top: 0px;
}

.tableHeader 
{
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

.pictureTable
{
	border-style:solid;
	border-width:1px;
	border-color: gray;
	text-align:center;
}

.pictureTable td
{
	padding: 2px;
}