/* Created by Laura Smith - Eclectic Web Management CSS1 */

/* Main Style */

BODY	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 13px;
	}
	
/* background: url(images/stars.jpg) black; */
/* background-color: #F0E1BA; */
/* background-color: #FBEECC; */
/* #cc9966 light-brown */
/* #99cccc Greenish-blue */
/* #cccccc Gray */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 8px;
	margin-right: 8px;
}

h1 {
	background: transparent;
	color: #008B8B;
	font-size: 120%;
	font-weight: bold;
}
h2 {
	background: transparent;
	color: #4B0082;
	font-size: 110%;
	font-weight: bold;
}

h3 {
	background: transparent;
	color: Black;
	font-size: 110%;
	font-weight: bold;
}

h4 {
	background: transparent;
	color: #303030;
	font-size: 100%;
	font-weight: bold;
}

TABLE.main {
	/* margin: 10px; */
	padding: 10px;
	border: 0px;
	width: 100%;
}

OL	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: transparent;
	}

UL	{	
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5px;
	list-style: square outside;
	color: #003366;
	background-color: transparent;
	}

LI	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

*|*:-moz-list-bullet, *|*:-moz-list-number {font-size: 1em;}
	
.indentit {
	padding: 0em 1em 0em 1em;
}

TD	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

P	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 8px;
	margin-right: 8px;
	}

BIG	{
	font-size: 110%;
	}
	
SMALL	{
	font-size: 80%;
	}

SUP	{
	font-size: 90%;
	}

.features {
	background: #FFF8DC;
	color: #2F4F4F;
	border: thin ridge #008B8B;
	padding: 1em 1em 1em 1em;
}

.nextback	{
	font-size: 10px;
	/* text-indent: 0; */
	text-align: right;
	padding-right: 10px;
	}

 p.nav1b	{
 	width: 100%;
 	margin: 5px;
 	padding: 0px;
 	}

p.navbottom {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.stkticker {
	font-family: Arial, Helvetica, sans-serif;
}

 /* Link Styles */
 
 A:link	{
 	color: #0000ff;
 	text-decoration: underline;
 	}
 
 A:active	{
 	color: #df0000;
 	text-decoration: underline;
 	}
 
 A:visited	{
 	color: #3366CC;
 	text-decoration: underline;
 	}
 
 A:hover	{
 	color: #df0000;
 	}
 
DIV.bannertop {
	width: 100%;
	height: 32px;
	background-color: #99cccc;
	padding: 8px 8px 0px 8px;
	color: Teal;
	margin: 0px 0px 8px 0px;
	}
	
B.plans {
	color: #696969;
	font-weight: bold;
}

B.planfeature {
	color: #4682B4;
	font-weight: bold;
}