@charset "UTF-8";
/* CSS Document */

body {
	background-color: #F0F0F0;
	
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	line-height: 150%;
}
.testbox {
	background-color: #FFFF00;
	height: 60px;
	width: 800px;
}
.howto {
	float: left;
	height: 180px;
	width: 320px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.howtoholder {
	height: 280px;
	width: 340px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	border-right-width: 20px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-left-width: 10px;
}
.instruction {
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 30px;
	width: 800px;
	color: #666666;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.imageholder {
	background-color: #999999;
	width: 740px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	height: 670px;
}
a:link {
	color: #ED1E79;
	text-decoration: none;
}

a:visited {
	color: #ED1E79;
	text-decoration: none;
}

a:hover {
	color: #ED1E79;
	text-decoration: underline;
}

.bottom {
	height: 70px;
	width: 740px;
	float: left;
}

.bottom a:link {
	color: #333333;	
}

.bottom a:visited {
	color: #333333;	
}

.bottom a:hover {
	color: #333333;
	text-decoration: underline;
}

#flashcontent {
	clip: rect(auto,auto,auto,auto);
	padding-left: 20px;
}
.topband {
	background-color: #333333;
	height: 40px;
	color: #CCCCCC;
}
.spacer {
	font-size: 14px;
	float: left;
}