@charset "utf-8";
body {
	background-color: #000000;
	text-align: center;
}

img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Logo {
	margin-right: 5px;
}

#Layout {
	background-color: #000000;
}
#Title {
	text-align: left;
	vertical-align: bottom;
	font-size: 42px;
	padding: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ED2427;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
}
#LayoutBlack {
	background-color: #000000;
}
#Left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ED2427;
	background-color: #FFFFFF;
}
#Right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ED2427;
	background-color: #FFFFFF;
}
#Bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ED2427;
	background-color: #FFFFFF;
}
#Top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ED2427;
	background-color: #FFFFFF;
}
#FillBlack {
	background-color: #000000;
}
#FillWhite {
	background-color: #FFFFFF;
}

#Navigation {
	background-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ED2427;
	text-align: center;
	padding-right: 2px;
}
#Navigation a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#Navigation a:hover {
	color: #ED2427;
}
#Text {
	background-color: #FFFFFF;
}

#Text p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
#Text a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ED2427;
}

#Text h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#Text  h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	color: #ED2427;
}


#Menu {
	background-color: #FFFFFF;
	padding: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ED2427;
	border-left-color: #ED2427;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
}
#Menu a {
	color: #ED2427;
}

