/*	background-color: #0066CC; - royal blue from samhsa.gov */
/* #0000FF - my royal blue */
/*	background-color: #594FBF; - purple/gray from sun.com */

/* Page */
BODY {
	font-size: 1em;
}

/* Page */
.Page {
	background: #FFFFFF;	
}

/* Space in Header Navigation */
.Spacer {
	background-color: #99CCCC; /* white */
	color: #99CCCC; /* white */
}

/* Header Area for all the pages */
.HeaderArea {
	background-color: #FFFFFF; /* white */
}

/* Header navigation */
.HeaderNavigationArea {
	/* background-color: #99CCFF;  blue */
	background-color: #99CCCC; /* dull blue */
	border-style: groove;
}

/* Footer Area for all the pages */
.FooterArea {
	/* background-color: #99CCFF;  blue */
	/* background-color: #99CCCC;  dull blue */
	background-color: #CCCCCC;
}

/* Left Navigation for all the pages */
.LeftNavigationArea {
	/* background-color: #99CCFF;  blue */
	/* background-color: #99CCCC;  dull blue */
	/* background-color: #003366;  dark blue */
	background-color: #34679A;
}

/* Content Area for all the pages */
.ContentArea {
	/* background-color: #CCCCCC; lighter gray */
	background-color: #FFFFFF;
	vertical-align: top;
}

/* Title Area for all the pages */
.TitleArea {
	font-size: 0.8em;
	border: none;
	background-color: #FFFFFF /*white*/
}

.SubTitleArea {
	font-family: Garamond, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	color: #FF0000;
}

/* Product Area */
.ProductArea {
	background-color: #CCCCCC; /* lighter gray */
	vertical-align: top;
}

.Slogan {
	font-family: Garamond, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	color: #FF0000;
}

.TradeMark {
	font-family: Garamond, "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #000000;
}

.Copyright {
	font-family: Garamond, "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em; /*24px;*/
	text-align: left;
	color: blue;
}

.Superscript {
	vertical-align: super;
	font-family: "Times New Roman", serif;
	font-size: 0.6em;
}

.SuperscriptRed {
	color: #FF0000;
	vertical-align: super;
	font-family: "Times New Roman", serif;
	font-size: 0.6em;
}

.SuperscriptBlue {
	color: #34679A;
	vertical-align: super;
	font-family: "Times New Roman", serif;
	font-size: 0.6em;
}

.AlignRight {
	text-align: right;
}

.TextHeader {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em; /*24px;*/
	text-align: left;
	/* color: #333366; */
	color: #34679A;
}

.TextHeaderCenter {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em; /*24px;*/
	text-align: center;
	/* color: #333366; */
	color: #34679A;
}

.TextHeaderSmall {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em; /*24px;*/
	text-align: left;
	/* color: #333366; */
	color: #34679A;
}

.TextHeaderSmallItalic {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em; /*24px;*/
	text-align: left;
	/* color: #333366; */
	color: #34679A;
}

.TextHeaderInvite {
	font-family: "Brush Script", cursive;
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em; /*24px;*/
	text-align: center;
	/* color: #333366; */
	color: #34679A;
}

.TextHeaderItalic {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em; /*24px;*/
	text-align: left;
	/* color: #333366; */
	color: #34679A;
}

.TextHeaderFancy {
	font-family: COMIC Sans MS,Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	color: #34679A;
}

.TextBody {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em; /*20px;*/
	text-align: left;
	color: #006600;
}

.TextBodyBold {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em; /*20px;*/
	text-align: left;
	color: #006600;
}

.TextBodyRed {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
	text-align: left;
	color: #FF0000;
}

.TextBodyRedBold {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	color: #FF0000;
}

.TextBodyRedItalic {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	color: #FF0000;
}

.TextBodySmallItalic {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.0em;
	text-align: left;
	color: #006600;
}

.TextBodySmallItalicBlue {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.0em;
	text-align: left;
	color: #34679A;
}

.TextBodySmall {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em; /*20px;*/
	text-align: left;
	color: #006600;
}

.TextBodySmallUnderline {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em; /*20px;*/
	text-align: left;
	color: #006600;
	text-decoration: underline;
}

.TextBodySmallRed {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em; /*20px;*/
	text-align: left;
	color: #FF0000;
}

.TextBodySmallBlack {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	color: #000000;
}

.TextBodySmallBlackBold {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	text-align: left;
	color: #000000;
}

.TextBodySmallBlackItalic {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	color: #000000;
}

.TextBodyExtraSmallBlackItalic {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 0.7em;
	text-align: left;
	color: #000000;
}

.TextBodySmallBlackItalicSerif {
	font-family: Garamond, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 0.9em;
	text-align: left;
	color: #000000;
}

.TextBodyExtraSmallBlack {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.7em;
	text-align: left;
	color: #000000;
}

.TextBodyExtraSmallBlackCenter {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.7em;
	text-align: center;
	color: #000000;
}

.TextBodySmallCenter {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em; /*20px;*/
	text-align: center;
	color: #006600;
}

.TextBodySmallBold {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em; /*20px;*/
	text-align: left;
	color: #006600;
}

.TextBodySmallItalic {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	color: #006600;
}

.TextBodySmallBoldItalic {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em; /*20px;*/
	text-align: left;
	color: #006600;
}

.TextBodyBold {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em; /*20px;*/
	text-align: left;
	color: #006600;
}

.TextBodyBoldCenter {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em; /*20px;*/
	text-align: center;
	color: #006600;
}

.TextBodyItalic {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: italic;
	font-weight: bold;
	font-size: 1.0em; /*20px;*/
	text-align: left;
	color: #006600;
}

.ProductBody {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em; /*20px;*/
	text-align: left;
	color: #006600;
}

.ProductBodyBold {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em; /*20px;*/
	text-align: right;
	color: #006600;
}

.ProductPicture {
	text-align: center;
	vertical-align: middle;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em; /*20px;*/
	color: #006600;
}

.Asterisk {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	/* font-family: Garamond, "Times New Roman", serif; */
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em; /*20px;*/
	color: #FF0000;
}

.SpecialTextBody {
	/*font-family: Garamond, "Times New Roman", serif;*/
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em; /*20px;*/
	text-align: left;
	/*color: #006600;*/
	border-style: groove;
	border-color: #006600;	
}

.SpecialTextBodyRed {
	/*font-family: Garamond, "Times New Roman", serif;*/
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em; /*20px;*/
	text-align: left;
	/*color: #006600;*/
	border-style: groove;
	border-color: #FF0000;	
}

.BackgroundBoxGreen {
	border-color: #66FF66;
	border-style: ridge;
	border-width: medium;
	background-color: #66FF66;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.BackgroundBoxOrange {
	border: solid; 
	border-color: #FF9900;
	border-style: ridge;
	border-width: medium;
	background-color: #FF9900;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.BackgroundBoxBlue {
	border: solid; 
	border-color: #0000CC;
	border-style: ridge;
	border-width: medium;
	background-color: #0000CC;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.BackgroundBoxBlack {
	border: solid; 
	border-color: #333333;
	border-style: ridge;
	border-width: medium;
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.BackgroundBoxRed {
	border: solid; 
	border-color: #CC0033;
	border-style: ridge;
	border-width: medium;
	background-color: #CC0033;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.BackgroundBoxBrightRed {
	border: solid; 
	border-color: #FF3300;
	border-style: ridge;
	border-width: medium;
	background-color: #FF3300;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.BackgroundBoxPurple {
	border: solid; 
	border-color: #993399;
	border-style: ridge;
	border-width: medium;
	background-color: #993399;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.TextBodyInvite {
	font-family: "Brush Script", cursive;
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em; /*20px;*/
	text-align: left;
	color: #006600;
}

.TextBodyInviteItalic {
	font-family: "Brush Script", cursive;
	font-style: italic;
	font-weight: bold;
	font-size: 1.0em; /*20px;*/
	text-align: left;
	color: #006600;
}

/* Headers */


/* Section Divider */
.SectionDivider {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	/* color: #333366; */
	/* background-color: #333366; */
	color: #CCCCCC;
	background-color: #CCCCCC;
}

/* Section Divider */
.SectionDividerDark {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	color: #CCCCCC;
	background-color: #34679A;
}

.MenuPadding {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	color: #333366;
	background-color: #333366;
}

.MenuDivider {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

.MenuDividerDark {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	color: #34679A;
	background-color: #34679A;
}

/* Menus */

.MenuPrimary {
	/* background-color: #669999; */
	/* background-color: #333366; */
	background-color: #006699;
}

.MenuPrimaryItem {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #ffcc66;
	background-color: #006699;
	text-align: center;
}

.LeftFormFieldItem {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #99CC66; /* dull green */
	text-align: right;
}

.LeftNavigationItem {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	color: #FFFFFF;
	/* background-color: #99CCFF;  blue */
	/* background-color: #99CCCC;  dull blue */
	background-color: #34679A; /* dull blue */
	text-align: left;
}

.LeftNavigationTitle {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	color: #34679A;
	background-color: #FFFFFF;
	text-align: left;
}

.HeaderNavigationItem {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.6em;
	color: #ffcc66;
	/* background-color: #99CCFF;  blue */
	background-color: #99CCCC; /* dull blue */
	text-align: center;
}

.LeftNavigationItemSpecial {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em;
	color: #34679A;
	background-color: #FFFFFF;
	text-align: left;
}

.MenuFooterItem {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	/* color: #ffcc66; */
	color: #34679A;
	/* background-color: #99CCFF;  blue */
	background-color: #CCCCCC; /* dull blue */
	text-align: center;
}

/* Forms */

.FormTitle {
	font-family: Garamond, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	color: #333366;
}

.FormFieldLabel {
	font-family: Garamond, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em;
	text-align: right;
	vertical-align: top;
	color: #333366;
}

.FormFieldLabelLeft {
	font-family: Garamond, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	vertical-align: top;
	color: #333366;
}

.FormFieldValue {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
}

.FormTextareaValue {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
	text-align: left;
	color: #000000;
}

.FormTitleSmall {
	font-family: Garamond, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	color: #333366;
}

.FormFieldLabelSmall {
	font-family: Garamond, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.80em;
	text-align: right;
	vertical-align: top;
	color: #333366;
}

.FormFieldLabelLeftSmall {
	font-family: Garamond, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	text-align: left;
	vertical-align: top;
	color: #333366;
}

.FormFieldValueSmall {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
}

.FormTextareaValueSmall {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	color: #000000;
}

/* Boxes */
.BoxButton {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	color: #ffffff;
	background-color: #333366;
	text-align: center;
}

.PopUp {
	background-color: #e3e3e3;
}


/* Links */
a:link {
	/* color:#006699; */
	color:#CCCCCC;
	text-decoration: underline
}

a:visited {
	text-decoration: underline;
	color:##CCCCCC; 
}

a:hover{
	color: #990033;
	text-decoration: underline
}

a:active {
	color:#990033; 
	text-decoration: underline
}
	
/* Left navigation */
a.MenuPrimaryItem:link {
	/*color:#006699; blue */
	color:#ffcc66; /* yellow */
	text-decoration: underline
 }

a.MenuPrimaryItem:visited {
	color:#ffcc66; /* yellow */
	text-decoration: underline
}

a.MenuPrimaryItem:active {
	color:#000000;
	text-decoration: underline
 }
	
a.MenuPrimaryItem:hover {
	text-decoration: none;
	color:#000000
}

/* Left navigation */
a.LeftNavigationItem:link {
	color:#FFFFFF; /*blue */
	text-decoration: none
 }

a.LeftNavigationItem:visited {
	color:#FFFFFF; /*blue */
	text-decoration: none
}

a.LeftNavigationItem:active {
	color:#99CCCC;
	text-decoration: underline
 }
	
a.LeftNavigationItem:hover {
	text-decoration: underline;
	color:#99CCCC
}

/* Left navigation */
a.LeftNavigationItemSpecial:link {
	color:#006699; /*blue */
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 0.8em;
 }

a.LeftNavigationItemSpecial:visited {
	color:#006699; /*blue */
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 0.8em;
}

a.LeftNavigationItemSpecial:active {
	color:#000000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 0.8em;
 }
	
a.LeftNavigationItemSpecial:hover {
	text-decoration: underline;
	color:#000000;
	font-style: italic;
	font-weight: bold;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 0.8em;
}

/* Footer navigation */
a.MenuFooterItem:link {
	color:#34679A; /*blue */
	text-decoration: none;
 }

a.MenuFooterItem:visited {
	color:#34679A; /*blue */
	text-decoration: none
}

a.MenuFooterItem:active {
	color:#000000;
	text-decoration: underline
 }
	
a.MenuFooterItem:hover {
	text-decoration: underline;
	color:#000000
}

a.Image:link {
	text-decoration: none
}

a.Image:visited {
	text-decoration: none;
}

a.Image:hover{
	text-decoration: none
}

a.Image:active {
	text-decoration: none
}

a.Special:link {
	font-weight: bold;
	color:#006600; /*green*/
	text-decoration: underline
 }

a.Special:visited {
	font-weight: bold;
	color:#006600; /*green*/
	text-decoration: underline
}

a.Special:active {
	font-weight: bold;
	color:#000000; /*Black*/
	text-decoration: underline
 }
	
a.Special:hover {
	font-weight: bold;
	text-decoration: underline;
	color:#000000 /*Black*/
}

/* Link within text */
a.Text:link {
	font-weight: bold;
	color:#006600; /*green*/
	text-decoration: underline;
 }

a.Text:visited {
	font-weight: bold;
	color:#006600; /*green*/
	text-decoration: underline;
}

a.Text:active {
	font-weight: bold;
	color:#000000; /*Black*/
	text-decoration: underline
 }
	
a.Text:hover {
	font-weight: bold;
	text-decoration: underline;
	color:#000000 /*Black*/
}

/* Small Link within text */
a.TextSmall:link {
	font-size: .8em;
	font-weight: bold;
	color:#006600; /*green*/
	text-decoration: underline;
 }

a.TextSmall:visited {
	font-size: .8em;
	font-weight: bold;
	color:#006600; /*green*/
	text-decoration: underline;
}

a.TextSmall:active {
	font-size: .8em;
	font-weight: bold;
	color:#000000; /*Black*/
	text-decoration: underline
 }
	
a.TextSmall:hover {
	font-size: .8em;
	font-weight: bold;
	text-decoration: underline;
	color:#000000 /*Black*/
}

/* Header Navigation links */
a.HeaderNavigationItem:link {
	color:#006699; /*blue */
	text-decoration: none
 }

a.HeaderNavigationItem:visited {
	color:#006699; /*blue */
	text-decoration: none
}

a.HeaderNavigationItem:active {
	color:#000000;
	text-decoration: underline
 }
	
a.HeaderNavigationItem:hover {
	text-decoration: underline;
	color:#000000
}

/* Fabulous Organics Intro pages */
.TitleBlack {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	color: #000000;
}

.TitleBlue {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	color: #34679A;
}

.TableBorder {
  border: solid;
  border-width: thin;
  width: 100%;
  border-color: #34679A ;
}

.TitleBar {
  font-family: "California FB", Geneva,Arial,Helvetica;
  font-style: normal;
  font-weight: bold;
  font-size: 3.0em;
  text-align: center;
  color: #993366;
}
	
.TextItalic {
  font-family: "California FB", Geneva,Arial,Helvetica;
  font-style: italic;
  font-weight: bold;
  font-size: 1.0em;
  text-align: center;
  color: Black;
}

.BerryColorText {
  color: #993366;
  font-weight: bold;
  font-size: 1.0em;
}

.BerryColorHeader {
  color: #993366;
  font-weight: bold;
  font-size: 1.5em;
}

.TextBody {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em; /*20px;*/
	text-align: left;
	color: #006600;
}

.TextBodySmall {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em; /*20px;*/
	text-align: left;
	color: #006600;
}

.TextBodyExtraSmallBlackIngredients {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #000000;
}

.bottles {
	background-image:url('http://www.optionsforhealth.net/images/threeBottlesSmall.jpg');
	background-color:blue;
	color:white;
}