/* BODY */
body {
	background-color: #CBC6BE;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	}

/* DEFAULT TEXT */
.BodyText, td {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	}

/* TITLE */
.title,h1 {
	color: #853131;
	font-size: 16px;
	font-weight: bold; 
	}

/* SUBTITLE */
.subheader,h2 {
	color: #853131;
	font-size: 14px;
	font-weight: bold; }

/* LINKS */
a:link {
	color: #636300;
	}
a:visited {
	color: #636300;
	}
a:hover {
	color: #636300;
	text-decoration: underline;
	}

/* FOOTER */
.footer {
	color: #7D7D7D;
	font-size: 9px;
	}
a.footer:link {
	color: #7D7D7D;
	}
a.footer:visited {
	color: #7D7D7D;
	}

/* SIDEBAR */
.sidebar {
	width: 150px;
	border: 1px solid #CEC6BD;
	color: #686847;
	font-size : 10px;
	padding: 5px 5px 5px 5px;
	background-color: #EFEFEF;
	}

