.moduleTable{
	width: 100%; 
}

.moduleContent {
	width: 605px;
	font-size: 12px;
    padding: 15px;
    text-align: justify;
}

.moduleContent h1{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
	width: 100%;
	color: #E23E11;
	padding: 2px;
	margin: 2px;
}

.moduleContent a, .moduleContent a:visited {
	color: #E23E11;
}

#upline {
	border-top: 2px solid #E23E11;
	border-bottom: 1px solid gray;
	padding-top: 1px;
}