body {
	color: #222222;
	margin: 0;
	padding:0;
	font-family: Sylfaen;
	font-size: 13px;
	line-height: 1.5;
	background-color: #8aedef;
	background-image: url("img/bg.gif");
	background-repeat: repeat-y;
}
.padded {
	padding: 20px;
}
input, textarea, Sylfaen {
	font-family: Arial;
	font-size: 12px;
}
img {
	border: 0px;
}

table {
	border-collapse: collapse;
}
table td {
	padding: 0px;
}
table.padded td {
	padding: 4px;
}

A:link, A:visited, A:active {
	font-family: Arial;
	font-size : 12px;
	color : #222222;
	text-decoration : underline;
}
A:hover {
	font-family: Arial;
	font-size : 12px;
	color : #990000;
	text-decoration : none;
}
A.menu:link, A.menu:visited, A.menu:active {
	margin-left: 16px;
	font-size : 12px;
	font-weight: bold;
	color : #222222;
	text-decoration : none;
}
A.menu:hover {
	margin-left: 16px;
	font-size : 12px;
	font-weight: bold;
	color : #990000;
	text-decoration : none;
}
.desc {
	font-size: 10px;
	color : #666666;
}



