body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #F5F5F5;
	background-image: url('../images/bg-top.jpg');
	background-repeat: no-repeat;
}
form {
	padding: 0px;
	margin: 0px;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #C00;
}
h5 {
	font-size: 9px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana;
}

table {
	border-spacing: 5px;
	width: 700px;
	border-width: 0;
}

table.list {
	border-spacing: 2px;
	width: 90%;
	border-width: 0;
}

table td.list {
	height: auto;
}

table td {
	vertical-align: top;
	height: 45px;
}

table th {
	text-align: left;
}