html, body, table {
	font-family: Verdana, Arial;
	font-size: 10pt;	
	color: #FFF;
}
body {
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	background-color: #ff6201;
	margin: 0px;
	text-align: center;
}
H1 {
	background-image: url('img/logo.jpg');
	width: 770px;
	height: 136px;
	font-size: 10px;
	font-weight: Bold;
	margin: 0px;
	margin-bottom: 10px;
	text-align: right;
}
H2 {
	font-size: 10pt;
	font-weight: Bold;
	color: #FFF;
	padding: 0;
	margin: 0;
}
TABLE {
	width: 	900px;
	border: 	0px;
	padding: 	0px;
	margin: 	0px;
}
TD {
	vertical-align: top;
}
DIV {
	width: 400px;
	border: 1px solid #FFF;
	background-color: #000;
	padding: 2px;
	margin-bottom: 10px;
}
DIV.header {
	padding: 2px;
	background-color: #f30400;
	color: #FFF;
	font-weight: Bold;
	margin: 0px;
	text-align: left;
}
DIV.content {
	text-align: left;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #FFF;
	margin: 0px;
}
DIV.content DIV {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 390px;
	background-color: #FFF;
}
DIV.content DIV IMG {
	border: 0px;
}
DIV.r {
	text-align: center;
	background-color: #FFF;
	width: 100%;
}
DIV.r a {
	font-weight: Bold;
}
DIV.r a IMG {
	border: 1px solid #000;
	margin: 5px;
}
TD.down_c {
	background-color: #FFF;
	font-weight: Bold;
	padding: 3px;
	text-align: center;
}
TD.down_h {
	background-color: #f30400;
	color: #FFF;
	font-weight: Bold;
	padding: 3px;
	text-align: center;
	font-size: 12pt;
}
a {
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
}
#textad {
	width: 400px;
	border: 1px solid #FFF;
	background-color: #000;
	padding: 2px;
	margin-bottom: 10px;
}
	#textad-title {
		text-align: left;
		padding: 2px;
		background-color: #f30400;
		color: #FFF;
		font-weight: Bold;
		margin: 0px;
	}
	#textad-title a {
		color: #FFF;
		text-decoration: none;
		font-weight: Bold;
	}
	#textad-title a:hover {
		color: #FFF;
		text-decoration: underline;
		font-weight: Bold;
	}
	#textad-text {
		text-align: left;
		padding: 2px;
		background-color: #FFF;
		border: 1px solid #FFF;
		margin: 0px;
	}
	#textad-text a {
		font-size: 10pt;
		color: #000000;
		text-decoration: none;
	}
	#textad-text a:hover {
		text-decoration: underline;
	}