body {
	font-family: Arial;
	font-size: 12px; 
	color:#1E3F5A;
  margin: 0px;
}

h1 {
	font-family: Arial;
	font-size: 36px;
	clear: right;
}
h2 {
	font-family: Arial;
	font-size: 24px;
	clear: right;
}
h3 {
	font-family: Arial;
	font-size: 18px;
	clear: right;
}
h4 {
	font-family: Arial;
	font-size: 16px;
	clear: right;
}
h5 {
	font-family: Arial;
	font-size: 14px;
	clear: right;
}
h6 {
	font-family: Arial;
	font-size: 13px;
	clear: right;
}
form {
	margin: 0px 0px 0px 0px;
}

div {
	padding:0px;
	margin:0px;
}


p {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	vertical-align: top;
}


ol {
	text-align: left;
}

p, li {
    line-height: 1.4;
}


td {
	font-family: Arial;
	font-size: 12px;
}

th {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

th.bg {
  background: #f0f0e2;
  color: #354056;
  border: 1px solid #2a2a6b;
  padding-top: 5px;
  padding-bottom: 5px;
}

td.bg {
  background: #ffffff;
  color: #354056;
}

a {
  color: #2a2a6b;
}

a:hover {
  color: #2a66c1;
}

dt {
  font-weight: bold;
}

dd {
}

option  {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    color: #000000; 
    /*border: 1px solid #8492AD;*/
}
textarea {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    color: #000000; 
		display: block;
    /*border: 1px solid #8492AD;*/
}
textarea:focus {
		background: #FFFFDE;
}

input:focus {
	background: #FFFFDE;
}

input[disabled] {
	border: 0px;
}

fieldset {
	background: whitesmoke;
}

.flRight {
    float: right;
    clear: none;        
}
.flLeft {
    float: left;
    clear: none;
}

.clr {
	clear: both;
}

.fakeTable {
    float: left;
    display: block;
    width: 60px;
}

.padRight {
	padding-right: 10px;
}
.padLeft {
	padding-left: 10px;
}
.padded {
    padding: 10px;
}

.noSpace {
  margin: 0px;
  padding: 0px;
}

.verse {
    font-style: italic;
}

.asterisk {
  color: #FF0000;
  font-size: 1.25em;
}

.error {
    color: #FF0000;
    font-weight: bold;
}
.success {
    color: #0000FF;
    font-weight: bold;
}

.tiny {
	font-family: Arial;
	font-size: 9px;
}

.time {
	color: red;
	font-weight: bold;
}

.location {
	color: green;
	font-weight: bold;
}

.function {
	color: #4488cc;
	font-weight: bold;
}

.new_fields {
	background: #eaeeff;
}

.required {
	background: #ffeefe;
}

table {
/*	width: 100%;*/
/*  border: 1px solid black; */
}

.warn {
    color: #FF0000;
}
