@charset "UTF-8";
/* CSS Document */

table.content {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background-color: #FFFFFF;
}

div.copy {
	text-align: justify;
	padding: 0px;
	margin: 0px;
}

.title24 {
	font-size: 24px;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.title16 {
	font-size: 16px;
	line-height: 18px;
	color: #713345;
	font-weight: bold;
	font-style: italic;
}

.title12 {
	font-weight: bold;
	text-align: left;
}

.redText {
	color: #713345;
	font-style: italic;
}

.footnote {
	font-size: 10px;
	font-style: italic;
	line-height: 10px;
	color: #999999;
}

table.content a {
	color: #FF7979;
	text-decoration: underline;
	font-weight: bold;
}

table.content a:hover {
	color: #713345;
	text-decoration: underline;
	font-weight: bold;
}

table.content li {
	text-align: left;
}

div.print {
	color: #335073;
}


