@charset "utf-8";
a {
	font-size: 12px;
	color: #FFFF00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1 {
	font-size: 18px;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 14px;
	color: #FFFF00;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.style1 {color: #FFFF00}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1E2D5F;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
}
#tableCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #1E2D5F;
	background-position: center;
	text-align: center;
	padding-top: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	border-top-width: medium;
}
body {
	background-color: #1E2D5F;
}
body,td,th {
	color: #FFFFFF;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}

