@charset "utf-8";
/* CSS Document */

body {
    padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.HeaderBox {
	background-image: url(../images/header1000.png);
	background-repeat: no-repeat;
}
.borderLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.borderB {
    border-bottom:1px solid #cccccc;
}
#footer {
	height: 50px;
	width: 1000px;
	vertical-align:middle;
	text-align: center;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	padding-top: 5px;
	color: #FFCC00;
	background-image: url(../images/header1000.png);
	background-repeat: no-repeat;
}
.questionTXT {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0066cc;
}
.textGray {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
}
