BODY {
	/*background-attachment: fixed;
	background-image: url(../images/background_sea.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
	background-color: transparent;
}

BODY, TABLE, TR, TD {
	font-family	: Georgia, Times New Roman, Times, serif;
	font-size	: 14px;
	color		: black;
	text-align	: center;
}

.maintable {
	/* border: 1px solid #242177;*/
}

.header {
font-weight		: bold;
font-size		: 17px;
}

A {
	text-decoration	: none;
	color			: blue;
}

A:HOVER, VISITED {
	text-decoration	: underline;
	color			: blue;
}
