﻿.smallUnderline {
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
.hyperLink {
	text-decoration: none;
	list-style-type: none;
	font-family: "Segoe UI", "times new roman", times, serif;
	color: #000000;
}
#body {
}
#container {
	background-image: url('../images/backgroundTan.jpg');
	width: 955px;
	height: 600px;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #535353;
	border: thin solid #FFFFFF;
}
#navagationLocation {
	font-family: "Segoe UI", "times new roman", times, serif;
	font-size: small;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 15px;
	color: #000000;
	vertical-align: top;
}
#head {
	font-size: x-large;
	font-family: "Segoe UI", "times new roman", times, serif;
	padding: 5px;
	color: #000000;
	border-style: none;
	border-width: thin;
	border-color: #FFFFFF;
	text-align: center;
}
.content {
	border-style: solid none solid none;
	border-width: thin;
	border-color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	font-size: small;
	font-family: "Segoe UI", "times new roman", times, serif;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
.navagation {
	text-align: center;
	padding-right: 5px;
	font-family: "Segoe UI", "times new roman", times, serif;
	font-size: medium;
	border-style: solid solid solid none;
	border-width: thin;
	border-color: #FFFFFF;
	width: 200px;
	text-decoration: none;
	text-transform: none;
	list-style-type: none;
}
.segoeMedium {
	text-align: center;
	font-family: "Segoe UI", "times new roman", times, serif;
	font-size: medium;
}
.SegoeSmall {
	font-size: small;
	font-family: "Segoe UI", "times new roman", times, serif;
}
.segoeLarge {
	text-align: center;
	font-family: "Segoe UI", "times new roman", times, serif;
	font-size: large;
}


