@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/bck.jpg);
}
a:visited {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.content
{
	width:  800px;
	height: 500px;
	margin: 0 auto;
	padding: 0 25px 50px 25px;
	background-color:#FFF;
	border-radius:10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
	padding: 3px 0;
	font-size: 28px;
	font-weight: normal;
	color: #333333;
}
.em_text {
	color: #333333;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bar {
	background-color:#F00; 
	padding: 10px 0 10px 15px; 
	margin: 5px 0 15px 0; 
	border-radius:3px;
	font-family:"Proxima Nova ScOsf Th";
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.amf {
	width:101px; 
	float:left;
}
.est {
	width:101px; 
	padding: 0 15px 0 5px;
	float:left;
}
.oct {
    width:101px; 
	padding-left:5px;
	float:left;	
}