body {
	background-color: #001847;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #101724;
	margin: 0px;

}
td, tr {
	font-size: 12px;
	
}
.logoFooter {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #96A1B6;
}
.sideMenu {
	background-color: #F0F3F9;
}
.content {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF4302;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #001847;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
form {
	margin: 0px;
}
a:link {
	color: #085AA5;
	text-decoration: underline;
}
a:active {
	color: #085AA5;
	text-decoration: underline;
}
a:hover {
	color: #085AA5;
	text-decoration: none;
}
a:visited {
	color: #085AA5;
	text-decoration: underline;
}
a:visited:hover {
	color: #085AA5;
	text-decoration: none;
}