.textbox {
	font-family: sans-serif, Verdana, Tahoma, Arial;
	font-size: 13px;
	line-height: 135%;
	text-align: left;
	width: 655px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}
.white .textbox {
	text-align: left;
}
.green {
	background: #98c908 url(img/green.png) repeat-x;
	color: #fff;
	border-top: 0px #98c908 solid;
	border-bottom: 0px #eee solid;
}
.green .textbox {
	/*background: url(img/bg_flash.png) no-repeat; */
}
.green A {
	color: #dfff63;
}
#green_comment {
	display: none;
	font-size: 10px;
	color: #9d447f;
}
.blue {
	background: #46b4c1 url(img/blue.png) repeat-x;
	color: #fff;
	border-top: 0px #46b4c1 solid;
	border-bottom: 0px #fff solid;
}
.blue .textbox {
	/*background: url(img/bg_sbb.png) no-repeat;*/
}
.blue A {
	color: #95fcff
	/* color: #006b78; */
}
.pink {
	background: #d375b1 url(img/pink.png) repeat-x;
	color: #fff;
	border-bottom: 0px #fff solid;
}
.pink A {
	color: #ffc0fe;
}
.white {
	background: #fff url(img/white.png) repeat-x;
	color: #777;
}
.logo {
	background: #fff url(img/white.png) repeat-x;
	color: #46b4c1;
}
.logo .textbox {
	padding-top: 26px;
	background: url(img/bg_logo.png) no-repeat;
}
H1 {
	font-size: 26px;
	margin: 0px 0px 10px 60px;
	padding: 0px;
	font-weight: normal;
	font-family: 'Trebuchet MS', sans-serif, Verdana, Arial;
	letter-spacing: 4px;
}
H2 {
	font-size: 16px;
	margin: 10px 0px 0px 80px;
	padding: 0px;
	font-weight: normal;
	font-family: 'Trebuchet MS', sans-serif, Verdana, Arial;
	letter-spacing: 2px;

}
UL {
	margin: 0px;
	padding-left: 20px;
}
BODY {
	margin: 0; padding: 0;
	background-color: #fff;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 4px 0;
	padding: 0px 0 0px 0;
}