body {
	background-color: #444444;
	margin: 0 auto;
	text-align: center;
	height: auto;
	width: auto;
	top: 0px;
}

#container {
	margin: 0 auto;
	width: 900px;
	height: 150px;
	text-align: left;
	background-color: #444444;
}

table {
	bg-color: #444444;
	border: none;
	left: auto;
	top: 0px;
	right: auto;
}

a:link {
	color: #ffffff;
    text-decoration: none;
	}
	
a:hover {
	color: #ffffff;
	text-decoration: none;
	font-style: oblique;
	}
	
a:visited {
	color: #ffffff;
   	text-decoration: none;
	text-transform: none;
	}
	
a:active {
	color: #ffffff;
   	text-decoration: none;
	font-style: oblique;
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	border: thin none #CCCCCC;
	color: #cccccc;
}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: #ffffff;
	border: none;
	left: 6px;
	text-indent: 6px;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	color: #ffffff;
	border: none;
	left: 6px;
	text-indent: 6px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	padding-top: 7px;
}

hr {
	color: #c0c0c0;
	size: 10px;
}
