body {
	background: white url(i/back.jpg) left top repeat-y;
	padding: 0;
	margin: 0;
}

a:link, a:active, a:visited {
	color: #373a8e;
	text-decoration: underline;
}	

a:hover {
	color: black;
}

p {
	font: normal 11px Arial;
	color: black;
	margin: 0 0 15px 0;
	line-height: 18px;
}

h1 {
	font: bold 15px Arial;
	color: black;
	margin: 0 0 15px 0;
	line-height: 18px;
}

h2 {
	font: bold 11px Arial;
	color: black;
	margin: 0 0 15px 0;
	padding:0;
	line-height: 18px;
}

b {
	font: bold 11px Arial;
}

li {
	font: normal 11px Arial;
	color: black;
	margin: 0 0 15px 0;
	line-height: 18px;
}

form, input {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	border: 1px solid #999;
	background: #eee;
	padding: 1px;
	font: normal 12px Arial;
	color: black;
}

div.copyright {
	font: normal 11px Arial;
	color: #888;
	line-height: 16px;
}

table.tb td, table.frm td, table.frm1 td {
	font: normal 11px Arial;
	color: black;
}

table.frm1 input {
	border: none;
	background: none;
}