body {
	background-color: #DCDCDC;
	margin-top: 0px;
	}
.unnamed1 {
	background-color: #ffcc00;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:16px;
	color: #074767;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #074767;
	font-weight: normal;
}
a { 
	text-decoration:none;
	color:#094969;
}
a:hover {
	text-decoration: underline;
}
.table {
	background-color: #ECEDEF;
}

cell {
	background-color: #ECEDEF;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	padding-bottom: 0px;
	padding-top: 0px;
	color:#666666;
}

li {
	list-style: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;

	}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: decimal;
	list-style-position: outside;
}

.float-left{
	float:left;
	margin: 8px 10px 10px 5px;
	border: 2px solid #074767;
}

.image{border: 2px solid #074767;}
