body {
	margin: 0 0 0;
	font-family: "Microsoft Sans Serif";
}

h1 {
	font-family: "Microsoft Sans Serif";
	font-size: 20px;
	text-align: center;
	margin: 0 inherit;
}

br {
	clear: both;
}

a:link {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #0066CC;
	text-decoration: underline;
}

p.indent {
	text-indent: 30px;
}

div.pad {
	padding-left: 30px;
}

.foot {
	text-align: center;
	background: #F2F2F2;
	padding: 2px 2px 2px 2px;
}

#div_main {
	width: 985px;
	margin: 0px auto;
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
}
#div_head {
	clear: both;
}
#div_left {
	float: left;
	width: 820px;
}
#div_right {
	float: right
	width: 160px;
}
#div_foot {
	clear: both;
}

div#content {
	border: solid 1px;
	padding: 10px 10px 10px 10px;
}

.div_clear {
	clear: both;
}

.div_head {
	width: 985px;
	margin: 0 auto;
	vertical-align: middle;
	clear: both;
}
.div_bg {
	background: url(/images/topbar.gif) repeat-x;
	height: 20px;
}
.div_center {
	text-align: center;
}

div.button {
	text-align: center;
	padding: 10px 10px 10px 10px;
	border: solid 1px #CFDDF1;
	background: #EEEEEE;
}

div.post {
	width: 500px;
	margin: 0 auto;
}
div.post label {
	width: 80px;
	float: left;
}

table#result {
	width: 100%;
	border-collapse: collapse;
}
table#result caption {
	font-weight: bold;
	padding: 2px 0 2px 0;
}
table#result th {
	text-align: center;
	border: solid 1px #CCCCCC;
	background: #CCFFFF;
}
table#result td {
	border: solid 1px #CCCCCC;
	vertical-align: top;
}
table#result td.col_s1 {
	text-align: center;
}

.TextBlue {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #0066CC;
}
.TextRed {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #FF0000;
}
.TextBlack {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}