html, body {
	background-color: #E6E9EE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#container-page {
	width: 100%;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
#container-content {
	padding-bottom: 12px;
}
#container-foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 12px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF4900;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EE3800;
	font-size: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #020167;
	font-size: 16px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #020167;
}

.info {
	font-size: 10px;
	font-weight: bold;
}
a, a:visited {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.tinfo {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #05076C;
}


.tinfo td {
	background-color: #6E7F9D;
}
.error {
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFF00;
	border: thin dashed #FF0000;
}
.lighttable {
	background-color: #3399FF;
	font-size: 1.1em;
	color: #FFFFFF;
	padding: 1px;
	border: 0px;
}
.lighttable th {
	background-color: #FF3300;
	font-size: 1.1em;
	padding: 3px;
	color: #FFFFFF;
}
.lighttable td {
	background-color: #020167;
	font-size: 1.1em;
	padding: 3px;
	color: #FFFFFF;
}
li {
	padding-bottom: 6px;
}
.blue {
	color: #E6E9EE;
}

