html {
		height: 101%;
	}
body {
		height: 101%;
		margin: 5px 0px 5px 0px;
		background: #5880bb;
		font: 80% arial;
		text-align: justify;
	}
table {
		font: 100% arial;
		text-align: justify;
		padding: 0px 0px 0px 0px;
		color: #4b4b4b;
	}
#table1 {
		width: 900px;
		font: 95% arial;
		text-align: justify;
		background: #ffffff;
		color: #666666;
		border-right: 3px solid #666666;
		border-left: 3px solid #666666;
		line-height: 18px;
	}
#table2 {
		width: 725px;
		font: 100% arial;
		padding: 5px 5px 5px 5px;
		text-align: justify;
		line-height: 17px;
	}

#offer {
		font: 200% arial;
		text-align: center;
		padding: 0px 0px 0px 0px;
		color: #ff0000;
		border-top: 1px dotted #ff0000;
		border-right: 1px dotted #ff0000;
		border-bottom: 1px dotted #ff0000;
		border-left: 1px dotted #ff0000;
	}
#header {
		width: 900px;
		font: 85% arial;
		text-align: center;
		padding: 5px 5px 5px 5px;
		background: #000000;
		letter-spacing: 2px;
		color: #ffffff;
		border-right: 3px solid #666666;
		border-top: 3px solid #666666;
		border-left: 3px solid #666666;
	}
#header2 {
		width: 900px;
		border-right: 3px solid #666666;
		border-left: 3px solid #666666;
	}
#footer {
		width: 900px;
		height: 30px;
		font: 80% ariel;
		text-align: center;
		padding: 5px 5px 5px 5px;
		background: #000000;
		letter-spacing: 1px;
		color: #cccccc;
		border-right: 3px solid #666666;
		border-bottom: 3px solid #666666;
		border-left: 3px solid #666666;
	}
h1 {
		font-size: 150%;
		font-weight: normal;
		letter-spacing: 1px;
		Color: #000000;
		margin: 0px 0px 10px 0px;
	}
	h2 {
		margin: 10px 10px 10px 0px;
		padding: 5px 5px 5px 5px;
		font-size: 200%;
		font-weight: bold;
		color: #ff0000;
		border-bottom: 1px dotted #ff0000;
		border-right: 1px dotted #ff0000;
		border-left: 1px dotted #ff0000;
		border-top: 1px dotted #ff0000;
	}
	h3 {	
		font-size: 110%;
		padding-bottom: 5px;
		margin-bottom: -10px;
		}
		
	a {
		color: #666666;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	
.a {
		color: #cccccc;
		text-decoration: none;
	}
.a:hover {
		color: #ffffff;
		text-decoration: none;
	}