

/* Default Font */

body, div, span, ul, li, p, td {

  font-family:		Verdana;
  font-size:		10pt;
  color:		    #333333
}

UL { list-style-image: url("images/Deco_bullet.gif") }


/* Links */

a:link {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  text-decoration:	none;
  color:		navy
}

a:active {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  text-decoration:	none;
  color:		navy
}

a:visited {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  text-decoration:	none;
  color:		navy
}

a:hover {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  text-decoration:	underline;
  color:		blue
}


/* Date */

.date {
  font-family:		Verdana;
  font-size:		11px;
  color:		#333333
}


/* Title */

.title {
  font-family:		Verdana;
  font-size:		16px;
  font-weight:		bold;
  color:		#333333
}


/* Small Text */

.small {
  font-family:		Verdana;
  font-size:		11px;
  color:            #575754
}

/* Bold Small Text */

.boldsml {
  font-family:		Verdana;
  font-size:		11px;
  font-weight: 		bold;
  color:            #575754
}

/* Heading */

.heading {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;  
  color:            navy
}

/* Plan Title */

.plan-title {
  font-size:		11px;
  color:		#FFFFFF
}


/* Plan Price */

.plan-price {
  font-family:		Verdana;
  font-size:		11px;
  color:		#0033CC
}


/* Footer */

.footer {
  background-color:	#1E1E24;
  font-family:		Arial;
  font-size:		11px;
  color:		#CCCCCC
}

