/* CSS Document */
.darkStripe
{
	background-color: #653D35;
}

.lightStripe
{
	background-color: #68413A;
}

body 
{
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	background-color: #653D35;
}

div, table, td
{
	font-family: verdana;
	font-size: 11px;
}

a
{
	color: #CC9226;
	font-weight: 700;
	text-decoration: underline;
}

a.tinymceImageList
{
	color: #2F3545;
}

a:hover
{
	color: #9e9284;
	font-weight: 700;
	text-decoration: none;
}

div.leftcolumn
{
	
}

div.rightcolumn
{
	float: right;
}

.tinymceImageList
{
	color: #ffffff;
}

h1
{
	font-size: 14px;
}

h3
{
	font-size: 13px;
}

input
{
	border: 1px solid #2F3545;
	font-family: verdana;
	padding: 3px;
}

select
{
	page-break-after:avoid;
}

table.standardwidth
{
	width: 500px;
}