.Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-stretch: normal;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
}
.italicwhite  {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-stretch: normal;
	font-style: italic;
	font-weight: normal;
	line-height: 22px;
}
.underlinetext  {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
    color:#CCCCCC;
    text-decoration: underline;
}
a:hover {
    color:#FF0000;
    text-decoration: underline;
}	
a.nav {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.nav:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.nav:hover {
	color:#FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.smallText {
	font-size: 10px;
	line-height: 1px;
}
.LargestWhiteTimesFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFCC33;
	font-style: normal;
}
.smallwhitetextsansserif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.blacktext {
	color: #000;
}
.largeblacktext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
}

