html {
		height: 101%;
	}
body {
		height: 101%;
		margin: 5px 0px 5px 0px;
		color: #666666;
		font: 95% arial,helvetica,sans-serif;
		background: #ffff00;
	}
	#table {
		background: #ffffff;
		font: 100% arial,helvetica,sans-serif;
		width: 900px;
		text-align: center;
		margin: 0px 0px 0px 0px;
		border-right: 1px solid #fe1925;
		border-left: 1px solid #fe1925;
	}
	#table1 {
		font: 95% arial,helvetica,sans-serif;
		width: 100%;
		text-align: justify;
		padding: 10px 10px 10px 10px;
	}
	#table2 {
		width: 500px;
		text-align: justify;
		padding: 5px 3px 5px 3px;
	}
#table2 img { 
		border: 0px double #fe1925;
	}
	#table3 {
		width: 400px;
		padding: 3px 3px 3px 3px;
	}
	#table4 {
		width: 150px;
		font: 85% arial,helvetica,sans-serif;
		color: #ffffff;
	}
	#top {
		background: url(../images/bg.gif);
		font: 125% arial,helvetica,sans-serif;
		width: 900px;
		height: 175px;
		color: #666666;
		cell-vertical-alignment: top;
		letter-spaceing; 0px;
		padding: 0px 5px 5px 5px;
		border-top: 1px solid #fe1925;
		border-right: 1px solid #fe1925;
		border-bottom: 0px solid #fe1925;
		border-left: 1px solid #fe1925;
	}
	#footer {
		background-color: #fe1925;
		font: 75% arial,helvetica,sans-serif;
		width: 900px;
		height: 30px;
		color: #ffffff;
		text-align: center;
		vertical-align: middle;
		padding: 2px 2px 2px 2px;
		line-height: 14pt;
		border-top: 1px solid #000000;
		border-right: 1px solid #fe1925;
		border-bottom: 1px solid #000000;
		border-left: 1px solid #fe1925;
	}
	h1 {
		font-size: 115%;
		font-weight: normal;
		font-variant: smallcaps;
		letter-spacing: 3px;
	}
	h2 {
		font-size: 110%;
		margin: 0px 0px -10px 0px;
		font-size: 100%;
		font-weight: bold;
	}
	h3 {
		margin: 30px 0px 0px 0px;
	}

a {
		color: #ffffff;
		font-weight: bold;
		font: 100% arial,helvetica,sans-serif;
		text-decoration: none;
	}
	a:hover {
		color: #555555;
		font-weight: bold;
		font: 100% arial,helvetica,sans-serif;
		text-decoration: none;
	}
	#a2 {
		color: #666666;
		font-weight: normal;
		font: 100% arial,helvetica,sans-serif;
		text-decoration: underline;
	}
	#a2:hover {
		color: #666666;
		font-weight: normal;
		font: 100% arial,helvetica,sans-serif;
		text-decoration: none;
	}