@charset "utf-8";
/* CSS Document */

* {
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding:0px;
}
img { border: none; }
body {
	background-color: #b71714;
	margin-left: auto;
 	margin-right: auto;
}
#head {
height: 148px;
width: 770px;
margin-left: auto;
margin-right: auto;

}
#iframe {
padding-left: 17px;
margin: 0px;
}

.style1 {
	color: #FFFFFF;
	font-size: 9px;
}
.style2 {
	font-family: tahoma;
	color: #B71714;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #B71714;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B71714;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #B71714;
}