

/* Base Font */
body, div, span, ul, li, p, td {
  font-family:		Verdana;
  font-size:		12px;
  color:		#000000
}


/* Regular Links */
a:link {
  font-weight:		bold;
  text-decoration:	none;
  color:		blue
}
a:active {
  font-weight:		bold;
  text-decoration:	none;
  color:		blue
}
a:visited {
  font-weight:		bold;
  text-decoration:	none;
  color:		blue
}
a:hover {
  font-weight:		bold;
  text-decoration:	underline;
  color:		navy
}


/* Horizontal Menu & Plan Title Links */
a.menu:link {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.menu:active {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.menu:visited {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.menu:hover {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	underline
}


/* Site Title */
.site-title {
  font-family:		Arial;
  font-size:		30px;
  font-weight:		bold;
  color:		red
}


/* Section Title */
.title-large {
  font-family:		Arial;
  font-size:		15px;
  font-weight:		bold;
  font-style:		italic;
  color:		red
}


/* Medium Title */
.title-medium {
  font-family:		Arial;
  font-size:		10pt;
  font-weight:		bold;
  color:		red
}


/* Small Title */
.title-small {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		red
}


/* Small Text */
.small {
  font-family:		Verdana;
  font-size:		11px
}


/* Date Text */
.date {
  font-family:		Verdana;
  font-size:		11px;
  color:		#666666
}


/* Plan Price */
.plan-price {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		red
}


/* Copyright Notice */
.copyright {
  font-family:		Verdana;
  font-size:		10px;
  color:		#CCCCCC
}

