html {height:100%; overflow:auto;}

body {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #366654;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 20px;
	text-align: left;
}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 20px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/*
object {
	color: #ffffff;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
}
*/
.xbox {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	margin : 0px;
}
.xbox2 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: middle;
	margin : 0px;
}

.vmsg {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #efefef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 4px;
	text-align: left;
}
.vmsg2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	margin: 0px;
	padding: 2px;
	text-align: left;
}

.formButton {
	font-family: Arial;
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
	background-color: #367654;
	text-align: center;
	padding: 1px;
}
.formButtonOver {
	font-family: Arial;
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
	background-color: #28a836;
	text-align: center;
	padding: 1px;
}

#hbg_image {
	width: 100%;
	height: 111px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#headbg {
	color: #ffffff;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left:120px;
	z-index: 1;
	margin : 0;
}
#contents {
	position: relative;
	top: 111px;
	left:0px;
	margin : 0;
	height: 100%;
}
#practicecontents {
	position: absolute;
	top: 111px;
	left:0px;
	margin : 0;
	height: 100%;
	overflow: hidden;
}
#txtbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#footer {
position:absolute;
bottom:0;
height:80px;
background-color: #333333;
width:100%;
color:#FF00FF;
text-align:center;
} 
a:link,
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #6699cc;
	text-decoration: none;
}
a:active {
	color: #ff3366;
	text-decoration: none;
}
.pnums {
	font-size:10px;
	line-height: 12px;
	vertical-align: middle;
	overflow: auto;
	
}