/* BODY */
body {
	background-color: #EFEFEF;
	}

/* 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 */
.SubTitle,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;
	}


/* CUSTOM BULLETS*/
.CustomBullet {
	position: relative; top: -20px;
	}


/* FOOTER */
.footer {
	color: #7D7D7D;
	font-size: 9px;
	}
a.footer:link {
	color: #7D7D7D;
	}
a.footer:visited {
	color: #7D7D7D;
	}

/* SIDEBAR */
.sidebar {
	width: 200px;
	color: #636363;
	font-size : 10px;
	}
.SidebarTitle {
	color: #853131;
	font-size: 12px;
	font-weight: bold; 
	}
.SidebarSubTitle {
	color: #853131;
	font-size: 10px;
	font-weight: bold; 
	}
.SidebarBodyText {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
