/* Created by TopStyle Trial - www.topstyle4.com */
body {
	font-family: Verdana, Arial;
}

h1 {	font-size:18px;}
h2 {	font-size:16px;}
h3 {	font-size:14px; display: inline;}
h4 {	font-size:12px;  margin-right: 3px; }

#menu {
	background-color: #e6c46f;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.orangeTitle {
	background-color: #ffebb2;
}

.blackTitle {
	background-color: black;
	color:white;
}

.blackTitle a:link {color: white; text-decoration: underline; font-weight:bold; }
.blackTitle a:active {color: white; text-decoration: underline; font-weight:bold; }
.blackTitle a:visited {color: white; text-decoration: underline; font-weight:bold; }
.blackTitle a:hover {color: white; text-decoration: none; font-weight:bold; }

.whiteContent {
	background-color:white; 
	border: 1px none black;
}

a:link {color: #424242; text-decoration: none; }
a:active {color: #424242; text-decoration: none; }
a:visited {color: #424242; text-decoration: none; }
a:hover {color: #424242; text-decoration: underline; }