BODY
{
	background-color: #FFFFFF;
	margin-top: 71px;
	background-image: url("images/bgMain.jpg");
	background-repeat: repeat-x;
	color: #000000;
	font-size: 10pt;
	font-family: Trebuchet, Helvetica, sans-serif;
}

h1
{
	padding-left: 10px;
	color: #793a57;
	font-size: 14pt;
	letter-spacing: 2;
	font-weight: normal;
	text-decoration: overline;
}

h2
{
	color: #793a57;
	font-size: 10pt;
	line-height: 2px;
	letter-spacing: .5;
	font-weight: normal;
	text-decoration: overline;
}

TH
{
	background-color: #cfd59b;
	color: #793a57;
	font-size: 12pt;
	font-weight: bold;
}

p, ul, q
{
	padding-left: 10px;
	color: #000000;
	font-size: 10pt;
	list-style-image: url("images/list.gif");
}

q
{
	padding-left: 15px;
	font-style: italic;
}

INPUT, TEXTAREA, SELECT, OPTION
{
	background-color: #cfd59b;
	font-size: 8pt;
	color: #793a57;
	border: 1px #bf0b35 dotted;
}


ul { padding-left: 16px; }

a
{
	color: #793a57;
	font-size: 10pt;
	text-decoration: underline;
}

/*.link
{
	border-bottom: dotted 1px;
}*/

.redtext
{
	color: #bf0b35;
}

.purpletext
{
	color: #793a57;
}

.small
{
	font-size: 8pt;
}

.smallredtext
{
	color: #bf0b35;
	font-size: 8pt;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	color: #c4d44a;
}

.emphasiscontent
{
	background-color: #eef6b2;
	border: 2px #793a57 solid;
	padding: 2px;
	width: 661px;
}

.emphasiscontent IMG
{
	border: 2px #793a57 solid;
}

.noborder { border: 0px; }

.blog
{
	visibility: hidden;
}

.list_title
{
	background-color: #FFFFFF;
	overflow:hidden;
	cursor:pointer;
}

.list_title:hover
{
	background-color: #c8d278;
}

.list_content
{
	left: 30px;
	width: 500px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	background-color: #eef6b2;
	border: 2px #793a57 dotted;
	padding: 2px;
}

.list_content_content
{
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

