@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.MenuTitle {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #919191;
}
.FooterTitle {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #1F3A4F;
}
.PageTitle {
	font-family: Tahoma;
	font-size: x-large;
	color: #1F3A4F;
	font-weight: bold;
}
.LineColor {
	color: #1F3A4F;
}
.Details {
	font-family: Tahoma;
	font-size: small;
	color: #666666;
}
.LinkColor {
	font-family: Tahoma;
	font-size: small;
	color: #1F3A4F;
	font-weight: bold;
}
.HeadLines {
	font-family: Tahoma;
	font-size: medium;
	color: #1F3A4F;
	font-weight: bold;
}
.BoxBorder {
	border: 1px solid #1F3A4F;
}
.TextButtonBorder {
	border: 1px solid #000066;
}
