.mainbox {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.header {
	background-image: url(images/title.gif);
	width: 725px;
	height: 62px;
	background-repeat: no-repeat;
}
.content {
	padding: 20px 280px 20px 30px;
	background-color: #FFFFFF;
	margin-top: 13px;
	border-right: dashed #CCCCCC 1px;
	border-left: dashed #CCCCCC 1px;
	margin-bottom: 13px;
}
.panelbox {
	position: absolute;
	top: 95px;
	right: 30px;
	width: 220px;
	line-height:12px;
}
.panel {
	border: 1px solid #999999;
	padding: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 20px;
	background-color: #FFFFCC;
}
.footer {
	border-top: 1px solid #CCCCCC;
	width: 665px;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	position: absolute;
	left: 30px;
	padding-bottom: 20px;
	margin-top: 10px;
}
body {
	background: #CCCCCC;
	background-color: #FFFFFF;
}
h1 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 20px 0px 8px 0px;
	font-weight: bold;
}
p {
	font: 13px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-indent: 0px;
	margin: 0px;
	text-align: justify;
	line-height: 19px;
}
p sup, .panel sup {
	line-height: 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0033;
	font-weight: bold;
}
.red {
	color: #FF0000
}
.blue {
	color: #0000FF
}
.green {
	color: #009900
}
.smalltext {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 12px;
}
.smalltext sup {
	color: #FF0033;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
.smalltext a {
	color: #000000;
	text-decoration: none;
}
.smalltext a:hover {
	text-decoration: underline;
	color: black;

}
.smalltext a:visited {
	color: black;

}
.smalltext a:active {
	color: black;
}
.footer a {
	text-decoration: none;
	color: #666666;
}
.footer a:visited {
	text-decoration: none;
	color: #666666;
}
.footer a:hover {
	color: #FF3333;
}
a:visited {
	color:blue;
}

a:hover {
	color:red;
}