/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #333333;
	background-color: #DDB35A;
	padding: 6px;
	margin: 2px;
	text-align: center;
}
li {
	font-size: 12px;
	line-height: 2em;
}

div {
	background-color: #FFFFFF;
	margin: 20px;
	padding: 20px;
	text-align: center;
}
.navigation {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	border: medium solid #000000;
}
.outline {
	border: medium solid #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.cellpadding20 {
	padding: 20px;
}
.text {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 1.25em;
	font-weight: bold;
	color: #000000;
}
.navtext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 15px;
	line-height: 30px;
}
.navtext a:visited {
	color: #CCCCCC;
}
.navtext a:hover {
	color: #FFCC33;
}



h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
}
.vertical-divider {
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #666666;
}
.before-after {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.navtext a:link {
	color: #FFFFFF;
}

