html, body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, Arial, Verdana, Sans-serif;
	font-size: 13px;
	line-height: 18px;
}
a {
	color: #ed0000;
}
img {
	border: 0;
}
h1 {
	font-size: 20px;
	line-height: 22px;
	color: #ed0000;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 0;
}
h2 {
	font-size: 20px;
	line-height: 22px;
	color: #ed0000;
	font-weight: normal;
	margin: 10px 0 15px 0;
	padding: 0;
}
h3 {
	font-size: 11px;
	line-height: 18px;
	color: #666;
	text-transform: uppercase;
}
h4 {
	font-size: 13px;
	line-height: 15px;
	color: #000;
	padding: 0;
	margin: 0;
}
small {
	color: #aaa;
}

/**/

.line {
	height: 1px;
	border-top: 1px solid #ccc;
	overflow: hidden;
	clear: both;
	display: block;
	margin: 15px 0 15px 0;
}
.clear {
	height: 0;
	overflow: hidden;
	clear: both;
	display: block;
}
.superbutton {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url("../img/superbutton.gif") no-repeat left center;
	padding: 0 0 0 45px;

}
.button {
	background: url("../img/button_left.gif") no-repeat left top;
	display: block;
	float: left;
	height: 25px;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #fff;
}
.button span {
	background: url("../img/button_right.gif") no-repeat right top;
	display: block;
	float: left;
	height: 18px;
	padding: 2px 10px 5px 0;
	cursor: pointer;
}
.right .button {
	float: right;
}

/**/

#index {
	width: 700px;
	margin: 100px auto 50px auto;
	color: #ed0000;
}
#txt {
	width: 700px;
	margin: 20px auto 50px auto;
}

table#container {
	width: 100%;
	height: 100%;
	line-height: 0px;
	font-size: 0px;
}
.CSD {
	width: 100%;
	height: 100%;
}
.special {
	background: #ed0000;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	padding: 5px 20px 15px 20px;
}
.special a, .special h2 {
	color: #fff;
}
