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

#regtable {
	width: 70%;
	font-size:12px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
/*	border-right-style: none; */
	border-width:0;
}



#storetable {
	width: 80%;
	font-size:12px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
/*	border-right-style: none; */
	border-width:0;
	margin-left: 2%;
}

#regtable td {
	padding: 3px;
	text-align:center;
}
#regtable th {
	padding: 6px;
	margin-left: 9px;
}

#regtable .midrowbot {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 12px;
}

#regtable .midrowtop {
	padding-top: 12px;
}

#regtable .leftcol {
	text-align: left;
}

#regtable .leftcoltop {
	text-align: left;
	padding-top: 12px;

}

#regtable .leftcolmid {
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.padleft2 {
	padding-left: 80px;
	width: 100%
}	
.plain {
	font-size:10px;
	font-weight: normal;	
	width: 80%;
	margin-left: 30px;
	padding-left: 20px;
	padding-right: 30px;
}

.padleft_ul {
	margin-left: 90px;
	margin-right: 90px;
}	

.padleft_ul li {
	font-size: 12px;
	padding-left: 16px;
	padding-bottom: 4px;
}	

