body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 13px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7877FF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #7877FF;
}

a.nav {
	text-decoration: none;
	color:  #FFFFA2;
	font-size: 13px;
	font-weight: bold;
	}
a:visited.nav {
	color:  #FFFFA2;
	}
a:active.nav {
	color:  #FFFFA2;
	}
a:hover.nav {
	color: #7777FF;
	text-decoration: none;
	background: #ffffcc;
	}
	
.navover {
	text-decoration: none;
	color:  #7777FF;
	font-size: 13px;
	font-weight: bold;
	background: #ffffcc;
}
	
.tdsearchbg {
	background-color: #7877FF;
}

.searchtext {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nav {
	line-height: 1.7em;
}

.quote {
	background-color: #ffffcc;
}

.white {
	color: white;
	font-weight: normal;
}

a.navsub {
	text-decoration: underline;
	color:  #ffffff;
	font-size: 12px;
	font-weight: normal;
	}
a:visited.navsub {
	color:  #ffffff;
	}
a:active.navsub {
	color:  #ffffff;
	}
a:hover.navsub {
	color: #ffffff;
	text-decoration: none;
	}
	
	
.subheads {
	font-size: 14px;
}

.small {
	font-size: 11px;
}