HTML {
	margin: 0
}

H1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3;
}

H2 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0;
}

H1.title {
	font-family: arial;
	font-size: 20;
	font-weight: bold;
	color: white;
	margin-bottom: 3;
}

BODY, P, TD {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

A:link, A:visited, A:active {
	font-family: arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #848484;
}

A:hover {
	font-family: arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #000000;
}

A:link.dLink, A:visited.dLink, A:active.dLink {
	font-family: arial;
	font-size: 11px;
	font-style: none;
	text-decoration: none;
	color: white;
	background: #888888;
	border-top: solid 1 white;
	line-height: 16px;
}

A:hover.dLink {
	font-family: arial;
	font-size: 11px;
	font-style: none;
	text-decoration: none;
	background: #000000;
	color: white;
}

A:link.main, A:visited.main, A:active.main {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

A:hover.main {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #EAEAEA;
}


INPUT, TEXTAREA {
	border: solid 1 #AAAAAA;
}

b.AnnTitle {
	font-size: 11;
	font-weight: bold;
}