a:link {
  color: #0C1BAB;
  text-decoration: underline;
}

a:visited {
  color: #0C1BAB;
  text-decoration: underline;
}

a:active {
  color: #0C1BAB;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

p,table,td,tr {
	font-size: 14pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
	color: #000000;
	background: #0C1BAB;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.small {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

.formboxes{
  background-color: #ffffff;
  	font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #000000;
  font-size: 14pt;
}
.buttons {
	background-color: #0C1BAB;
	color: #ffffff;
	font-size: 12pt;
  	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C1BAB;
	border-right-color: #0C1BAB;
	border-bottom-color: #19338F;
	border-left-color: #19338F;
	font-weight: bold;
}