@charset "ISO-8859-1";




body {
	font-family:"Myriad Pro", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #CCC;
	background-color: #666;
}
.body_text {
	font-family: "Myriad Pro", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
}


h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: -12px;
}

h2 {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: -1em;
}

ul {
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
}

li {
	list-style-type: none;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: none;
}

	
a {
	color: #FFF;
	
}
a:visited {
	color: #999;
}
a:hover {
	color: #EDEDED;
}
a:active {
	color: #FC0;
}