@charset "utf-8";

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	color: #0027C4;
	padding-left: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CE0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
}

p, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
	text-align: left;
	line-height: 21px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a {
	color: #0000DE;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #D60000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #00009F;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #0C0;
	text-decoration: none;
	font-weight: bold;
}
table {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: #76B9E3 5px 5px 6px;
	padding: 15px;
	margin: 0px;
	border: 0px;
	background-color: #C9E9FC;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	background-color: #76B9E3;
}  
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #C9E9FC;
	padding: 5px;
	text-align: left;
	border: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 8px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
