/* Base Font */
body, div, span, ul, li, p, td {
  font-family:		Verdana;
  font-size:		12px;
  color:		#666699
}


/* Regular Links */
a:link {
  color: 		#000000;
  text-decoration:	none;
  font-weight:		bold
}
a:active {
  color: 		#000000;
  text-decoration:	none;
  font-weight:		bold
}
a:visited {
  color: 		#000000;
  text-decoration:	none;
  font-weight:		bold
}
a:hover {
  color: 		#000000;
  text-decoration:	underline;
  font-weight:		bold
}


/* Horizontal Menu Links */
a.menu:link {
  font-family:		Verdana;
  font-size:		12px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.menu:active {
  font-family:		Verdana;
  font-size:		12px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.menu:visited {
  font-family:		Verdana;
  font-size:		12px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.menu:hover {
  font-family:		Verdana;
  font-size:		12px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	underline
}


/* Site Title */
.site-title {
  font-family:		Arial;
  font-size:		20px;
  font-weight:		bold;
  color:		#000000
}


/* Section Title */
.title {
  font-family:		Arial;
  font-size:		15px;
  font-weight:		bold;
  color:		#000000
}


/* Date Stamp */
.date {
  font-family:		Verdana;
  font-size:		11px;
  color:		#000000
}


/* Small Text */
.small {
  font-family:		Verdana;
  font-size:		11px;
}

