@import url(declaration.css);
.boldred {
	color: #FF0000;
	font-weight: bold;
}
.boldgreen2 {
	color: #006600;
	font-weight: bold;
}
.style2 {
	color: #006633
}
table.bgi {
	table-layout: fixed;
}
td.imgview {
	width: 225px;
}
td.sponsor {
	text-align: center;
	verticaL-align: middle;
}
.header {
	font-size: large;
	color: #006600;
	font-weight: bold;
}
p.tagline {
	color: #000000; 
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
p.addr {
	color: #000000; 
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.footer {
	color: #006633;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.contact{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
p.boldblue{
	color: #000099;
	font-size: small;
	font-weight: bold;
}
p.orange {
	color: #ff6600;
	font-weight: bold;
}
p.medium{
	font-size: medium;
}
span.boldgreen{
	color: #006600;
	font-weight: bold;
}
a.contactlink:link {
	text-decoration: none;
	font-size: small;
	color: blue;
}
a.contactlink:visited {
	text-decoration: none;
	font-size: small;
	color: blue;
}
a.contactlink:active {
	text-decoration: none;
	font-size: small;
	color: blue;
}
a.contactlink:hover {
	text-decoration: underline;
	font-size: small;
	color: red;
}
.bold
{
	font-weight: bold;
}
