.inputbox {
	background: #EEF;
	text-align: left;
	font-family: Verdana, Arial,Sans-serif,Cursive;
	color: black;
	font-size: 9pt;
}

.inputbox:focus {
	background:#104E8B;
	color: white;
}

.text {
	color: white;
	font-size:10pt;
	font-family: Verdana, Arial,Sans-serif,Cursive;
	text-align: justify;
	text-decoration: none;
}

.menubg0 {
	color:white;
	background: rgb(40,96,76);
	text-transform:uppercase;
	font-size:8pt;
	font-family: Verdana, Arial,Sans-serif,Cursive;
	text-align: center;
	text-decoration: none;
}

.menubg0nav {
	color: white;
	background: rgb(40,96,76);
	text-transform:uppercase;
	font-size:8pt;
	font-family: Verdana, Arial,Sans-serif,Cursive;
	text-align: left;
}

.text0 {
	color: white;
	background: rgb(40,96,76);
	font-size:8pt;
	font-family: Verdana, Arial,Sans-serif,Cursive;
	text-align: center;
}

.text0main {
	color: black;
	background: white;
	font-size:10pt;
	font-family: Verdana, Arial,Sans-serif,Cursive;
	text-align: center;
	text-align:left;
	font-size:10pt;
}

.menubg1 {
	color:white;
	background: rgb(49,110,164);
	text-transform:uppercase;
	font-size:8pt;
	font-family: Verdana, Arial,Sans-serif,Cursive;
	text-align: center;
	text-decoration: none;
}

.menubg2 {
	color:white;
	background: rgb(85,9,15);
	text-transform:uppercase;
	font-size:8pt;
	font-family: Verdana, Arial,Sans-serif,Cursive;
	text-align: center;
	text-decoration: none;
}

.menubg3 {
	color:white;
	background: rgb(89,87,7);
	text-transform:uppercase;
	font-size:8pt;
	font-family: Verdana, Arial,Sans-serif,Cursive;
	text-align: center;
	text-decoration: none;
}

.menubg4 {
	color:white;
	background: rgb(141,121,103);
	text-transform:uppercase;
	font-size:8pt;
	font-family: Verdana, Arial,Sans-serif,Cursive;
	text-align: center;
	text-decoration: none;
}

.menubg5 {
	color:white;
	background: rgb(0,3,104);
	text-transform:uppercase;
	font-size:8pt;
	font-family: Verdana, Arial,Sans-serif,Cursive;
	text-align: center;
	text-decoration: none;
}

.menubg0:hover,.menubg1:hover,
.menubg2:hover,.menubg3:hover,
.menubg4:hover,.menubg5:hover {
	text-decoration: underline;
}
.href {
	color: white;
	text-decoration: none;
}
.href:hover {
	text-decoration: underline;
}

.imgBorder {
	border-top-width:5px;
	border-top-color:rgb(80,110,110);
	border-top-style:solid;
	border-right-width:5px;
	border-right-color:rgb(182,218,218);
	border-right-style:ridge;
	border-bottom-width:5px;
	border-bottom-color:rgb(182,218,218);
	border-bottom-style:double;
	border-left-width:5px;
	border-left-color:rgb(80,110,110);
	border-left-style:solid;
}

.tblBorder {
	border-top-width:2px;
	border-top-color:rgb(0,0,0);
	border-top-style:solid;
	border-right-width:2px;
	border-right-color:rgb(182,218,218);
	border-right-style:ridge;
	border-bottom-width:2px;
	border-bottom-color:rgb(182,218,218);
	border-bottom-style:double;
	border-left-width:2px;
	border-left-color:rgb(0,0,0);
	border-left-style:solid;
}

.ot {
	text-decoration: underline overline;
}
