
a:link {color: #053C6F }
a:active {color: #053C6F }
a:visited {color: #053C6F }
a:hover {color: red }


a.nav:link {color: #ffffff; font-weight: bold; text-decoration: none; }
a.nav:active {color: #ffffff; font-weight: bold; text-decoration: none; }
a.nav:visited {color: #ffffff; font-weight: bold; text-decoration: none; }
a.nav:hover {color: #DDDEDF; font-weight: bold; text-decoration: none; }


body { 
	margin-left: 1em; 
	margin-right: 1em; 
	margin-top: 1em; 
	margin-bottom: 1em; 
	font-style: normal;
	font-family: arial;
	font-size: 8pt;
}

td {
  background-color: #ffffff;
  font-style: normal;
  font-family: arial;
  font-size: 9pt;
  vertical-align: top;
  
}

input {
	border-width: 1px;
	border-color: #000000;
	background-color: #F3F3F3;
	height: 20px;
	font-style: normal;
    font-family: arial;
    font-size: 9pt;
}

select {
	border-width: 0px;
	border-color: #000000;
	background-color: #F3F3F3;
	height: 20px;
	font-style: normal;
    font-family: arial;
    font-size: 9pt;
}

textarea {
	border-width: 1px;
	border-color: #000000;
	background-color: #F3F3F3;
	font-style: normal;
    font-family: arial;
    font-size: 9pt;
}

.button {
	border-width: 1px;
	border-color: #000000;
	background-color: #DFE2E8;
	font-style: normal;
    font-family: arial;
    font-size: 9pt;
	font-weight: bold;
}

hr {
	size: 1;
	height: 1;
	color: #D9DCE3;
	width: 99%;
}

.small {
  font-style: normal;
  font-family: arial;
  font-size: 8pt;
  margin-top: 5px;
}

.sub {
  color: #808080;
}

.navigation {
  font-style: normal;
  font-family: arial;
  font-size: 8pt;
  color: #ffffff;
  margin-top: 5px;
}


a.red:link {color: red}
a.red:visited {color: red}
a.red:active {color:red}

.title {
  font-style: normal;
  font-family: arial;
  font-size: 11pt;
  color: #D20000;
  font-weight: bold;
  margin-top: 5px;
}

.switch1 {
	background-color: #ffffff;
}

.switch2 {
	background-color: #F1F2F3;
}





