.heading {
	color: #FFF1FB;
	font: bold 22px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	width: 150px;
	height: 30px;
	background: #ff6300;
	padding-left: 5px;
}

body {
	color: #000000;
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

table.intro {
	border: 1px;
	border-color: grey;
	border-style: solid;
}

div.menu {
	width: 680px;
	height: 40px;
	background-color: #000000;
}

div.info {
	padding: 15px;
	margin: 0px;
	text-align: left;
	color: #BABABA;
	font: 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	width:650px;
	background-color: #F6F6F6;
	font-weight: bold;
	text-align: justify;
}

div.info h1 {
	margin: 0px;
	color: #717171;
	font: 22px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

img {
	border: 0px;
}
#footer {
    text-align: center;
    font-size: 9px;
    color: #B7B7B7;
		margin-top: 10px;
		margin-bottom: 10px;
}
#footer a {
    color: #737373;
}

li
{
	list-style-type: circle;
	margin: 0;
	padding: 5px;
}

