/* CSS Stylesheet */
body {
	background: #E4E5D7;
	font-family: Verdana;
	font-size: 12px;
}
img {
	border: 0px none;
}
p {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
p.info {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
p.notice {
	font-family: Times;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #ff0000;
	text-align: center;
}
p.quote {
	font-family: Times;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	text-align: center;
}
p.title {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
p.bold {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
p.header {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
table.info {
	border: 0px #000000 solid;
	border-spacing: 3px;
	padding: 3px;
}
td.top {
	text-align: center;
	vertical-align: bottom;
}
td.button {
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
td.info {
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	text-color: #000000;
}
table.sub {
	border: 0px #000000 solid;
	border-spacing: 3px;
	padding: 3px;
}
td.sub_pic {
	text-align: center;
	vertical-align: center;
}
td.sub_info {
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}
A {
	font-family:Verdana,serif;
	font-size:12px;
}
A:link {
	color:black;
	text-decoration: none; 
}
A:visited {
	color: gray;
}
A:hover {
	color: gray;
	text-decoration: underline;
}
A:active {
	color: red;
	text-decoration: none
}
