body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #69635D;
	font-size: 10pt;
}
a:link {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFCC;
}
a:active {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: underline;
}
.outline {
	border: 1px solid #FFFFFF;
}
.menu {
	margin: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.imageBorder {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 0px;
}
th.blog {
	font-size: 12pt;
	font-weight: bold;
	background-color: #FF9900;
	color: #666666;
	text-align: left;
)