@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/flowers_white_back.gif);
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	font-size: 12px;
	text-align:left;
}
.style2 {
	font-size: 12px;
	text-align:center;
}
.style3 {
	font-size: 12px;
	text-align:justify;
}
#bodyer {
	padding-right: 12px;
	padding-left: 12px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -6px;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
#pagetitle {
	text-align: center;
}
#footer {
	text-align: center;
	padding-top: 12px;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
body, td, th {
	color: #000000;
}
td {
	text-align: center;
}
