.text {
	font-family: Arial;
	font-size: 12px;
	color: #6f6f6f;
}
.textPad1 {
	font-family: Arial;
	font-size: 12px;
	color: #6f6f6f;
	padding: 20px;
}
.textPad2 {
	font-family: Arial;
	font-size: 12px;
	color: #6f6f6f;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 31px;
}
h1 {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #ababab;
	padding: 10px;
}
h2 {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #ababab;
}
h3 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #00699b;
}
h3.footer {
	font-size: 9px;
	font-weight: normal;
	color: #ababab;
	text-align: center;
}
h4 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #00699b;	
}
a {
	color: #00699b;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
body {
	margin: 0;
	background-color: #ffffff;
}
#galImg {
	border:1px solid #8a8a8a;
}
#description {
	width: 400px;
}
img#rapidstatscounter {
	border: none;
}
#bgTile {
	background: url(images/bg.gif) top repeat-x;
}
ul {
	list-style: circle;
}