@charset "utf-8";

/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center;
	color: #ffffff;
	background-attachment: fixed;
}
a:link {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
        color: #d6a9a6;
}
a:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #d6a9a6;
	}
.header {
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	background-image: url(../images/footer.png);
	font-family: Ariel;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
	line-height: 30px;
}
.Buttons {
	background-image: url(../images/button.png);
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #c10d0d;
	line-height: 36px;
}
.textBodyHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}
.texttitle {
	font-family: Arial;
	font-size: 25px;
	color: #d6a9a6;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
}
