body {
	background-color: #FFFFFF;
}

.body-text {
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma;
	color: #818181;
}

.body-bold-text {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	color: #003333;
}

.textbox {
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #D7D7D7;
	font-family: Tahoma;
	color: #000066;
	background-color: #FFFFFF;
}

div#wrapper	{ 
	margin: 0 auto; 
	padding: 0; 
	width: 990px; 
}

div#header { 
	height: 184px; 
	position: relative; 
}
.btn{
	background-color:#0066CC;
	width: 20px;
	position:absolute;
	border-style:none;
	font-weight: bold;
	font-size: 14px;
}

.declaration {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	color: #003333;
}
.declarationTop {
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	color: #003333;
}
.declarationContent {
	font-size: 12px;
	font-family: Tahoma;
	color: #003333;
	text-align:justify;
}