@charset "utf-8";
/*global style*/
* {
  	margin: 0px;
  	padding: 0px;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0 0 1px;
	padding: 0px;
	background-image: url(framework_images/bg.png);
	background-repeat: repeat-x;
	line-height: 18px;
}
img{
	border: none;
}
a{
	font-style: normal;
	font-weight: normal;
	color: #a8b400;
	text-decoration: none;
}
a:hover{
	font-style: normal;
	font-weight: normal;
	color: #a8b400;
	text-decoration: underline;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003359;
	padding: 0 0 17px 0;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003359;
	padding: 0 0 6px 0;
}
p {
	font-size: 11px;
	margin-bottom: 22px;
}
.flash_fullpage{
	width: 702px;
	float: left;
	padding: 22px 0 35px 0;
}
.label{
	width: 340px;
	height: 19px;
	float: left;
	text-align: left;
	clear: left;
	margin: 0px 0 13px 10px;
	padding: 0 0 0 2px;
}
ul {
	margin-left: 15px;
	padding: 0 0 10px 0;
	list-style-position: outside;
}
.nowrap {
	white-space: nowrap;
}
	
