@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	background-position: center top;
}
.bodyBack {
	background-image: url(images/textBack.jpg);
	background-repeat: repeat-y;
}
.menuTr {
	height: 35px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(images/menu/menuBack.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tdUnderline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

