.heading1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0B3E70;
	font-variant: normal;
	margin-top: 5px; 
	margin-bottom: 15px
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0B3E70;
	font-style: normal;
	font-variant: normal;
}
.text {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	font-variant: normal;
	text-align: justify;
	margin-top: 5px; 
	margin-bottom: 15px
}
.text2 {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-indent: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-variant: normal;
	text-align: justify;
	margin-top: 5px; 
	margin-bottom: 15px
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}
a.bold:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: underline;
}
a.bold:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
a.bold:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
body {
	margin: 0px;
	background-color: #BCBBBB;
}
input.inputMenu {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	background-color: #E7E7E7;
	border: 1px solid Gray;
	height: 25 px;
	color: Black;
	width: 45px;
	margin: none;
	margin-bottom: 0px;
}
input.inputMenuOver {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	background-color: Gray;
	border: 1px solid Gray;
	height: 25 px;
	color: White;
	width: 45px;
	margin: none;
	margin-bottom: 0px;
}
.inputNormal {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: #E7E7E7;
	border: 1px solid Gray;
	color: Black;
	margin: none;
}
.inputFocus {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: #f3f3f3;
	border: 1px solid Gray;
	color: Black;
	margin: none;
}