body, td {
   font-family: arial;
   font-size: 11px;
}

a {
   color: #330033;
   text-decoration: none;
}
a:hover { text-decoration: underline; }

a.HoverLink {
   font-size: 14px;
   font-weight: bold;
   color: #999999;
   text-decoration: none;
}
a.HoverLink:hover {
   font-weight: bold;
   color: #653f65;
}

#TextHeader {
   color: #EAE5EA;
   font-size: 58px;
   position: absolute;
}
#TextContent {
   color: #999999;
   position: absolute;
   padding-top: 40px;
   font-size: 13px;
   line-height: 1.35em%; /* keeping the em% seems to fix a quirk in IE that cuts of the bottom of some letters */
   width: 350px;
}
#TextFooter {
   padding-left: 10px;
   color: #999999;
}

.email {
	color: #666633;
	font-weight: bold;
}
.email:hover {
	color: #660033;
	font-weight: bold;
	text-decoration: none;

}
.boldpurple {
	font-weight: bold;
	color: #660033;
	font-size: 11px;
}
.boldpurplebigger {
	font-weight: bold;
	color: #660033;
	font-size: 14px;
}
.Purple { color: #660033; }
.Gray { color: #999999; }
.Green { color: #929751; }

a.WatchVideo {
   color: #660033;
   font-size: 12px;
   font-weight: 600;
   text-decoration: none;
   margin-top: 10px;
   margin-bottom: 10px;
   font-weight: 600;
}
a.WatchVideo:hover {
   color: #929751;
   text-decoration: none;
   font-weight: 600;
}

.BottomNav a {
   color: #929751;
   font-size: 12px;
}
.BottomNav a:hover {
   color: #660033;
   text-decoration: none;
}
.BottomNav b {
   font-weight: normal;
   color: #660033;
   font-size: 12px;
}

.Copyright {
   font-size: 9px;
}