﻿/* Structure Classes 
*********************/
body { 
  margin: 0;
  background-color: #ffffff;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a, a:visited, a:link, a:hover, a:active {
    color: #047DD2;
    outline: none;
    outline-width: 0 !important;
	cursor: pointer;
}

a:hover > * {
	text-decoration: inherit;
}

hr {
	border-top: 1px solid #ACACAC;
}

ul {
    width: auto;
}

img {
	border: 0 none;
}

label {
	cursor: auto;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

legend {
	border: 0 none;
    margin: 0;
    padding: 0;
    width: auto;
	font-size: 17.5px;
    font-weight: bold;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: bold;
}

table td, table th { 
	padding: 0;
	text-align: left;
}
