/*------- GENERAL FORMATING --------*/

	.authtag {
	color: #999999;
	font-size: 9px;
	text-decoration: none;
		font-family: Arial;
}

	a.authtag:hover {
	color: #FFCC00;
	text-decoration: underline;
		font-family: Arial;
}

	td {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	}
	
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #555555;
	text-decoration: none;
	font-family: Arial;
}
a:visited {
	text-decoration: none;
	color: #555555;
	font-family: Arial;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-family: Arial;
}
a:active {
	text-decoration: none;
	color: #555555;
	font-family: Arial;
}
.style5 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

.Highlights {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
}

.HighlightsWht {
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
		color: #FFFFFF;
}

.BoxWht {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
		color: #FFFFFF;
}

.BoxBlk {
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}

.BoxBlkBold {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

.Documents {
	font-size: 14px;
	font-family: Arial;
}

.DocumentBold {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

.HighlightsItalic {
	font-size: 14px;
	font-family: Arial;
	color: #666666;
	font-style: italic;

}
.GreyItalicSmall {
	font-size: 11px;
	font-family: Arial;
	color: #666666;
	font-style: italic;

}

