body {
	color: #666666;
	background: #FFFFFF;
	margin: 0px;
}
body, td {
    font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.footer {
    width: 750px;
	text-align: right;
	color: #8C8C8C;
	font-size: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.content {
    padding: 50px;
	padding-right: 70px;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #83ac3c;
	letter-spacing: 2px;
}
.subtitle {
	font-size: 14px;
	color: #83AC3C;
	font-weight: bold;
}
.partnerName{
	color: #767676;
	font-size: 11px;
	font-weight: bold;
}
a {
	color: #83AC3C;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.highlightArea {
    color: #555555;
	padding-left: 15px;
	line-height: 15px;
}
.hightlightAreaTitle {
    font-weight: bold;
	color: #83AC3C;	
}



.mainTableBorder {
	border: 1px solid #8C8C8C;
	border-top: 0px none #8C8C8C;
}
.mainTableBackground {
	background: url(images/main-table-gradient.gif) no-repeat;
}

