/* CSS Document */
.borderclass {
		border-style: dotted;
		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 1px;
		border-color : #005CB9;
}

.borderclassa {
		border-style: thin;
		border-top-width : 1px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 0px;
		border-color : #005CB9;
}

.borderclassb {

		border-top-width : 2px;
		border-right-width : 0px;
		border-left-width : 2px;
		border-bottom-width : 0px;
		bordercolor : #0062CE; 
}

.borderclasstop {

		border-top-width : 2px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 0px;
		bordercolor : #0062CE; 
}

.borderclassbottom {

		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 1px;
		bordercolor : #0062CE; 
}

.bordertopbottom {

		border-top-width : 1px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 1px;
		bordercolor : #0062CE; 
}

.borderright {
		border-top-width : 0px;
		border-right-width : 1px;
		border-left-width : 0px;
		border-bottom-width : 0px;
		border-color : white;
}

.bordernone{
		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 0px;
}

.toplinks { font-family:Helvetica; font-size:10pt; color:#896443;}
.bottomlinks { font-size:8pt; font-family:Verdana; color:white; font-weight:bold; }
.nutritionfacts { font-size:11pt; font-family:Trebuchet Ms; color: #896443; }
.emailLink {color:#AA5500; text-decoration:underline;font-family:Trebuchet Ms; font-size:10pt;}
.distributorname {color:#D76B00; font-weight:bold; font-family: Helvetica; font-size:10pt;}
.cityName {font-size:13pt; color:#896443; text-decoration:underline;}
.backtotop {font-size:8pt; font-weight:bold; font-family:Trebuchet Ms; text-decoration:underline; color:#6AB5FF;}
.productname {font-size:14pt; color:#D76B00; font-family:Trebuchet Ms;}
.pricelabel {font-size:15pt; font-family:Helvetica; color:#896443;}

a:hover {text-decoration:underline;}
a.links{font-weight:normal;}
a{font-weight:normal; text-decoration:none; }
