html
	{
	font-size: 100%;
	} 

body 	{
	background-image: url('background.jpg');
	margin: 0;
	padding: 5px;
	font-family: Verdana, Arial, Verdana, Sans-Serif;
	}

img	{
	outline: none;
	border: 0;
	}


.table1 {
	background-color: #FFFFFF;
	border: 1px solid #003333;
}

/* Text styles*/


.header_black_xl {
	font-family: Impact;
	font-size: 30pt;
	font-weight: normal;
	color: #000000;	
}
.header_red_xl {
	font-family: Impact;
	font-size: 30pt;
	font-weight: normal;
	color: #CC0000;
}
.header_blue_xl {
	font-family: Impact;
	font-size: 30pt;
	font-weight: normal;
	color: #2828b3;	
}

.header_black {
	font-family: Impact;
	font-size: 18pt;
	font-weight: normal;
}
.header_red {
	font-family: Impact;
	font-size: 18pt;
	font-weight: normal;
	color: #CC0000;
}
.header_blue {
	font-family: Impact;
	font-size: 18pt;
	font-weight: normal;
	color: #2828b3;
}

.hl {
	background-color: #FFFF00;
}
.text_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	}
.text_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2828b3
}
.text_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #cc0000
}
.text_blue_xl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #2828b3
}
.text_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.benefits li {
	list-style-image: url('tick.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: left;
	padding: 10px;
	color: #2828b3	
	}

li	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	}
	
/* DIV styles*/
#container { 
	height: 100%;
	width: 100%;
	background: transparent;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	z-index: 1;		
}

#content {
	position: relative;
	background: transparent;	
	text-align: center;
	width: 680px;
	border: 0;
	margin-left: auto ;
    margin-right: auto ;
    padding: 10px;	
	height: auto;
	z-index: 1;
	}


/* Link styles*/
:-moz-any-link:focus { outline: none; } 
:focus { -moz-outline-style: none; } 

a:link, a:visited, a:active, a:hover
	{
	outline: none;
	text-decoration: none;
	border: 0;
	}

.txtbox {
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #532f35;
	background-color: #ede9bc;
	font-size: 10pt;
	text-decoration: none;
	border-width: 2px;
	border-color; #532f35;
	border-style: inset;
	}