

/* Base Font */
body, div, span, ul, li, p, td {
  font-family:		Verdana;
  font-size:		12px;
  color:		#ffffff
}


/* Regular Links */
a:link {
  color: 		#0033CC;
  text-decoration:	none;
  font-weight:		normal
}
a:active {
  color: 		#0033CC;
  text-decoration:	none;
  font-weight:		normal
}
a:visited {
  color: 		#0033CC;
  text-decoration:	none;
  font-weight:		normal
}
a:hover {
  color: 		#000033;
  text-decoration:	underline;
  font-weight:		normal
}


/* Horizontal Menu Links */
a.menu:link {
  font-family:		Verdana;
  font-size:		9px;
  font-weight:		bold;
  color:		#000000;
  text-decoration:	none
}
a.menu:active {
  font-family:		Verdana;
  font-size:		9px;
  font-weight:		bold;
  color:		#000000;
  text-decoration:	none
}
a.menu:visited {
  font-family:		Verdana;
  font-size:		9px;
  font-weight:		bold;
  color:		#000000;
  text-decoration:	none
}
a.menu:hover {
  font-family:		Verdana;
  font-size:		9px;
  font-weight:		bold;
  color:		#000000;
  text-decoration:	underline
}


/* Site Title */
.site-title {
  font-family:		Arial;
  font-size:		20px;
  font-weight:		bold;
  color:		#0066CC
}


/* Section Title */
.title-large {
  font-family:		Arial;
  font-size:		15px;
  font-weight:		bold;
  color:		#0066FF
}


/* Medium Title */
.title-medium {
  font-family:		Arial;
  font-size:		10pt;
  font-weight:		bold;
  color:		#FF6600
}


/* Small Title */
.title-small {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#FF6600
}


/* Small Text */
.small {
  font-family:		Verdana;
  font-size:		11px
}


/* Plan Price */
.plan-price {
  font-family:		Verdana;
  font-size:		11px;
  color:		#FF3300
}


/* Date Text */
.date {
  font-family:		Verdana;
  font-size:		10px;
  color:		#FFFFCC
}


/* Copyright Notice */
.copyright {
  font-family:		Verdana;
  font-size:		10px;
  color:		#000000
}

/* Message Box */
.entry {
  padding : 3px;
  border-spacing : 0px;
  border : 0px;
  background-color: #000000;
  text-align : left;
}

.entry_capsule {
   border: 1px solid black;
   background-color: #000000;
}