@charset "utf-8";

a:link {
	color: #0072C5;
	text-decoration: none;
}
a:visited {
	color: #0072C5;
	text-decoration: none;
}
a:hover {
	color: #83BAE3;
	text-decoration: none;
}
a:active {
	color: #0072C5;
	text-decoration: none;
}
.ContactArial {
	font-family: Arial;
	font-size: 12px;
	color: #727272;
	padding: 15px;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
}
h1 {
	font-family: Arial;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	color: #333333;
}
.Tinyarial {
	font-family: Arial;
	font-size: 10px;
	color: #727272;
	padding-bottom: 5px;
}
.smallArial {
	font-family: Arial;
	font-size: 14px;
	color: #727272;
	line-height: 27px;
}
.Bodycopy {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	color: #333333;
}
.TitlePage {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
.Descarial {
	font-family: Arial;
	font-size: 10px;
	color: #666;
}
.DropdownNav {
	font-family: Arial;
	font-size: 10px;
	color: #666;

}
.Popupcopy {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	color: #333333;
}