/* Copyright © 2008 Intuitive Life - All rights reserved */

HTML { HEIGHT:100%; BACKGROUND-COLOR:#FFFFFF; }

BODY {MARGIN:0px; HEIGHT:100%; BACKGROUND:#FFFFFF;}

a:link {text-decoration:underline; color:#00496C}		/* Color before it is clicked - Or after History is refreshed */
a:visited {text-decoration:underline; color:#00496C}  		/* Color upon return to page before page is clicked on - IE Only */
a:hover {text-decoration:underline; color:Blue}			/* Color upon Mouse Over - Needs to be last in List */

a.nav {font-size:11pt; font-family:Arial; text-decoration:none; color:navy; font-weight:bold; cursor:pointer;}
a.nav:link {font-size:11pt; font-family:Arial; text-decoration:none; color:navy; font-weight:bold; cursor:pointer;}
a.nav:visited {font-size:11pt; font-family:Arial; text-decoration:none; color:navy; font-weight:bold;}
a.nav:hover {FONT-SIZE:11pt; color:blue; cursor:pointer;}

a.return {text-decoration:underline; color:#00496C}
a.return:link {text-decoration:underline; color:#00496C}	
a.return:visited {text-decoration:underline; color:#00496C} 
a.return:hover {text-decoration:underline; FONT-SIZE:11pt; color:Blue}

A.footer {font-size:8pt; color:#878787; font-family:"Arial"; font-weight:normal;}
A.footer:link {text-decoration:none; color:#878787;}
A.footer:visited {font-family:"Arial"; text-decoration:none; color:#878787;}
A.footer:hover {font-size:8pt; text-decoration:none; color:#878787; font-weight:bold;}

.button {font-family:Arial; FONT-SIZE:12pt; FONT-WEIGHT:bold; text-decoration:none; cursor:pointer; color:blue;
border-width:2px; border-style: solid; border-color:blue; background-color:#FFFFA4; width:auto; overflow:visible;}

.Heading14 {FONT-SIZE:14pt; line-height:13.9pt; font-weight:bold; display:block;}

.Heading12 {FONT-SIZE:12pt; line-height:12.4pt; font-weight:bold; display:block;}

.Heading10 {FONT-SIZE:10pt; line-height:9.7pt; font-weight:bold; display:block;}

.Size8 {FONT-SIZE:8pt; line-height:12px; display:block;}

.Size10 {FONT-SIZE:10pt; line-height:16px; display:block;}

.Size11 {FONT-SIZE:11pt; line-height:15px; display:block;}

.Size12 {FONT-SIZE:12pt; line-height:20px; display:block;}



