.table {
	border: 1px solid #206060;
}
body {
	background-image: url(../assets/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.header1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	text-shadow: Black;
	color: #206060;
}
.header2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-shadow: Black;
}
.header3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-shadow: Black;
}
.style1 {
	font: 12px Arial, Helvetica, sans-serif;
}
.footer1 {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
}
.footer2 {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
}
.footerlinks {
	font: 10px Arial, Helvetica, sans-serif;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #3333FF;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.textfield {
background-color: White;
border-color: Gray;
border-style: solid;
border-width: 1;
color: Black;
font-size: 8pt;
font-family: arial;
font-weight: bold;
}
