

/* Default Font */

body, div, span, ul, li, p, td {
  font-family:		Verdana;
  font-size:		12px;
  color:		#333333
}


/* Regular Links */

a:link {
  font-weight:		bold;
  text-decoration:	none;
  color:		#000066
}

a:active {
  font-weight:		bold;
  text-decoration:	none;
  color:		#000066
}

a:visited {
  font-weight:		bold;
  text-decoration:	none;
  color:		#000066
}

a:hover {
  font-weight:		bold;
  text-decoration:	underline;
  color:		#0000CC
}


/* Upper Menu 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;
}


/* Section Title */

.section-title {
  font-family:		Arial;
  font-size:		12px;
  font-weight:		bold;
  font-style:		italic;
  color:		#336633
}


/* Section Description */

.section-desc {
  font-family:		Verdana;
  font-size:		10px;
  font-weight:		bold;
  color:		#999999
}


/* Small Text */

.small {
  font-family:		Verdana;
  font-size:		11px
}


/* Plan Price */

.plan-price {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		green
}


/* Footer Text */

.footer {
  font-family:		Arial;
  font-size:		10px;
  color:		#666666
}

