body {
	font-size:11px;
	font-family:Tahoma, Arial, sans-serif;
	color:#605f5f;
	text-align: center;
	margin: 10px auto;
	background-color:#cccccc;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 978px;
}

p {
	padding-top:0px;
	padding-bottom:12px;
	margin:0px;
}

/*  link styles  */

a {
	color: #194371;
	text-decoration: none;
}

a:visited {
	color: #194371;
	text-decoration: none;
}

a:hover {
	color: #194371;
	text-decoration: underline;
}

