/* CSS Document */

/********************************************************************************/
/********************************* HEADER ***************************************/
/********************************************************************************/

/********************************************************************************/
/****************************** CATEGORY LIST ***********************************/
/********************************************************************************/
		/*  pln= Product list name  */
		.pln{ font-family: arial black, arial, sans-serif; 
			  font-size: 10pt; 
			  color:#347235;
			  white-space: nowrap;}


/********************************************************************************/
/****************************** CONTENT BODY ************************************/
/********************************************************************************/
.body-format { padding-top:20px; 
               padding-left:20px;}
/*grey body heading line*/
.gbhl { position:relative; top:0; left:-20px;}


/********************************************************************************/
/********************************* FOOTER ***************************************/
/********************************************************************************/
.foot_anch { color:#000000;
             text-decoration:underline;
			 font-weight:bold;
			 font-size: 10pt;
}




/********************************************************************************/
/*********************************** GENERAL ************************************/
/********************************************************************************/
a:link {color: #006633}
a:visited {color: #006633}

		a:hover {color:#B7CEEC}
		a {text-decoration:none;}

img {border:none;}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

p, ul { font-family:Helvetica, Arial, sans-serif;
            font-size:14px;
	        font-weight:bold;}

body {font-family:Arial, Helvetica, sans-serif;}

.heading {font-size:18pt;}

.s_heading {font-size:16px; font-weight:bold;}

.italic { font-style:italic;}

.click-here { font-size:10px;
               white-space: nowrap;
			   position:relative;
			   left:-5px;}








