@charset "UTF-8";
body {
	background-image: url(/anonbk2.jpg);
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	list-style-image: url(iphone/list_icon.png)
}

a:link {
	color: #FF0066;
}
a:visited {
	color: #FF0099;
}

p img {
text-align:center;
margin-left:auto;
margin-right:auto;
}

.oneColElsCtr #container {
	padding: 10px;
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 14px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.title {
	margin-left:auto;
	margin-right:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #1F0049;
	text-shadow: #2F0858 0px 1px 2px;
	position: relative;
	filter: Alpha(Opacity=80, FinishOpacity=100, );
	margin-bottom: 20px;
	text-align: center;
}

#textcolumn {
padding-right: 10px;
margin-left:auto;
margin-right:auto;

}



h1 {
	font-size: 32px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;

.center {
text-align:center;
padding-left:50px;
}

table {
width:640px;
margin-left:auto;
margin-right:auto;
}
