.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {font-family: Geneva, Arial, Helvetica, sans-serif}
.style3 {font-family: Georgia, "Times New Roman", Times, serif}
.style4 {font-family: "Courier New", Courier, mono}
.style5 {font-size: 14px}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.style7 {font-size: 12px}
.style8 {font-size: 12}
.style9 {font-size: 10px}
.style10 {color: #666666}

body {
	background-color: #EFEFEF;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
object {
	border: 0;
}

p {
	text-align: justify;
}

a:link {
	color: #7F7F7F;
	font-weight: 600;
	text-decoration: none;
}
a:visited {
	color: #7F7F7F;
	font-weight: 600;
	text-decoration: none;	
}
a:active {
	color: #7F7F7F;
	font-weight: 600;
	text-decoration: none;
}

h3.news {
	color: #a2be73;
	text-align: center;
}

.newsbg {
	margin: 1em;
	padding: 1em;
	background-color: #EFEFEF;
}

.center {
	text-align: center;
}

.bgwhite {
        background-color: #FFFFFF;
}

