body {
	margin: 0px;
	padding: 0px;
	background-color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	cursor: default;
}
.content h1 {
	font-size: 24px;
	color: #000;
}
h1,h2,h3,h4,h5 { 
	margin:0px;
	padding:0px;
}
.clr { 
	clear:both;
}
.logo {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content h2 {
	text-align: center;
	margin: 0px;
	padding: 10px;
	color: #BE0000;
	font-size: 18px;
}
.content {
	padding: 10px;
	width: 750px;
	margin-top: 15%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	font-size: 14px;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 10px 10px #000;
	-moz-box-shadow: 0 10px 10px #000;
	box-shadow: 0 10px 10px #000;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.content a {
	text-decoration: none;
	color: #BD0100;
}
.content ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content ul li {
	float: left;
	padding: 5px;
	background-color: #BD0100;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content ul li:hover {
	background-color: #333;
}
.content ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.flag {
	padding: 0px;
	float: left;
	height: 100px;
	width: 150px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}