/* CSS Document */
body,td,th {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: medium;
	color: #000033;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: blink;
	color: #F00;
}
body {
	background-color: #FFFFFF;
	/*	background-size: 100%; */
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
}
.xxsmall {font-size: xx-small}
.descript {
	font-size: small;
	background-color: #FFFFFF;
	font-style: italic;
}
	

