.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #656565;
}
.textPad {
	font-family: Tahoma;
	font-size: 11px;
	color: #656565;
	padding: 20px;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #b4b4b4;
}
h1 {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #949494;
	padding: 10px;
}
h2 {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #949494;
}
h3 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0f256c;
}
h4 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #fe5106;
}
a {
	color: #fe5106;
	text-decoration: underline;
}
a:hover {
	color: #0f256c;
	text-decoration: underline;
}
body {
	margin: 0;
	background-color: #ffffff;
}
a.footer {
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
}
#galImg {
	border:1px solid #949494;
}
#floatImg {
	border:1px solid #949494;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#description {
	width: 400px;
}
ul {
	list-style: circle;
}