* {
	margin: 0;
	padding: 0;
	border: none;
}

BODY {
	background: #EEEEEE;
	color: #887335;
	text-align: center;
	font-family: "verdana";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

A {
	color: #887335;
	text-decoration: none;	
}

A: hover {
	color: #887335;
	text-decoration: underline;	
}

#flashcontent {
	text-align: left;
	margin: 0 auto;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 650px;
	padding-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
}
.text_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #887335;
	font-weight: bold;
}
.textitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 650px;
	padding-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	font-style: italic;
}

