/* *************************************
HTML TAG STYLES BELOW
/* ********************************** */

body {
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 9pt;
	color: #cccccc;
	background-color: #404040;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table { 
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 9pt;
	color: #cccccc;
}

p {
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 8.5pt;
	color: #cccccc;
	line-height : 10pt;
	/*  margin: top right bottom left */
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;	
}	

ul	{	
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 8pt;
	color:#cccccc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}						

li {	
	font-size: 8pt;
	/*  margin: top right bottom left */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 9px;
}

img { 
	behavior: url(/style/iepngfix.htc) 
}				

.bordercoupon {
	background-color: #cccccc;
	border: 2px dotted black;
}

/* *************************************
HTML HEADER STYLES BELOW
/* ********************************** */
				
H1 {	
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H2 {	
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H3 {	
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H4 {	
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: normal;
	color: #63c700;
	text-transform: uppercase;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

H5 {	
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	display: inline;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000; 
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H6 {	
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 10pt;	
	font-weight: normal;
	color: #63c700;
	text-transform: uppercase; 
	/*  margin: top right bottom left */
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

H7 {	
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 9pt;	
	font-weight: normal;
	color: #63c700;
	text-transform: uppercase; 
	/*  margin: top right bottom left */
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


hr {
	text-align: left;
	width: 100%;
	height: 1px;
	color: #535353;
	background-color: #535353;
	border: none;
	/*  margin: top right bottom left */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}


/* *************************************
HTML LINK STYLES BELOW
/* ********************************** */
									
a:link {
	text-decoration: underline;
	color: #cccccc;
}

a:visited {	
	text-decoration: underline;
	color: #cccccc;
}

a:hover {	
	text-decoration: underline;
	color: #63c700;
}
								
a:active {	
	text-decoration: underline;
	color: #63c700;
}		


/* *************************************
CUSTOM STYLES BELOW
/* ********************************** */

.credits {	
	font-size: 7pt;
	color: #999999;
	margin: 10px 0px 0px 0px;
}
				
a.cr:link {	
	text-decoration: underline;
	color: #999999;
}

a.cr:visited {	
	text-decoration: underline;
	color: #999999;
}

a.cr:hover {	
	text-decoration: underline;
	color: #ffffff;
}

a.cr:active {	
	text-decoration: underline;
	color: #ffffff;
}

a.blk:link {	
	text-decoration: underline;
	color: #63c700;
}

a.blk:visited {	
	text-decoration: underline;
	color: #63c700;
}

a.blk:hover {	
	text-decoration: underline;
	color: #000000;
}

a.blk:active {	
	text-decoration: underline;
	color: #000000;
}

/* *************************************
MAINNAV LINK STYLES BELOW
/* ********************************** */
									
.mainnav
{
	font-size: 8.5pt;
	color: #63c700;
	text-transform: uppercase;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

a.mainnav:link {
	text-decoration: none;
	color: #63c700;
}

a.mainnav:visited {	
	text-decoration: none;
	color: #63c700;
}

a.mainnav:hover {	
	text-decoration: none;
	color: #ffffff;
}
								
a.mainnav:active {	
	text-decoration: none;
	color: #ffffff;
}

/* *************************************
MAINNAVINT LINK STYLES BELOW
/* ********************************** */
									
.mainnavint
{
	font-size: 8.5pt;
	color: #63c700;
	text-transform: uppercase;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

a.mainnavint:link {
	text-decoration: none;
	color: #63c700;
}

a.mainnavint:visited {	
	text-decoration: none;
	color: #63c700;
}

a.mainnavint:hover {	
	text-decoration: none;
	color: #ffffff;
}
								
a.mainnavint:active {	
	text-decoration: none;
	color: #ffffff;
}

th.gray1 {
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #666666;	
	text-indent: 0px;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
}

th.gray2
{
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	background-color: #d0d0d0;
	text-align: center;
	text-indent: 0px;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
}

th.gray3 {
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	background-color: #f3f3f3;	
	text-align: center;
	text-indent: 0px;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
}

.maintableborder {
	/*  margin: top right bottom left */
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.paddingleft	{	
	/*  margin: top right bottom left */
	padding: 0px 0px 0px 5px;
}

.paddingright	{	
	/*  margin: top right bottom left */
	padding: 0px 8px 0px 0px;
}

.paddingcontent	{	
	/*  margin: top right bottom left */
	padding: 0px 15px 0px 8px;
}

.navpadding	{	
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

.contact {
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 7pt;
	color: #cccccc;
	line-height : 9pt;
	/*  margin: top right bottom left */
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;	
}

.coupon {
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	color: #333333;
	line-height : 10pt;
	/*  margin: top right bottom left */
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;	
}

.coupon2 {
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	color: #333333;
	line-height : 12pt;
	/*  margin: top right bottom left */
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;	
}


/* *************************************
COLORS AND BACKGROUNDS
/* ********************************** */

.white {
	background-color: #ffffff
}

.black {
	background-color: #000000;
}

.gray {
	background-color: #535353;
}

.gray2 {
	color: #404040;
}

.green {
	color: #63c700;
}

.bg {
	background-image: url(/images/lorem.gif);
	background-repeat: repeat-repeat;
}

.bg2 {
	background-image: url(/images/lorem2.gif);
	background-repeat: no-repeat;
}

.bg3 {
	background-image: url(/images/lorem3.gif);
	background-repeat: repeat-x;
}
				
.bg4 {
	background-image: url(/images/lorem4.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.blurb {
	text-align: left;
	padding: 10px;
}
.blurb h1 {
	color: #63c700;
	font-size: 140%;
}
.blurb h2 {
	color: #fff;
	font-weight: bold;
	font-size: inherit;
}



.main { background:url(/images/7.50_coupon.jpg) no-repeat; width:866px; height:363px; }
	.main .right {position:relative; top:265px; left:215px; }
	.main .left {position:relative; top:265px; right:75px;}