body {
	background-color: #ffffff;
	margin: 8px;
	padding: 0;
}

BODY, TD, .NormalText {
	font-family: "Times New Roman", serif; 
	font-size: 16px;
}

a:link, a:active, a:visited {
	
}

a:hover {
	
}

UL,OL {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*--- Custom Styles ---*/

.PageTitle {
	font-size: 24px;
	font-weight: bold;
}

.SectionHeader {
	font-size: 18px;
	font-weight: bold;
}

.LargeText {
	font-size: 18px;
}

.FirstLetter {
	font-size: 32px;
	font-weight: bold;
}

.SmallText {
	font-size: 13px;
}

/*--- TD Styles ---*/

td.BorderTop {
	border-top: 2px solid #ABABAB;
	padding-top: 20px;
}

/*--- Layout ---*/

html td.Content {
	width: 662px;
	padding-left: 40px;
}

* html td.Content {
	width: 702px;
}