@charset "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#flash {
	display: none;
}
#content {
	padding-left: 12px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	background: #FFFFFF;
	height: auto;
}
#content p {
	font-size: 12pt;
	color: #000000;
}
#left-box {
	float: left;
	width: 265px;
	height: 555px;
	background-color: #CCCCCC;
	display: none;
}
#right-box {
	background-color: #fff;
	padding-top: 12px;
	width: auto;
	float: left;
	display: none;
}
h1 {
	color: #000000;
	font-size: 16pt;
}
h2 {
	color: #000000;
	font-size: 14pt;
}
