﻿body {
	font-family: Tahoma, Geneva, sans-serif;
}

.Header {
	color: #7092d4;
	font-weight: 700;
	margin-top: 5px;
}

hr.Dashes {
	margin-top: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
	border: none;
	height: 6px;
	background-image: url('../../Resources/Dash.png');
}

hr.Dots {
	margin-top: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
	border: none;
	height: 6px;
	background-image: url('../../Resources/Dot.png');
}

.InputButton {
	margin-left: 2px;
	margin-right: 1px;
	margin-top: 2px;
	margin-bottom: 3px;
	display: inline-block;
}

.LinkButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: orangered;
	margin-right: 10px;
}

.Buttons {
	margin-right: 1px;
	margin-bottom: 4px;
	display: inline-block;
}

.Inline{
	display: inline-block;
}

.FN70 {
	font-weight: 700;
	border-bottom: dotted 1px lightgrey;
	height: 25px;
	width: 70px;
}

.FN150 {
	font-weight: 700;
	border-bottom: dotted 1px lightgrey;
	height: 25px;
	width: 150px;
}

.FV170 {
	border-bottom: dotted 1px lightgrey;
	height: 25px;
	width: 170px;
}

.FV270 {
	border-bottom: dotted 1px lightgrey;
	height: 25px;
	width: 270px;
}

.FV520 {
	border-bottom: dotted 1px lightgrey;
	height: 25px;
	width: 520px;
}
