body {
	margin: 0px;
	padding: 0px;
}

h1 {
	font: 15px/18px arial, helvetica, sans-serif;
	font-weight: bold;
	float: left;
	margin: 0px; 
	padding-top: 40px;        
	color: #cc0000;
}

p {
	font: 12px/17px times, arial, helvetica, sans-serif;
	color: #666666;
}

img {
	border-style: none;
}

a:link, a:visited {
	font: 13px/20px times, arial, helvetica, sans-serif;
	color: #999999;
	text-decoration: underline;
}


a:hover, a:active {
	font: 13px/20px times, arial, helvetica, sans-serif;
	color: #c60b46;
	text-decoration: underline;
}

#container {
	margin: 0px; 
	width: 100%;
	height: 100%;
	background: #c60b46;
	font: 11px/17px verdana, arial, helvetica,  sans-serif;
}

#container2  {
	margin: 0px; 
	font: 13px/20px times, arial, helvetica, sans-serif;
	color: #999999;
	text-align: center;
	width: 100%;
	height: 500px;
	background: #ffffff;
    /*background-image: url(../img/logo.jpg); 
    background-repeat: no-repeat;
    background-position: center center;*/
}

table  {
	font: 13px/20px times, arial, helvetica, sans-serif;
	color: #999999;
}

#container3  {
	width: 1000px;
	text-align: center;
}


#bottom {
    clear: both;
	margin: 0px; 
	text-align: center;
	width: 100%;
	height: 100;
    /*background-image: url(../img/slogan.gif); 
    background-repeat: no-repeat;
    background-position: center top;*/
}