.container
{
background:white;
text-align:center;
max-width:500px;
padding:10px 0px 0px 0px;
}
.banner
{
width:500px;
height:80px;
}

.text-container
{
min-width:430px;
max-width:430px;
padding:10px 35px 0px 35px;
text-align:center;
}

.text0
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#FF972C;
}

.text1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#CC3300;
}

.text2
{
font-family:Tahoma;
font-size: 14px;
color:red;
}

.text3
{
	font-family:Tahoma;
	font-size:14px;
	color:#333333;
	text-decoration:none;
}

.text4
{
font-family:Tahoma;
font-size:14px;
color:red;
text-decoration:underline;
}

