.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
}
.main {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
}
.medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00086B;
	font-style: normal;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00086B;

}
a.blue:link {
	color: #00086B;
	text-decoration: none;
}
a.blue:hover {
	text-decoration: underline;
}
a.medium:link {
	color: #00086B;
	text-decoration: underline;
}
a.medium:hover {
	color: #00086B;
	text-decoration: none;
}
a.small:link {
	color: #00086B;
	text-decoration: underline;
}
a.small:hover {
	color: #00086B;
	text-decoration: none;
}
.title {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #595999;
	text-indent: 10px;
	display: block;
	padding: 3px 6px 3px 0px;
	width: 100%;
	font-style: normal;
	text-align: center;

}
.heading {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 15px;
	font-weight: bolder;
	color: #F75200;
}
.click {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #F75200;
	display: inline;
	margin-bottom: 10px;
	letter-spacing: 2px;



}
a.heading:link {
	color: #F75200;
	text-decoration: none;
}
a.heading:hover {
	text-decoration: underline;
}
.subheading {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bolder;
	color: #F75200;
}
.majorheading {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight: bolder;
	color: #F75200;
}
.white-heading {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 15px;
	font-weight: bolder;
	color: #FFFFFF;
}
a {
	text-decoration: underline;
	color: #F75200;

}
a:hover {
	text-decoration: none;
}
.nav {
	color: #FFFFFF;
	width: 134 px;
	display:block;
	text-decoration: none;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	text-indent: 0px;
	padding: 4px;
	font-weight: normal;
	letter-spacing: 2px;
	word-spacing: 2px;
	font-style: normal;

}
.nav:hover {
	text-decoration: none;
	background-color: #2DBDFA;

}
.grey {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;

}
.img {
    float: right;
    margin: 0 0 20px 20px;
}
/* Buttons
-------------------------------------------------- */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	height: 64px;
	padding: 0 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 64px;


  letter-spacing: .2rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #bbb;
	cursor: pointer;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;

}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #F75200;
  border-color: #F75200; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #F75200;
  border-color: #F75200; }


html {
    overflow-y: scroll;
}
hr {color: #fff; background-color: #fff; border: 1px dotted #000062; border-style: none none dotted; margin-top: 8px; margin-bottom: 8px;}
