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

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #BEC7CD;
}
.style1 {
	font-family: Georgia;
	font-size: 40px;
	font-style: italic;
}
.style2 {
	font-family: Georgia;
	font-size: 22px;
	font-style: italic;
}
.style3 {
	font-size: 9px;
	font-family: Georgia;
}
.style4 {
	font-family: Georgia;
	font-size: 16px;
	color: #666666;
}
.style5 {
	font-size: 12px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style5_Italic {
	font-size: 12px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: underline;
}

.style6 {
	color: #7D9293
}



a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #899096;
}
a:active {
	text-decoration: none;
}
.floatright {
    float: right; 
    margin: 4px;
}
