@charset "utf-8";
/* CSS Document */

body {
	background-image: url(Images/template/Background.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center bottom; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,textarea,input, td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2E318D;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2E318D;
}
.Text-White-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
}
.Text-White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #ffffff;
}
.Text-Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2E318D;
}
a:link {
	color: #E81C25;
	text-decoration: none;
}
a:visited {
	color: #E81C25;
	text-decoration: none;
}
a:hover {
	color: #454EC4;
	text-decoration: none;
}
a:active {
	color: #E81C25;
	text-decoration: none;
}

a.white-link:link {
	color: #ffffff;
	text-decoration: none;
}
a.white-link:visited {
	color: #ffffff;
	text-decoration: none;
}
a.white-link:hover {
	color: #2E318D;
	text-decoration: none;
}
a.white-link:active {
	color: #ffffff;
	text-decoration: none;
}
