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

* {
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline:none;
}
html, body, div, id, img, span, p, a, ul, li, h1, h2, h3, h4, h5, h6, form, label, input {
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:none;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 12px;
	color: #FFF5F5;
}
body {
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
}
h1 {
	font-size: 24px;
	font-family: "Myriad Pro", Arial, sans-serif;
}
h2{
	font-size:30px;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-weight:normal;
}
h3{
	font-size:24px;
	font-weight:normal;
	font-family: "Myriad Pro", Arial, sans-serif;
}
h4{
	font-size:18px;
	font-weight:normal;
}
p{
	font-size:18px;
}

