@charset "UTF-8";
/* CSS Document */
#body {
	background-color: #7F997F;
	background-image: url("bg.png");
	background-repeat: repeat;
}
h1 {
	color: #FFFFCC;
	font-family: "Bank Gothic", Verdana, Helvetica, "Arial Black", sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-align: center ;
}
h3 {
	color: #FFFF00;
	font-family: Verdana, Helvetica, "Arial Black", sans-serif;
	font-size: 18px ;
	text-align: center;
}
h4 {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", serif;
	font-size: 16px;
	line-height: 22px ;
	font-weight: bold ;
}
p {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", serif;
	font-size: 16px;
	line-height: 22px ;
	text-align: justify ;
}
img {
	border: 1px solid black;
}
table {
	width: 100%;
	cellpadding: 2;
	text-align: center;
}
table td {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", serif;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
}
h3 a:link {
	color: #FFFF00 ;
	text-decoration: none ;
}
h3 a:visited {
	color: #E8E860 ;
	text-decoration: none ;
}
.centre {
	text-align: center;
}
.fl {
	float: left;
}
