/* content */
body {
	font: 12px Arial, sans-serif;
	color:#000;
	margin: 0 0;
	background: #fff;
	text-align: justify;
	line-height: 1.5em
}

#container {
	position: relative;
	margin: 0 auto;
	width: 760px;
	padding: 30px 0
}

#container2 {
	position: relative;
	margin: 0 auto;
	width: 770px;
	text-align: center
}

#title {
	padding: 5px;
	height: 90px;
}

#buttons {
	height: 73px;
	padding: 5px;
	background: #da0a07;
}

#content {
	padding: 10px;
	border: 2px solid #bcbcbc;
	text-align: justify
}

.style1 {
	font: 24px arial, sans-serif;
	font-weight: bold;
	color:#DA0A07;
}

.style2 {
	font: 18px arial, sans-serif;
	font-weight: bold;
	color:#DA0A07;
}
	
.style4 {
	font: 18px arial, sans-serif;
	font-weight: bold
}

.style5 {
	font: 14px arial, sans-serif;
	line-height:2em;
	color:#DA0A07;
}

.style6 {
	font: 16px arial, sans-serif;
	font-weight: bold;
	line-height:1em;
}

.style7 {
	font: 12px Arial, sans-serif;
	text-align:justify;
	line-height:1.5em;
	font-weight:bolder;
}

a:link {
	color:#DA0A07;
	text-decoration: none;
}

a:visited {
	color:#DA0A07;
	text-decoration: none;
}
