﻿
body{
	background-color: #dddddd;
}
.style1 {
	list-style-image: url('images/bullet_pic.png');
}

.h1 {
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #000099;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0099ff;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-indent: 10px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099ff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
img {
	border-width: 0px;
	padding: 0px;
	margin: 2px;
	float: left;
	clear: both;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
a:visited {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.logo {
	float: none;
}
.style3 {
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #000099;
	text-align: center;
}