/* CSS definition file containing site wide stylesheets */
BODY {
   				color: Black;
   				font-family : "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
   
   			}
						
   			A:hover  {
   				color : #cc6600;
   				font-family :  "Arial", "sans serif", "helvetica";
				text-decoration: none;
   			}
   			A:link  {
   				font-family :  "Arial", "sans serif", "helvetica";
   				color : #993366;
				font-weight: bold;
				
   			}
   			A:vlink  {
   				font-family :  "Arial", "sans serif", "helvetica";
   				color : #006699;
				font-weight: bold;
				   			}
   			B  {
   				color: Black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
   
   			}
			
   			P, DIV   {
   				color: Black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
   
   			}
			TABLE, TD, TR, FORM, LI, UL   {
   				color: Black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
				
   
   			}
			   			
   			H3   {
   				color: black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-weight : bold;
			}
			H2   {
   				color: black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-weight : bold;
			}
			.newslink, a.newslink  {
   				font-family :  "Arial", "sans serif", "helvetica";
   				color : darkgreen;
				font-weight: bold;
   			}
			a:hover.newslink  {
   				font-family :  "Arial", "sans serif", "helvetica";
   				color : #996600;
				font-weight: bold;
				text-decoration: none;
   			}
			a:link.featlink, .featlink  {
   				font-family :  "Arial", "sans serif", "helvetica";
   				color : darkorange;
				font-weight: bold;
				text-decoration: underline;
   			}
			a:hover.featlink {
   				font-family :  "Arial", "sans serif", "helvetica";
   				color : darkorange;
				font-weight: bold;
				text-decoration: none;
   			}
			.whitetxt {
				font-family :  "Arial", "sans serif", "helvetica";
   				color : white;
				text-decoration: none;
				font-size : 10pt;
   			}
			.whitetxtbold {
				font-family :  "Arial", "sans serif", "helvetica";
   				color : white;
				font-weight: bold;
				text-decoration: none;
				font-size : 10pt;
   			}
			#product {
	text-align: left;
	width: 600px;
	padding-left: 0; 
	padding-right: 0;

}

#description {
	border-collapse:collapse;
	border-color: #777777;
}


#description .tableHdr1 {
	background: #ffffff url("/partner/jellybar40.gif") left top;
	width: 32%;
	height: 42px;
	border-color: #777777;


}

#description .hdr1Txt {
	font-size: 10pt;
	font-weight: bold;
}

#description .tblBody {
	padding-top: 8px; 
	padding-left: 8px; 
	padding-right: 8px;
	font-weight: normal;
	color: #333333;
	font-size: 10pt;
	vertical-align: top;
	border-color: #777777;

}