/* Health Coaching CSS Document */
body {

	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #ffffff;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

}

table, tr, td, ol, ul, li, p {

	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
} 


/* Link Styles */
a {
		color: #69488e;
		text-decoration: underline;
		}
		
a.hover {
		color: #c20000;
		text-decoration: underline;
		}
	
a.linktxtfooter {
		font-size: 11px;
		color: #4e3669;
		text-decoration: underline;
		}
		
a.hover:linktxtfooter {
		font-size: 11px;
		color: #c20000;
		text-decoration: underline;
		}
a.linkreturntotop  {
		font-size: 11px;
		color: #333333;
		text-decoration: underline;
		}	
a.hover:linkreturntotop  {
		font-size: 11px;
		color: #333333;
		text-decoration: underline;
		}
a.visited:linkreturntotop  {
		font-size: 11px;
		color: #333333;
		text-decoration: underline;
		}		
		

/* Text Styles */
.header00 {
		font-size: 17px;
		font-weight: bold;
		color: #694886;
		}
.header01 {
		font-size: 15px;
		font-weight: bold;
		color: #c20000;
		}
.header01_red {
		font-size: 15px;
		font-weight: bold;
		text-decoration: italic;
		color: #c20000;
		}
.header01_lighterpurple{
		font-size: 15px;
		font-weight: bold;
		text-decoration: italic;
		color: #885eb8;
		}
.header01_redsm {
		font-size: 13px;
		font-weight: bold;
		text-decoration: italic;
		color: #c20000;
		}
.header02 {
		font-size: 13px;
		font-weight: bold;
		color: #885eb8;
		text-transform: uppercase;
		}	
.header02_lowercase {
		font-size: 13px;
		font-weight: bold;
		color: #885eb8;
		}	
.header02_lowercasesm {
		font-size: 13px;
		font-weight: bold;
		color: #885eb8;
		}
.header03 {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		}
.header03_02 {
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		}
		
.quote01 {
		font-size: 15px;
		color: #885eb8;
		font-style: italic;
		}
.txtred01 {
		color: #c20000;
		}
.quote02 {
		font-size: 13px;
		color: #694886;
		font-style: italic;
		}



.txtfooter {
		font-size: 11px;
		line-height: 16px;
		color: #4e3669;
		}

.txtlogo  {
		font-size: 13px;
		font-style: italic;
		font-weight: bold;
		}
.txtlogo02  {
		font-size: 13px;
		color: #c20000;
		font-style: italic;
		font-weight: bold;
		}



/* Background Cell Color Styles */
.cellcolor00 { background-color: #fff; }
.cellcolor01 { background-color: #ebe1f7; }
.cellcolor02 { background-color: #cba5f7; }
.cellcolor03 { background-color: #885eb8; }
.cellcolor04 { background-color: #694886; }
.cellcolor05 { background-color: #4e3669; }
.cellcolor07 { background-color: #c20000; }
	
		