﻿.TextDefault {
	font-family: "Arial Black";
	color: #FFFFFF;
}
.TextDefaultCenter {
	font-family: "Arial Black";
	text-align: center;
	color: #FFFFFF;
}
.TextDefaultCenterUL {
	font-family: "Arial Black";
	text-align: center;
	color: #FFFFFF;
	text-decoration: underline;
}
.TextDefaultHighlightUL {
	font-family: "Arial Black";
	color: #FFFF00;
	text-decoration: underline;
}
.TextDefaultHighlight {
	font-family: "Arial Black";
	color: #FFFF00;
}
.TextHeadline {
	font-family: "Arial Black";
	font-size: x-large;
	color: #FFFFFF;
}

.TextComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
}

.TextNameComment {
	font-family: "Arial Black";
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #1D417F;
}

.LogoCenter {
	text-align: center;
}

.TextHeadlineCenter {
	font-family: "Arial Black";
	font-size: x-large;
	text-align: center;
	color: #FFFFFF;
}

.TextHeadlineCenterYell {
	font-family: "Arial Black";
	font-size: x-large;
	text-align: center;
	color: #FFFF00;
}

.TextHeadlineUL {
	font-family: "Arial Black";
	font-size: x-large;
	text-align: center;
	color: #FFFFFF;
	text-decoration: underline;
}


.Buttons {
	padding: 0px 0px 10px 0px;
	text-align: center;
}

body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #16365D;
}

#left {
	position: absolute;
	left: 0px;
	padding: 0px;
	top: 0px;
	width: 130px;
	height: 100%;
}

#center {
	margin-left: 130px;
	padding: 10px;
	margin-right: 130px;
	top: 0px;
	height: 100%;
	background-color: #16365D;
}

#right {
	position: absolute;
	right: 0px;
	padding: 0px;
	top: 0px;
	width: 130px;
	height:100%;
}


