h1
{
	font-family: verdana; 
        /* color="#666666"; */
	color:#ff9900; 
        font-size: 14pt; 
        font-weight: normal
}

h2
{
	font-family: verdana;
	color:#ff9900; 
        font-size: 12pt;
        font-style: italic;
        font-weight: semi-bold
        
}

h3
{
	font-family: verdana;
	color:#ff9900; 
        font-size: 10pt;
        font-weight: semi-bold
}

h4
{
	font-family: Times New Roman, Times;
	color:#ff9900; 
        font-size: 10pt;
        font-weight: semi-bold
}

h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}

h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}



a {
	color:#09c;
	font-size:10pt;
        font-style:normal;
	text-decoration:underline;
	font-weight:500;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:teal;}
a:visited {color:teal;}
a:hover {color:red;background-color:white;}



/* formatting for sidebar page*/
a.sidebar:link {color:blue; font-size:8pt; font-style:normal;text-decoration:none; }
a.sidebar:visited {color:blue; font-size:8pt; font-style:normal;text-decoration:none;}
a.sidebar:hover {color:blue; text-decoration:underline; font-weight:bold; background-color:#C0C0C0;}

/* formatting for footer email hyperlink page*/
.footer {
	color:white;
	font-size:9pt;
        font-style:normal;
	font-weight:500;
	font-family:verdana, arial, helvetica, sans-serif;
	}


a.footer:link {color:white; font-size:9pt; font-style:normal;text-decoration:none; }
a.footer:visited {color:white; font-size:9pt; font-style:normal;text-decoration:none;}
a.footer:hover {color:white; text-decoration:underline;background-color:#0000CC;}





ul.sidebar {list-style-image: url("images/blue_arrow.gif"); } /* set bullet image for sidebar menu list*/

ul {list-style-image: url("images/orange_bullet.gif"); } /* set default bullet image */



/*
ul, ul li { 
    margin: 2;
    padding: 0;
    list-style: none;
}

ul li {
    background-image: url(blue_arrow.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 15px;     
}
*/




.Features    
{ 
        font-family: Verdana; 
        color:#8080ff; 
        list-style-type: decimal; 
        font-size: 10pt
}

.body   
{ 
         font-family: Verdana; 
         color:#8080ff; 
         font-size: 10pt;
         line-height:150%
}

.terms
{
         font-family: Times New Roman, Times; 
         color:gray; 
         font-size: 9pt;
         line-height:100%

}












