/* CSS Document */
/*
***********************************************************************************************
***********************************************************************************************
**																							 **
**																							 **
**				Stylesheets Developed by Zippo Manufacturing Company						 **
**									   2004												     **
**																							 **
**																							 **
***********************************************************************************************
***********************************************************************************************
***********************************************************************************************
**				These are the styles for the Zippo B2B   									 **
***********************************************************************************************

***********************************************************************************************
**				The following are for ALL pages within the site								 **
***********************************************************************************************
***********************************************************************************************
*/

/*
***********************************************************************************************
**				These are all of the LINKS text variations									 **
***********************************************************************************************
*/

a:link{
	color:#0066CC;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a:visited{
	color:#0066CC;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a:hover{
	color:#009900;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a:active{
	color:#990000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/*
***********************************************************************************************
**				These are all of the body text variations									 **
***********************************************************************************************
*/
	
body{	
	margin:15px 0px;
	padding:0px;
	color:#000000;
	font-size: 14px;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.body{
	color:#000000;
	font-size: 14px;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.body-italic{
	color:#000000;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.body-bold{
	color:#000000;
	font-size:14px;
	line-height: 16px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.body-small{
	color:#000000;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.body-small-red{
	color:#CC0000;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.body-small-blue{
	color:#0066CC;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/*
***********************************************************************************************
**				These are all of the HEADING & SUBHEADING text variations					 **
***********************************************************************************************
*/

.heading{
	color:#0066CC;
	font-size:14px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.heading-grey{
	color:#999999;
	font-size:14px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.heading-large-grey{
	color:#999999;
	font-size:18px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.heading-med{
	color:#0066CC;
	font-size:16px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.heading-large{
	color:#0066CC;
	font-size:18px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.heading-large-orange{
	color:#FF9900;
	font-size:18px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.heading-large-red{
	color:#CC0000;
	font-size:18px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.subhead{
	color:#FF9900;
	font-size:15px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.subhead-green{
	color:#009900;
	font-size:15px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.subhead-red{
	color:#CC0000;
	font-size:15px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


/*
***********************************************************************************************
**				These are all of the form elements											 **
***********************************************************************************************
*/

.form-elements{
	color:#000000;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding:2px;
	background-color:black;
	border-color:#666666;
	border-style:solid;
	border-size:1px;
	scrollbar-face-color: #666666; 
	scrollbar-shadow-color: #333333; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-darkshadow-color: #999999; 
	scrollbar-track-color: rgb(220,220,220);
	scrollbar-arrow-color: #66666;
}

.form-type{
	color:#000000;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.form-type-red{
	color:#CC0000;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
