* {
	margin: 0;
	padding: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333;
	font: bold 12px Arial, Helvetica, sans-serif;
}

img{
	border: none;
}

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header {
	background: no-repeat url(header.png);
	height: 82px;
	margin-bottom: 8px;
}

#ad {
	float: right;
	margin: 11px 20px 0px 0px;
	border: 1px solid grey;
}

h2 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 8px;
}

p {
	font-weight: normal;
	margin-bottom: 1.33em;
	line-height: 16px;
	text-indent: 24px;
}

table {
	margin-top: 6px;
	text-align: center;
	border-collapse: collapse;
	width: 800px;
	margin-bottom: 12px;
}

th, td {
	border: 1px solid #c1c1c1;
}

th {
	height: 25px;
	background: #333;
	color: white;
	font-size: 13px;
}

table caption {
	padding-left: 22px;
	background: no-repeat url(updated.png);
	font-size: 14px;
	color: red;
	text-align: left;
	margin-bottom: 6px;
}

* html table caption {
	line-height: 1.3em;
}

table tr.alt {
	background: #f1f1f1;
}

table .phone {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100px;
}

table .offer {
	text-align: left;
	font-weight: bold;
}

table .price {
	text-align: center;
	font-size: 26px;
	color: #9ED11C;
	font-weight: bold;
}

table .monthly {
	text-align: center;
	font-size: 26px;
	color: #FFCC00;
	font-weight: bold;
}

table .minutes {
	text-align: center;
	font: bold 26px Arial;
	font-weight: bold;
}

table .minutes2 {
	text-align: center;
	font: bold 16px Arial;
	font-weight: bold;
}

table .text {
	text-align: center;
	width: 90px;
	font: bold 26px Arial;
	font-weight: bold;
}

table .info {
	text-align: center;
	width: 90px;
}

ul {
	list-style: none;
	padding: 0px 0px 0px 8px;
}

strong {
	font-size: 12px;
	color: red;
	font-weight: bolder;
}

#next {
	margin-bottom: 13px;
	text-align: center;
}

#next a {
	font-size: 16px;
	text-decoration: underline;
	color: red;
}

#next a:hover {
	color: black;
}

#footer {
	padding-top: 8px;
	background: no-repeat url(footer.png);
	text-align: center;
	height: 30px;
}

#footer a {
	padding: 4px;
}

#footer a:hover {
	color: black;
}

#footertext {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 4px;
}