p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003;
}

a:link {
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336;
	border-bottom-color: #336;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #336;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003;
}



li {
	color: #003;
	padding-bottom: 7px;
}

.picture {
	border: 3px solid #003;
	padding: 0px;
	margin: 7px;
}


.MainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
}

.SubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 7px;
	margin-bottom: 7px;
	line-height: 20px;
}

.copyRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: center;
}
.highlight {
	font-style: italic;
	color: #336;
	font-weight: bolder;
}
.Quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #336;
	font-weight: bold;
}
