/*
xx-small
x-small
small
medium
large
x-large
xx-large
*/

html, .text, body, select, button, a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    line-height: 150%;
}

body {
    padding: 0;
    background: #ffffff;
}

p {
    margin: 0.67em 0;
    padding: 0;
}

div {
	margin: 0;
    padding: 0;
}

span {
	margin: 0;
    padding: 0;
}

h1, .title {
    font-size: 1.5em;
    line-height: 150%;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h2, .head {
    font-size: 1.33em;
    line-height: 150%;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h3, .subhead, .subheadbold {
    font-size: 15px;
    line-height: 150%;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h4 {
    font-size: 1.1667em;
    line-height: 150%;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h5 {
    font-size: 1.0833em;
    line-height: 150%;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    line-height: 150%;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

form {
	margin: 0;
    padding: 0;
}

input {
    line-height: 100%;
    font-size: 1em;
}

textarea {
	line-height: 100%;
	font-size: 1em;
}

select {
	line-height: 100%;
	font-size: 1em;
}

img {
	border: none;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

a {
	margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 1em;
}

a:hover {
	text-decoration: underline;
}

a:link {
    color: #045993;
}

a:visited {
    color: #008BCC;
}

table {
	border-collapse: collapse;
	margin: 0;
    padding: 0;
}

tr {
	border-collapse: collapse;
	margin: 0;
    padding: 0;
}

td {
	border-collapse: collapse;
	margin: 0;
    padding: 0;
    font-size: 12px;
}

th {
	border-collapse: collapse;
	margin: 0;
    padding: 0;
    font-size: 12px;
}

ul {
    margin: 0;
}

ul.noindent {
    list-style-type: none;
    padding-left: 0;
}

li {

}

strong, b, .bold, .textbold {
	font-weight: bold;

}

.heading {
    font-weight: bold;
    font-size: 1.0833em;
}

em, .emph {
	font-weight: bold;
	color: #0054a0;
}

.smalltextbold {
    font-size: 10px;
    line-height: 120%;
    font-weight: bold;
}

small, .small, .smalltext {
	font-size: 10px;
	line-height: 120%;
}

.textboldreverse {
    font-weight: bold;
    color: #FFFFFF;
}

.smalltextreverse {
    font-size: 10px;
    line-height: 120%;
    color: #FFFFFF;
}

.reverse {
    color: #FFFFFF;
}

input .small {
	font-size: 10px;
	line-height: 100%;
}

/* google tracking pixel fix */
iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}