table {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.introduction {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #ff4949;
}
.title, h1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff4949;
}
h2 {
   font-size: 12px;
   color: #ff4949;
}
.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #339900;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}

a.small {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #339900;
	text-decoration: none;
}

a.small:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}

a.menu {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}
a.menublack {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
a.menublack:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}
.selectedmenu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
dt {
   font-style: italic;
}
dd {
   margin-left: 10px;
}
.bold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}
input, textarea, submit {
	font-family: Arial;
	font-size: 12px;
}
.white {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
.whitelarge {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.black {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.blacklarge {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.italic {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	line-height: 18px;
}
.green {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #339900;
}
.grey {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
}