body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
table {
	
}

p {
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000066;
	text-indent: 0px;
}
textarea {
	background-color: #ffFFFF;
	color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

h2 {
	font-size: 100%;
	line-height: 110%;
	font-weight: bold;
}

h3 {
	font-size: 90%;
	line-height: 110%;
	font-weight: bolder;
}

h1 {
	font-size: 140%;
	line-height: 150%;
}
input.txt {
	background-color: #FFFFff;
	color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
input.btn {
	background-color: #FFffff;
	color: #000033;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

