A {
	text-decoration: none;
}

A: active { }

A: hover {
	text-decoration: none;
	font-weight: normal;
}

A: link { }

A: visited { }

body {
	font-family: "Verdana, Tahoma, Arial, Helvetica, Gill Sans MT, sans-serif";
	font-size: 11px;
	font-style: normal;
	overflow: auto;
	/*
	margin-left: 2;
	margin-right: 2;
	margin-top: 2;
	margin-bottom: 2;
	*/
}

h1 {
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
}

h5 {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
}

h6 {
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
}

ol {
	/*border: 1px solid #000000;*/
	/*margin: 2em;*/
	/*width: 80%;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

li {
	/*border: 1px solid #000000;*/
	/*margin: 2em;*/
	/*width: 80%;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


table {
	font-size: 11px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0;
	padding: 0;
}

td { }

.button2 {
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
	background: #ffffff;
	border-bottom: 2px solid #5894AE;
	border-right: 2px solid #5894AE;
	border-left: 2px solid #5894AE;
	border-top: 2px solid #5894AE;
	height: 22px;
	color: #5894AE;
	text-decoration: none;
	cursor: hand; cursor: pointer;
	padding: 1px;
}

.keywords {
	color: fdfdfd;
	font-family: "Gill Sans MT";
	font-size: 1px;
	text-decoration: none;
}