/* Default Font */

body, div, span, ul, li, td {
  font-family:		Verdana;
  font-size:		13px;
  color:		#333333
}

p {
  font-family:		verdana;
  color:	#333333;
  font-size: 13px;
  line-height: 16px;

}


/* Regular Links */

a:link {
  font-weight:		bold;
  text-decoration:	none;
  color:		#333333
}

a:active {
  font-weight:		bold;
  text-decoration:	none;
  color:		#333333
}

a:visited {
  font-weight:		bold;
  text-decoration:	none;
  color:		#333333
}

a:hover {
  font-weight:		bold;
  text-decoration:	underline;
  color:		#6C5787"
}


/* Upper 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;
}


/* Section Title */

.section-title {
  font-family:		Verdana;
  font-size:		12px;
  font-weight:		bold;
  font-style:		italic;
  color:		#666666
}


/* 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
}


/* Footer Text */

.footer {
  font-family:		Verdana;
  font-size:		9px;
  color:		#666666
}

/* Copyright Text */

.copyright {
  font-family:		Verdana;
  font-size:		8px;
  color:		#666666
}

