@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EAEAEA;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
*+html h1 { /*IE7 only*/
	line-height: 28px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2px;
	margin-left: 10px;
}
a.menu_text {
}
ul {
	list-style-image: url(../images/bullet.png);
}
ul li {
	margin-bottom: 7px;
}
a {
	color: #57BFFC;
	background: transparent;
	text-decoration: none;
	border: 0;
}

a:hover {
	color: #EAEAEA;
}
