@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	}

td {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	border-bottom:dashed 1px #cccccc;
	padding-left:5px;
	padding-right:3px;
}
	
th {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#666;
	text-align:left;
	border-bottom:dashed 1px;
	padding-left:5px;
}

.Hsec{
	color:#FF0000;
	padding-top:20px;
	padding-bottom:5px;
	border-bottom:dashed 1px #000000;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;

}

.boxed {/*
	border-left:dashed 1px #999999;
	border-right:dashed 1px #999999;
	border-bottom:dashed 1px #999999;
	*/}
	
#container {
	position:absolute;
	width:1000px;
	margin_right:auto 0px;
	margin-left:auto 0px;
	}
	
#header {
	background-color:#000000;
	color:#FFFFFF;
	padding:10px;
}
	
#maincontent {
	padding-left:10px;
}

a:link {
	color:#ff0000;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
	text-decoration:none;
}
a:visited {
	color:#ff0000;
	text-decoration:none;
}

input,checkbox,radio {
	border:dashed 1px  #999999;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;

	}
	
select {
	border:dashed 1px  #999999;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	}
	
textarea {
	border:dashed 1px  #999999;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	}