/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	background-image: url(image/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center center;
	margin:0px;

}

.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.bold a {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.bold a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color:#996600;
	text-decoration: none;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}