body {
	background-image: url(../top_bootom/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	color: #000000;
	font-weight: bold;
}
.style4 {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
.style6 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
a {

	text-decoration : none;
	color :  #0000FF;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #9932CC;
	text-decoration: underline;
	font-weight : bold;
}


a:active {
	color: #0000FF;
	text-decoration: none;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	list-style-position: inherit;
	list-style-type: square;
	font-style: normal;
}