/***********************************************************
/* This document holds text formatting styles and any other 
/* elements that are NOT layout elements
/***********************************************************/


/***********************************************************
/* General Styles - reformatted tags
/***********************************************************/
body{
     margin:0px; padding:0px;
     text-align:center;
      
	 background-color:#E5EBEC;

	 font-family:Arial, Helvetica, sans-serif;
	 font-size:62.5%;
	 line-height:1.8em;
	 text-align:justify;
	}

h2{ 
	margin:0; padding:0;
	text-weight:bold;
	font-size:1.3em;
	color:#6586a1;
	}
p{
	padding:0 20px 0 20px;
	text-align:justify;

	}
	
a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}

a:hover{ 
	color:#666;
	}
	


/***********************************************************
/* Custom Styles - class elements
/***********************************************************/
.error {
	color: #ff0000;
}

.fineprint{
		color:#666;
		font-size:1em;
		text-align:center;
		line-height:1.2em;
		}

.floatRight{
	float:right;
	}

ul.features{
	margin:10px 15px 0 30px;
	padding:0;
	list-style-type:square;
	}

ul.features li{ /*bullet color */
	color:#6586a1;
	}

ul.features li span{ /*text color */	
	color:#000;
	}

ul.features li ul{ /*controls indent for sub lists */
	margin-left:10px;
	padding-left:0;
	}