

 body { background-color: #0d1354 }
 td.top { font-size : 32pt; font-weight : bold; font-style : italic; color : #808080 }
 td.h1 { font-size : 20pt; font-weight : bold; color : #ffffff }
 tr.h1 { font-size : 20pt; font-weight : bold; color : #ffffff }
 td.txt { font-size : 12pt; font-weight : bold; color : #ffffff }
 td.warn { font-size : 12pt; font-weight : bold; color : #FF0000 }
 td.mTitle { font-size : 16pt; font-weight : bold; text-align : center; 
         vertical-align : middle; color : #000080}
 td.mHead { font-size : 14pt; font-weight : bold; color : #ffffff; 
            text-align : left; vertical-align : middle }
 td.pagename { font-size : 12pt; font-weight : bold; text-align : right; color : #ff0000 } 
 .styled { 
  border: 0; 
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  border-radius: 0px;
  background-color: #ED2939;
}
 button { background-color : #ffffff; color : white; padding : 10px 15px; boarder : none; boarder-radius : 5px; cursor : pointer;}
 A.mItem  { font-size : 12pt; vertical-align : middle; 
            font-weight : bold; color : #000080 }

 INPUT.button {background-color: #04AA6D; color: #04AAA6D; font-family: Times; font-size: 12pt; font-weight: bold}
 INPUT.warn {color: #FF0000; font-family: Times; font-size: 12pt; font-weight: bold}
 
 P.help {font-family: Times; font-size: 12pt; text-align: left}
 
 SPAN.option {font-family: Times; font-size: 10pt }
 SPAN.parm {font-family: Times; font-size: 8pt }

 DIV.cent {text-align: center}
 SPAN.cent {text-align: center}
 P.cent {text-align: center}
td.container {color: #ffffff; font-family: Times; font-size: 12pt; font-weight: bold}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.container:hover input ~ .checkmark {
  background-color: #ccc;
}

.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
 
