@charset "utf-8";
body {
	background-image: url(images/bg_red.gif);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center center
}

.txt {
	font-family: Tahoma, Arial, Verdana;
	font-size: small;
	color: #000000;
}
.txtLarger1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: medium;
	color: #000000;
}

.link1 {
	font-family: Tahoma, Arial, Verdana;
	color: #000000;
	font-size: small;
	text-decoration: none;
}
.link1:link {
	color: #000000;
}
.link1:hover {
	color: #000000;
	text-decoration: underline;
}
.link1:visited {
	color: #000000;
}
.link2 {
	font-family: Tahoma, Arial, Verdana;
	color: #000000;
	font-size: small;
	text-decoration: none;
}
.link2:link {
	color: #000000;
}
.link2:hover {
	color: #000000;
}
.link2:visited {
	color: #000000;
}

.linkLarge {
	font-family: Tahoma, Arial, Verdana;
	color: #000000;
	font-size: medium;
	text-decoration: none;
}
.linkLarge:link {
	color: #000000;
}
.linkLarge:hover {
	color: #000000;
	text-decoration: underline;
}
.linkLarge:visited {
	color: #000000;
}
.imgborder {
	border: 1px solid #000000;
}
.error {
	color: #FFFFFF;
	background-color: #BC4242;
}

