body
{
	margin: 0px 0px 0px 0px;
	background: url('images/siteComponents/backgroundGradient.gif');
	background-repeat: repeat-x;
	background-color: #504840;
}

input, textarea, select
{
	color: #504840;
	border: solid 1px #504840;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 10px;
}




.standardContent
{
	background: url('images/siteComponents/contentGradient.gif');
	background-repeat: repeat-x;
	background-color: #c0c0c0;
}

.standardContentText
{
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	text-align: justify;
	line-height: 13px;
}

.standardContentText a
{
	color: #ffffff;
	text-decoration: none;
}




.boxContent
{
	background-color: #ffffff;
}

.boxContentText
{
	color: #504840;
	font-family: verdana;
	font-size: 10px;
}

.boxContentText a
{
	color: #504840;
	text-decoration: none;
}




.listHeader
{
	background-color: #ffffff;
}

.listHeaderText
{
	color: #504840;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

.listContent
{
	background-color: 8BB7C5;
}

.listContentAlternating
{
	background-color: #799FAB;
}

.listContentHighlight
{
	background-color: #ffc000;
}

.listContentText
{
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	text-align: justify;
	line-height: 13px;
}

.listContentText a
{
	color: #ffffff;
	text-decoration: none;
}