﻿.styleHdr {
	font-family: 'Arial';
	font-style: normal;
	font-weight: bold;
	font-size: large;
	color: #0000B5;
}
.stylePgHdr {
	font-family: 'Arial';
	font-size: large;
	font-style: normal;
	font-weight: bold;
	background-color: #D0FFD0;
	color: #000000;
	text-align: center;
	border: thin solid #0000B5;
	margin-right: 20%;
	margin-left: 20%;
}
.styleNormal {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
}
.styleMenu {
	font-family: 'Arial';
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #0000B5;
}
.styleLine {
	color: #00A000;
	background-color: #00A000;
	width: 100%;
	height: 5px;
}
.styleLineSep {
	color: #00A000;
	background-color: #00A000;
	width: 60%;
	height: 5px;
}
.styleCenter {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.styleTbl {
	margin: 1px auto;
	font-family: Arial;
	font-size: medium;
	color: #006600;
	line-height: 100%;
	text-indent: 0px;
}
