input{
	padding:4px;	margin-bottom:5px;

}
input.w150{	width:150px;}
input.w200{	width:200px;}
input.w250{	width:250px;}

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl,
dt, dd, ol, ul, li,fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

div#header {
	width:950px;
	height:100px;
	margin:0 auto 50px;
}

h1,h2{ margin-bottom:20px;}
p{margin-bottom:1em; line-height:1.5;}
hr{
	border:none;
	color:#FFFFFF;
	margin:20px 0;
}
#systemBox{
	width:580px;
	margin:0 auto 25px;
	padding:25px;
	background-color:#FFF;
	text-align:center;
	border:#E5E5E5 solid 4px;
}

#rule{
	width:485px;
	margin:0 auto 20px;
	height:120px;
	padding:20px;
	overflow:auto;
	border:#CCCCCC solid 1px;
	text-align:left;
}

#myBox{
	width:710px;
	margin:0 auto 25px;
	padding:25px;
	background-color:#FFF;
	text-align:center;
	border:#E5E5E5 solid 4px;
}

table.tableStyle1{
	border-collapse: collapse;
	margin:1em auto;
	
}
table.tableStyle1 thead th{
	background:#EEEEEE;
	text-align:left;
}
table.tableStyle1 th{
	border:#EEEEEE solid 3px;
	padding:10px;
	text-align:left;
}
table.tableStyle1 td{
	background: #F9F9F9;
	border:#EEEEEE solid 3px;
	text-align:left;
	padding:10px;
}


