h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

td, p {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.bigtext {
	font-family: Tahoma;
	font-size: 12px;
      font-weight: bold;
	color: #333333;
}


.title {
	font-weight: bold;
}

.footcomment {
	text-align: right;
}

.footentry {
	text-align: left;
}

a:visited {
	color: #336699;
	text-decoration: none;
}

a:link {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #669999;
	text-decoration: none;
}

a:active {
	color: #003366;
	text-decoration: none;
}

a {
	color: black;
	text-decoration: none;
}


