BODY, TD, P, LI, UL, DIV, SPAN, A, TABLE {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #000000;
	text-decoration:none;
}

body {
   margin-top: 0;
	margin-left: 0;
	background-color: White;
}
A {
	color: #990000;
	text-decoration:underline;
}
A:hover {
	color: #ff0000;
	text-decoration:underline;
}
.body-text {
	color: #000000; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.body-text {
	color: #990000;
	text-decoration: underline;
}
A.body-text:hover {
	color: #ff0000;
	text-decoration: underline;
}

.body-header {
	color: Black; 
	font-size: 10pt; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.body-header:hover {
	color: #ff0000;
}

.date-text {
	color: White; 
	font-size: 10px; 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header-title {
	color: #8d6959; 
	font-size: 15px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header-text {
	color: Black; 
	font-size: 9pt; 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.header-text {
	color: #990000; 
}
A.header-text:hover {
	color: #FF0000; 
}

.nav-text {
	color: Black; 
	font-size: 10pt; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.nav-text {
	color: #990000; 
	text-decoration: none;
}
A.nav-text:hover {
	color: #FF0000; 
	text-decoration: none;
}


.leftsidebar-text {
	color: Black; 
	font-size: 8pt; 
	font-family: Arial, Helvetica, sans-serif;
}

.rightsidebar-text {
	color: #ffffff; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.rightsidebar-text {
	color: #ffffff; 
	font-weight: bold;
}
A.rightsidebar-text:hover {
	color: #ff0000; 
}

.rightsidebar-header {
	color: #ffffff; 
	font-size: 16px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
}

.footer-text {
	color: Black; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.footer-text {
	color: #990000; 
	font-weight: bold;
}
A.footer-text:hover {
	color: #ff0000; 
}

.border-green {
	border : 1px solid #99cc33;
}
.border-coppertop {
	border-bottom: 2px solid #8d6959;
	border-top: 2px solid #8d6959;
}