/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #ECEDEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
}
.menu {
	color: #266FB3;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
.menu:link {
	color: #266FB3;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
.menu:active {
	color: #BA1116;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
.menu:visited {
	color: #266FB3;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
.menu:hover {
	color: #BA1116;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}

.white {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
.white:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
.white:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
.white:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
.white:hover {
	color: #efefef;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}

.gray {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
.gray:link {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
.gray:active {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
.gray:visited {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
.gray:hover {
	color: #dddddd;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}

.menutable {
	color: #E8E8E8;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
		text-decoration: none;
}
a:link {
	color: #266FB3;
}
a:visited {
	color: #266FB3;
}
a:active {
	color: #266FB3;
}
a:hover {
	color: #BA1116;
	text-decoration: underline;
}
.headline {font-size: 13px}
.headline-red {font-size: 13px; color: #BA0F17}
.table {
	padding: 3px 7px;
	border: 1px solid #CCCCCC;
	background-color: #FCFCFC;
}
