html, body{
	margin: 0;
	font-family: Arial,Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	height: 100%;
}
a:link {
	color: #2C438F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2C438F;
}
a:hover {
	text-decoration: none;
	color: #01AEF0;
}
.bg-corner a:link, .bg-corner a:visited{
	color: white;
	font-size: 15px;
}
.bg-corner a:hover{
	color: white;
	text-decoration: underline;
}
h1{
	font-size: 18px;
	font-weight: bold;
	color: black;
}
h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: black;
}
.body {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: black;
}
.error{
	font-weight: bold;
	color: #C84215;
}
.bold{
	font-weight: bold;
}
.white{
	color: white;
}
.red{
	color: #C41A7A;
}
hr{
	border-top: 3px dotted black;
	background-color: white;
	color: white;
}
