﻿.header-left-letter {
	position: relative;
	width: 200px;
	float: left;
	height: 25px;
	padding-top: 2px;
	padding-left: 45px;
	font-size: x-large;
}
.font-small {
	font-size: small;
	font-weight: bold;
}
.header-container {
	position: relative;
	background-image: url('../images/Table-Back.jpg');
	background-repeat: repeat-x;
	width: 90%;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	padding-bottom: 4px;
	padding-top: 4px;
	white-space: nowrap;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-left {
	position: relative;
	width: 225px;
	float: left;
	height: 25px;
	padding-top: 2px;
	padding-left: 4px;
	font-size: large;
	white-space: nowrap;
}
.header-right {
	position: relative;
	width: 225px;
	float: left;
	height: 25px;
	font-size: small;
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
	padding-top: 4px;
}
.header-right a {
	color: #000000;
	text-decoration: none;
}
.header-right a:link {
	color: #000000;
	text-decoration: none;
}
.header-right a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.header-right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.header-right a:visited {
	color: #000000;
}
.header-left-large {
	position: relative;
	width: 225px;
	float: left;
	padding-left: 4px;
	font-size: large;
	padding-top: 5px;
}
