@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #282828;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
}
h1 {
	margin-top: 0;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}
h2 {
	margin-top: 0;
	text-align: left;
	font-size: 10px;
	line-height: 5px;
	font-weight: bold;
}

h3 {
	margin-top: 0;
	text-align: left;
	font-size: 14px;
	line-height: 5px;
	font-weight: bold;
}

a img { 
	border: none;
}

a:link {
	color: #0099CC;
	text-decoration: none;
}
	a:visited {
	color: #0099CC;
	text-decoration: none;
}
	a:hover {
	color: #FF7E00;
	text-decoration: none;
}


