body {
	background-color: #ffffff;
	height: 100%;
    margin: 0;
	}

img {
	border: 0;
	}

p {
	padding-bottom: 12px;
	line-height: 1.25em;
    text-align: center;
	}
	
.bold  {
	font-weight: bold;
	}

.italic {
	font-style: italic
	}

.big {
	font-weight: bold;
    font-size: 20px;
	}
	
div.wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 500px;
	border: 0px;
	position: relative;
	overflow: hidden;
    border: 0px solid #ff44ee;
	}

div.header {
	margin: 40px auto 10px auto;
	width: 237px;
    border: 0px solid #99ee33;
	}

div.container {
    margin: 30px 10px 30px 10px;
	padding: 0;
    width: 480px;
    float: left;
	position: relative;
    background-repeat: no-repeat;
	background-position: top left;
    border: 0px solid #9944ee;
	font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    color: #999999;
	}
	
div.footer {
    margin: 10px 10px 10px 10px;
    width: 480px;
	float: left;
	position: relative;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 9px;
    text-align: center;
    color: #999999;
    border: 0px solid #ffee22;
	}

a.standard{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
   	color: #333333;
	text-decoration: none;
	}
	a.standard:link		{color: #333333;}
	a.standard:visited	{color: #333333;}
	a.standard:hover 	{text-decoration: underline;}
	a.standard:active	{color: #333333;}
	
a.base {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 9px;
   	color: #999999;
	text-decoration: none;
	}
	a.base:link		{color: #999999;}
	a.base:visited	{color: #999999;}
	a.base:hover 	{text-decoration: underline;}
	a.base:active	{color: #999999;}
