.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: #A42549;
	padding: 2px;
	margin: 2px;
}

.moduleContent a, .moduleContent a:visited {
	color: #A42549;
}

#upline {
	border-top: 2px solid #A42549;
	border-bottom: 1px solid gray;
	padding-top: 1px;
}