body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #5D5D5D;
}

a { text-decoration: underline; color: #5D5D5D; }
a:link { text-decoration: underline; color: #5D5D5D; }
a:visited { text-decoration: underline; color: #5D5D5D; }
a:hover { text-decoration: none; color: #5D5D5D; }

img, table { border: 0px; }

.Style1 { color: #666666; }
#Style2 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.Style3 {
	color: #000000;
	text-decoration: underline;
}
.Style4 {
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

#stylecenter {
	width: 100%;
	text-align: center;
}

#lamareeswf, #flashcontent {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 500px;
}

#pageppale {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -400px;
	width: 800px;
	height: 500px;
}

#cgdv {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	padding-bottom: 20px;
}

#paddingleft {
	padding-left: 25px;
}