@charset "utf-8";
* {
margin: 0;
padding: 0;
}
body {
	background-color: #000000;
}

img {
	border: none;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.information p {
	color: #fff;
	font-family: Lucida sans, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 10px;
}

.information {
	border-top: solid 2px #e61a2e;
	border-bottom: solid 2px #e61a2e;
	border-left: solid 2px #e61a2e;
}

.infonoborder p {
	color: #fff;
	font-family: Lucida sans, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 10px;
}

.images {
	background: url(images/image_bg.gif) top left no-repeat;
}

.images_top {
	border-top: solid 2px #e61a2e;
	border-left: solid 2px #e61a2e;
	border-right: solid 2px #e61a2e;
}

.images_middle {
	border-left: solid 2px #e61a2e;
	border-right: solid 2px #e61a2e;
}

.images_middle img {
	padding: 0 15px;
	text-align: center;
}

.images_bottom {
	border-left: solid 2px #e61a2e;
	border-right: solid 2px #e61a2e;
	border-bottom: solid 2px #e61a2e;
}
