html {
	height:100%;
	width:100%;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	font-size:95%;
	font-family:"Proxima Nova",arial;
	margin:0 auto;
	color:#222;
	background:#DEE3E7;
}
p {
    margin: 10px 25px;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    max-width: 630px;
    border-spacing: 0px 0px;
}
p.low-paragraph {
  margin: 5px 25px
}
a,a:active,a:visited {
	color:#E35205
}
a {
	text-decoration:none;
	background-color:transparent
}
a:hover {
	outline:0;
	border:none;
	color:#E35205;
	text-decoration:underline
}
a:active {
    outline: 0;
}
#breadcrumb {
	padding:.5em 0 0 1em;
	font-size:12px
}

hr,img,legend {
	border:0
}
form,legend,th,td {
    border-spacing: 25px 25px;

}
form {
	margin:0
}
.tdpad {
	padding:0px 10px
}
.tdleftpad {
	padding-left: 5px;
}

hr {
	height:1px;
	background:#aaa;
	margin:1em 0;
	color:#aaa;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
hr.lineCenter {
	align-content: center;
	margin:auto
}
h1,h2,h3,h4,h5,h6 {
    color: #555;
    margin: .67em 0;
}
h1 {
	font-size:175%;
	color:#007680
}
h2 {
	font-size:150%
}
h3 {
	font-size:140%
}
h4 {
	font-size:125%
}
h5 {
	font-size:110%
}
h6 {
    font-size: 100%;
}
b,optgroup,strong {
	font-weight:700
}
table {
    border-collapse: collapse;
    border-spacing: 100px 0;
}
main {
	display:block
}
.liveflag {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #d51515;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 0.8em;
    position: relative;
    letter-spacing: 2px;
    cursor: pointer;
}
a.liveflag {
	text-decoration: none;
	color: white!important;
}
a.liveflag:hover {
  background-color: red;
}
