body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:10px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1{
	font-size:12px;
	font-weight:bold;
}
.whitebg{
background-color:#FFFFFF;
}
.blueheading{
color:#104f7b;
font-size:16px;
font-weight:600;
}
.blueSubheading{
color:#104f7b;
font-size:14px;
font-weight:600;
}
.whiteheading{
color:#FFFFFF;
font-size:14px;
}
.orangeheading{
color:#f67811;
font-size:16px;
font-weight:600;
}
.orangeSubheading{
color:#f67811;
font-size:14px;
font-weight:600;
}
.orangebg{
background-color:#f67811;
}
.whiteCopy{
color:#FFFFFF;
}

.blueCopy{
color:#104f7b;
}
.orangeCopy{
color:#f67811;
}
.submitStyle{
color:#104f7b;
font-size:10px;
}
.blueCopySmall{
color:#104f7b;
font-size:10px;
}
.blackcopy{
font-size:11px;
}
/* Normal site link states */

a:link {
	color:#F7941D;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}
a:visited {
	color: #F7941D;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}
a:active {
	color: #F7941D;
	text-decoration: none;
	font-size:11p;
	font-weight:mormal;
}
a:hover {
	color: #F7941D;
	text-decoration: none;
	font-size:11px;
	font-weight:mormal;
}

/* forgotten password site link states */

a.forgotten:link {
	color:#FFFFFF;
	text-decoration: none;
	font-size:10px;
	font-weight:normal;
}
a.forgotten:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size:10px;
	font-weight:normal;
}
a.forgotten:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size:10p;
	font-weight:mormal;
}
a.forgotten:hover {
	color: #F7941D;
	text-decoration: none;
	font-size:10px;
	font-weight:mormal;
}