/* CSS Document */
.style1 {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
}
.style2 {
	color: #b1e0fe;
	font-weight: bold;
}
.style3 {color: #b1e0fe}
.style4 {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffff67;
}
.style5 {
	font-family: "MS Sans Serif";
	font-size: 11px;
	color: #B1E0FE;
}
a:link {
	color: #B1E0FE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B1E0FE;
}
a:hover {
	text-decoration: underline;
	color: #FFFF67;
}
a:active {
	text-decoration: none;
}

a.y:link {
	color: #FFFF67;
	text-decoration: none;
}
a.y:visited {
	text-decoration: none;
	color: #FFFF67;
}
a.y:hover {
	text-decoration: underline;
	color: #FFFF67;
}
a.y:active {
	text-decoration: none;
}.tit {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF67;
}
.marg {
	padding: 10px;
}
.main {
	background-color: #517186;
	width: 735px;
}
