html body {
	margin: 0;
	padding: 0;
}

/*---------------------------------------- Text Formatting ----------------------------------------*/

p {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
table {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
thead {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
td {
	border-color: #211F5F;
}
ol {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
ul {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
h1 {
	text-align: center;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
h4 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
h5 {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

h6 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

/*---------------------------------------- Links ----------------------------------------*/

a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}



/*---------------------------------------- Footer ----------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	bottom: 0;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 0;
	background-color: #2c299f;
}

.Empty
{
}
