td.bordered, tr.bordered {
	border: 1px solid #575E41;
	border-collapse: collapse;
	padding: 1px 3px 1px 5px;
}

.title_box {
	width: 575px;
	border: 1px solid #616949;
	background-color: #F4F5D9;
}

.header_text {
	font-family: arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 0px 5px 8px;
}

.main_header_text {
	font-family: arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 0px 5px 8px;
}

.secondry_header_text {
	font-family: arial, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: bold;
	padding: 5px 0px 5px 8px;
}


.small_title_bar {
	border: 1px solid #616949;
	background-color: #E4E5CB;
	width: 440px;
	margin: 25px 0px 3px 0px;
	padding: 2px 0px 2px 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.small_table {
	width: 440px;
	margin-bottom: 10px;
}

.big_title_bar {
	border: 1px solid #616949;
	background-color: #E4E5CB;
	width: 100%;;
	margin: 25px 0px 3px 0px;
	padding: 2px 0px 2px 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
}

.big_table {
	width: 100%;
	margin-bottom: 10px;
}