/*PRIMARY LAYOUT*/
iframe { 
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;	
} 
/*DEFAULT CLASSES*/
td{
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size: 14px;
color: #433A35;
line-height:18px;
}
p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #433A35;
text-align: left;
line-height:24px;
margin:0px 0px 10px 0px;
}
.footerText {
font-size: 11px;
color:  #433A35;
margin: 16px 0px 0px 8px;
}
img
{
border: none;
}
img.pageImage {
border: 1px solid #433A35;
margin: 14px 0px 0px 0px;
}


/*LINK CLASSES*/
a{
text-decoration: underline;
font-weight: normal;
color:  #727981;
outline: none;
}
a:visited {
color:  #727981;
}
a:active {
color:  #727981;
}
a:hover {
color: #9C9FA6;
text-decoration: none;
}
blockquote {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#996633;
font-size:12px;
background-color:#EDE8D9;
padding: 10px 5px 5px 10px;
margin: 0px 0px 10px 0px;
line-height:24px;}

blockquote.variety {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#996633;
font-size:16px;
background-color:#EDE8D9;
padding: 10px 5px 5px 10px;
margin: 0px 0px 10px 0px;
line-height:24px;}
/*HEADLINE CLASSES*/
h2{
font-size: 28px;
color: #996633;
text-align: left;
margin: 24px 4px 14px 0px;
line-height:30px;
}
h1{
font-size: 18px;
color: #433A35;
text-align: left;
margin: 4px 4px 4px 0px;
letter-spacing: 3px;
}
h3{
font-size: 22px;
color: #333333;
text-align: left;
margin: 4px 4px 4px 4px;
}
h4{
font-size: 20px;
color: #CC6600;
text-align: left;
margin: 4px 4px 4px 4px;
}
h5{
font-size: 18px;
color: #CC6600;
text-align: left;
float: left;
margin: 4px 4px 4px 4px;
}
h6{
font-size: 16px;
color: #000000;
text-align: left;
margin: 4px 4px 12px 0px;
}


/*ADDED SPECIFICALLY FOR THE PROMOTIONS PAGE CREATED IN EZ TOOLS*/

.promoTable {
	border: thin solid #000000;
}
.promoLink {
	font-size: 75%;
	font-family:"Times New Roman", Times, serif;
	line-height:110%;
	background-color: #EFC200;
	border: thin solid #ffffff;
	font-weight:bold;
}
.promoFooter {
	background-color:#ffffff; 
	text-align:center;
  	padding:0px 5px 0px 80px;
  /* for IE */
  	filter:alpha(opacity=70);
  /* CSS3 standard */
  	opacity:0.7;
  }
  
.promoFooter a{
	color:#000000;
	font-weight:bolder;
}

div.promoFooter p
  {
  	font-weight:bold;
  	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	margin:0;
	padding:20px;
	color:#000000;
	text-align:center;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
  }
  
.transparent_class_none {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color:#000000;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}