@charset "UTF-8";

/* Hiring.html */


#contents p {
	font-size: 90%;
	padding-top: 5px;
	padding-left: 25px;
	line-height: 140%;
}	



h2 {
	margin-top: 20px;
	padding-left: 18px;
	font-size: 110%;
	background: url(../images/icon_06.gif) no-repeat left center;
}

#contents ol {
	padding-top: 10px;
	margin-left: 45px;
}

#contents ol li {
	padding: 0px;
	font-size: 90%;
	line-height: 145%;
}	
	
	


h3 {
	margin-top: 30px;
	padding-left: 18px;
	font-size: 110%;
	background: url(../images/icon_06.gif) no-repeat left center;
}	


h4 {
	margin-top: 30px;
	padding-left: 18px;
	font-size: 100%;
	background: url(../images/icon_06.gif) no-repeat left center;
}	


#paymentcycle {
	width: 742px;	
}

#paymentcycle h5 {
	margin-top: 30px;
	padding-left: 17px;
	font-size: 100%;
	background: url(../images/icon_06.gif) no-repeat left center;
}

#paymentcycle table {
	width: 642px;
	margin: 10px 50px 0px;
	padding: 0px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#paymentcycle table th {
	padding: 8px 0px; 
	font-size: 95%;
	text-align: center;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: url(../images/table_bg.gif) repeat-x left top;
}

#paymentcycle table td {
	font-size: 90%;
	padding-left: 15px;
	border-right: 1px solid #aaa;
	background: #fffef6;
}

	
#paymentcycle table tr.line td {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #aaa;
}	

 

a:link {
	text-decoration: underline;
	color: #0033ff;
}
a:visited {
	text-decoration: underline;
	color: #0033ff;
}
a:hover {
	text-decoration: underline;
	color: #ff0033;
}
a:active {
	text-decoration: underline;	
	color: #0033ff;
}


