/* Body styles */
body, div, p, span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #676767;
    font-size: 12px; 
    line-height: 19px;
    }
	
ul {
	list-style-type:circle;
	margin-top: -12px;   
	}

li {
	margin-right: 50px;   
}

ol {
	margin-top: 0;   
	margin-bottom: 0;     
	margin-left: 22;
	} 	
	
	
/* Section Text */
    .intro { 
        color: #6699cc;
        font-size: 14px; 
		font-weight: bold;
        line-height: 19px;
    }
	
    .intro02 { 
        color: #6699cc;
        font-size: 12px; 
		font-weight: bold;
        line-height: 18px;
		margin-top: 22px;
    }
	
    .intro03 { 
        color: #6699cc;
        font-size: 11px; 
		font-weight: bold;
        line-height: 16px;
    }	
	
    .questions { 
    	color: #676767;
        font-size: 11px;
        line-height: 14px;		 		
		font-weight: bold;
    }	
	
	.nvbLevel1 { 
		color: #6699cc;
		font-size: 11px; 		
    	text-decoration: none;
		font-family:"Lucida Sans", "Lucida Console", "Lucida Sans Unicode";       
        margin-top : 4px;
		margin-left: 130px;
	}	
	
	.nvbLevel2 { 
		color: #676767;
		font-size: 11px; 		
    	text-decoration: none;
		font-family:"Lucida Sans", "Lucida Console", "Lucida Sans Unicode";       
        margin-top : 4px;
		margin-left: 120px;
	}	
	
	.quote { 
		color: #6699cc;
        font-size: 12px; 
		font-weight: bold;
        line-height: 17px;		
    	text-decoration: none;
        margin-top : 100px;
		margin-left: 130px;
		width: 200px;
	}	
	
	.quotesignature { 
		font-size: 11px; 		
    	text-decoration: none;
        margin-top : 4px;
		margin-left: 130px;
		width: 200px;
	}		

    .footer { 
        color: #ffffff;
        font-size: 10px;
        margin-top: 5px;  		
        margin-left: 5px;         
    } 
	
	.isagenix01 { 
        margin-top : 38px;
	}
	
    .small { 
        font-size: 10px;
		line-height: 12px;
    } 
	
    .homepage01 { 
        font-size: 11px;
		line-height: 15px;
		margin-right: 12px;
    }				
	 	
	

/* Link Text */	
	a:link {
		color: #6699cc;	
    	text-decoration: none;
    }
		
	a:visited {
		color: #6699cc;
		text-decoration: none;		
	}
	
	a:active { 
		color: #6699cc;
		text-decoration: none;
	}
	
	a:hover { 
		color: #99ccff;
		text-decoration: underline;
	}

	
/* Navigation Link Text */	
	a.nvb:link {
		color: #6699cc;	
    	text-decoration: none;
		font-family:"Lucida Sans", "Lucida Console", "Lucida Sans Unicode";
    }
		
	a.nvb:visited {
		color: #6699cc;
		text-decoration: none;
		font-family:"Lucida Sans", "Lucida Console", "Lucida Sans Unicode";		
	}
	
	a.nvb:active { 
		color: #6699cc;
		text-decoration: none;
		font-family:"Lucida Sans", "Lucida Console", "Lucida Sans Unicode";		
	}
	
	a.nvb:hover { 
		color: #99ccff;
		text-decoration: none;
		font-family:"Lucida Sans", "Lucida Console", "Lucida Sans Unicode";		
	}
	
	
	a.nvb02:link {
		color: #676767;	
    	text-decoration: none;
		font-family:"Lucida Sans", "Lucida Console", "Lucida Sans Unicode";
    }
		
	a.nvb02:visited {
		color: #676767;
		text-decoration: none;
		font-family:"Lucida Sans", "Lucida Console", "Lucida Sans Unicode";		
	}
	
	a.nvb02:active { 
		color: #676767;
		text-decoration: none;
		font-family:"Lucida Sans", "Lucida Console", "Lucida Sans Unicode";		
	}
	
	a.nvb02:hover { 
		color: #676767;
		text-decoration: none;
		font-family:"Lucida Sans", "Lucida Console", "Lucida Sans Unicode";		
	}	
	
	
/* Footer Link Text */	
	a.footer:link {
		color: #ffffff;	
    	text-decoration: none;
    }
		
	a.footer:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	a.footer:active { 
		color: #ffffff;
		text-decoration: none;
	}
	
	a.footer:hover { 
		color: #ffffff;
		text-decoration: underline;
	}	
	
	
	
.regi, .regi ul, .regi ul li{
	margin:0;
	padding:0;
}	

.regi ul{
}
	
.regi ul li{
	float:none;
	list-style:none;
	font-size:11px;
	margin:10px 0 6px 0;
	border:1px solid #fff;
}

.regi li .text{
	float:left;
	font-size:11px;
	margin:0 5px 0 0;
	width:200px;
	text-align:left;
}

.regi li .astrik{
	margin:0 5px 0;
	font-size:12px;
	color:#dd0000;
	font-weight:900;
}

.regi li .inputText{
	width:220px;
	background:#f4f4f4;
	border:1px solid #eaeaea;
	height:20px;
	font-size:11px;
	padding:6px 0 0 2px;
}

.regi li .inputSelect{
	width:220px;
	background:#f4f4f4;
	border:1px solid #eaeaea;
	font-size:11px;
	height:24px;
	padding:0 0 0 2px;
}

.regi li .inputArea{
	width:220px;
	background:#f4f4f4;
	border:1px solid #eaeaea;
	font-size:11px;
	padding:0 0 0 2px;
	font-family:Arial, Helvetica, sans-serif;
}

.regi li .button{
	padding:5px 10px;
	background:#e4e4e4;
	color:#111;
	font-size:13px;
	border:1px solid #bbb;
	height:30px;
}
	
	
.regi .error {
	margin:0 0 0 200px;
	color:#FF0000;
	font-style:italic;
	padding-left:5px;
	font-size:11px;
}

	
	
