a {
    color : #000066;
	text-decoration : underline;
	}
	
a:hover {
    color : #990000;
	text-decoration : underline;
	}	

.text {
	color : black;
	font-size : 12px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

.textHeaderRed {
	color : #990000;
	font-size : 16px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

.textHeaderBlue {
	color : #55539C;
	font-size : 16px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

a.textHeaderBlue {
	color : #55539C;
	font-size : 16px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

a.textHeaderBlue:hover {
	color : #55539C;
	font-size : 16px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}

.copyright {
	color : black;
	font-size : 10px;
	font-style : normal;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

.commercial {
color:#CECFBD;
font-size : 11px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

.testimonials {
	color : #000000;
	font-size : 11px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

.diamondGuarantee {
	color : #000033;
	font-size : 11px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

.affiliationsTitle {
	color : #333333;
	font-size : 10px;
	font-style : normal;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

/* Secondary Headers */

.sHeader {
	color : white;
	font-size : 20px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

.sSubHeader {
	color : white;
	font-size : 17px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

a.sSubHeader {
	color : white;
	font-size : 17px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}

a.sSubHeader:hover {
	color : #cccccc;
	font-size : 17px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}

/* Nav */

.snavHeader {
	color : white;
	font-size : 11px;
	font-style : normal;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : bolder;
	text-decoration : none;
}

.snav {
	color : white;
	font-size : 10px;
	font-style : normal;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

a.snav {
	color : white;
	font-size : 10px;
	font-style : normal;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

a.snav:hover {
	color : #FFFF66;
	font-size : 10px;
	font-style : normal;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

/* ------------HOME PAGE---------- */

.homeText {
font-size: 11px;
font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
color: #000000;
padding:8px 0px 0px 0px;
}
	
.homeHeader {
font-size: 14px;
font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
font-weight:bold;
color: #990000;
line-height: 20px;
}

.homeHeader a {
color: #990000;
text-decoration : underline;
}

.homeHeader a:hover {
color: #990000;
text-decoration: underline;
}


#homeLEFTcell {
background-image: url(../images/tdLeft_gradient.jpg);
background-position: top right;
background-repeat: no-repeat;
text-align: left;
vertical-align: top;
}

#homeCENTERcell {
background-image:url(../images/tdCenter_repeat.jpg);
background-repeat: repeat-x;
text-align: left;
vertical-align: top;
}

#homeRIGHTcell {
background-image: url(../images/tdRigth_gradient.jpg);
background-position: top left;
background-repeat: no-repeat;
text-align: left;
vertical-align: top;
}


