/* HTML Elements */
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	margin: 5px;
	background-color: #D6EFE7;
}
p {
	margin: 0px 0px 1em 0px;
}
hr {
}
a:link {
	color: #336699;
}
a:visited {
	color: #669999;
}
a:hover {
	background-color: #BBDDDD;
}
a:active {
	color: #669999;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	margin: 0.5em 0px 0.5em 0px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	margin: 0.5em 0px 0.5em 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	margin: 0.5em 0px 0.5em 0px;
}
h4, h5, h6 {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	margin: 0.5em 0px 0px 0px;
}

/* ID and CLASS */
.headerbar {
}
.headerbar p {
	font-size: 10px;
	margin: 0px 0px 5px 0px;
}
.sidebar {
}
.footerbar {
	font-size: 12px;
}
h3.sidebar_nav {
	font-size: 14px;
	color: #800040;
	font-weight: bold;
	font-style: normal;
	margin: 1em 0px 1em 0px;
}
p.sidebar_nav {
	font-size: 12px;
	color: #800040;
	font-weight: normal;
	font-style: normal;
	margin: -1em 0px 1em 10px;
}
.sidebar_nav a {
	text-decoration: none;
	color: #800040;
}
.testimonial {
	font-style: italic;
}
.prev_next {
	background-color: #99CCCC;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;	
}
.monthly_special {
	font-weight: bold;
}


