body {
	background-color: #f0f8ff;
	text-align:center;
	font-family: Verdana, sans-serif;
                margin-bottom: 0px;
}

a, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #B70004; 
	text-decoration: underline;
}

div {
	font-size: 10px;
}

div:hover {
	background-color: #D7DEE8;
}

form {
	padding:0px;
	margin: 0px;
}

input {
	background-color: #F0F8FF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #93131D;
	border: 1px solid #000;
}

#container {
	width:202px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#top {
	background-image: url(frame_top.gif);
	height:29px;
	width:202px;
}

#content{
	background-color: #ffffff;
	border: 1px solid #57808d;
	width: 200px;
}

#bottom {
	background-image: url(frame_bottom.gif);
	height:29px;
	width:202px;
}

.topic {
	border-top: 1px solid #57808d;
	border-bottom: 1px solid #57808d;
	height:25px;
	width:200px;
	text-align:center;
	vertical-align: bottom;
	padding-top:5px;
	color: #FF6F00;
}

.textbox {
	padding: 5px;
	padding-bottom: 10px;
}

.textbox-t {
	padding: 4px 4px 4px 4px;
	text-align:justify;
}

.textbox-r {
	text-align: center;
	padding: 25px 4px 25px 4px;
}

.box {
	border: 0px;
	background-color: Transparent;
}