div.contentWrapper {
	margin-left: 20px;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 50px;
	padding-bottom: 50px;
}

div.contentHeader {
	font-weight: bold;
}

/* Links in the content area */
a:link,
a:visited,
td.mediaTable a:link,
td.mediaTable a:visited {
	color: #DA0D90;
	text-decoration: none;
}

/* Links in the content area */
a:hover,
a:active,
td.mediaTable a:hover,
td.mediaTable a:active {
	color: #DA0D90;
	text-decoration: underline;
}

