img {
	border: 0;
}

body {
	text-align: center;
	cursor: default;
	color: #03033c;
	background-color: #FFFFFF;
}
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#page {
	margin: 10px auto 0;
	width: 731px;
	background-color: #e9efff;
	background-image: url(./images/all/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a.nius {
	color: #03033c;
	text-decoration: none !important;
}

.center {
	text-align: center;
}
a.txt {
	text-decoration: none;
	color: #03033c;
}
a.txt:hover {
	text-decoration: underline;
	color: #f28211;
}

.red {
	color: red;
}
