body {
	color: #4F4F4F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px;
	background-color: White;
}

a, a:active, a:focus, a:link, a:visited {
	color: #4F4F4F;
	text-decoration: none;
}

a:hover {
	color: Gray;
	text-decoration: underline;
}

.head {
	background-image: url(imgs/head_bg.jpg);
	background-repeat: no-repeat;
}

.flash {
	background-repeat: no-repeat;
	margin-top: 5px;
	border-bottom: 1px;
	border-color: #a6a6a6;
}

.main {
	background-image: url(imgs/main_bg.jpg);
	background-repeat: repeat-y;
	background-position:right;
	margin-top: 5px;
	margin-right: 10px;
}

.z {
	background-image: url(imgs/z_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 4px;
}

.textIN {
	padding: 7px;
	text-align: justify;
}

.zIN {
	padding: 3px;
	color: #4F4F4F;
	font-size: 9px;
}

h1 {
	font-size: 11px;
	color: #667990;
	font-weight: bold;
	text-decoration: none;
}

.menu2 a {
	background-color: #a3b5c6;
	color: White;
	display: block;
	padding: 4px;
	width: 142px;
}
.menu2 a:hover {
	background-color: #677d92;
	color: White;
	display: block;
	text-decoration: none;
	padding: 4px;
	width: 142px;
}

.images a, a:hover {
	margin-left: 0px;
}