/* CSS Document */
*{
	line-height: 14px;
	text-align: justify;
	vertical-align: top;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 20px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #700006;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #700006;
	text-decoration: none;
}
p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.height20{
	height: 20px;
}
.height30{
	height: 30px;
}
em, i{
	color: #666666;
}
img{ 
	border: 0px; 
}

.layout{
	padding-left: 15px;
	text-align: justify;
	width: 400px;
	padding-right: 20px;
	float: left;
	
}

.orange{
	color: #f46b18;
}