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

body {
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	color: #666666;
	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: 8pt;
	color: #666666;
}

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

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

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

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


/* *************************************
HTML HEADER STYLES BELOW
/* ********************************** */
				
H1 {	
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size: 11pt;
	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: #63c700;
	/*  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: 10pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 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;
}


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: #63c700;
}

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

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


/* *************************************
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;
}



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

.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;	
}

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

.white {
	background-color: #ffffff
}

.black {
	background-color: #000000;
}

.gray {
	background-color: #535353;
}

.green {
	color: #63c700;
}

.leftshadow {
	background-image: url(/images/shadow_left.gif);
	background-repeat: repeat-y;
}

.rightshadow {
	background-image: url(/images/shadow_right.gif);
	background-repeat: repeat-y;
}

.hdr3 {
	font-size: 8pt;
	font-weight: bold;
	color: #c70000;
}

.hdr2 {
	font-size: 8pt;
	font-weight: bold;
	color: #f4d425;
}

.hdr1 {
	font-size: 8pt;
	font-weight: bold;
	color: #63c700;
}

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