
body{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

div.container{
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.menu{
	background-color: #000000;
	color: #ffffff;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	margin: 11px;
}

div.bod{
	background-color: #000000;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin: 11px;
}

div.red1{
	background-color: #1c0000;
	color: #879793;
	float: left;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin: 1px;
	width: 80%;
}

div.red0{
	background-color: #1c0000;
	color: #879793;
	float: left;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin: 1px;
	width: 15%;
}

div.silver{
	background-color: #879793;
	color: #1c0000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 11px;
}

br.clear{
	clear: left;
}

a:link{
	text-decoration: underline;
	color: #ffffff;
}

a:hover{
	text-decoration: none;
}

a:visited{
	text-decoration: underline;
	color: #ffffff;
}

a:active{
	text-decoration: underline;
	color: #ffffff;
}

