/* CSS Document */
.button {
	font-family: "Trebuchet MS";
	font-style: normal;
	font-weight: bold;
	border: 3px groove #336699;
	font-size: 12px;
}
.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p.special      {
	margin-top: -15px;
	font-family: "Trebuchet MS";
	font-size: 10px;
}
a:link {
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	color: #336699;
	font-size: 12px;
}

a:visited {
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	color: #330099;
	font-size: 12px;
}

a:hover {
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFCC;
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #336699;
	text-align: center;
}

h2, h3, h4, h5 {
	color: #336699;
	margin-bottom: -15px;
}
img {
	margin: 8px;
	padding: 8px;
}
.nobutton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	text-decoration: underline;
}
a.nobutton:link {
	color: #336699;
	font-weight: normal;
	font-size: 100%;
	text-decoration: underline;
}
a.nobutton:visited {
	text-decoration: underline;
	color: #336699;
		font-weight: normal;
		font-size: 100%;

}
a.nobutton:hover {
	color: #000000;
	background-color: #FFFFCC;
	font-size: 100%;
}
