﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

table {
    border-spacing: 0px;
    border-collapse: separate;
}

td {
    padding: 0px;
}

img {
    display: block;
}

input[type=text] {
    border: 1px solid #2C87C8;
    padding: 2px;
    font-weight: bold;
    font-family: Tahoma;
}

.OrangeButton {
    width: 100px;
    height: 30px;
    font-size: 11pt;

	border: none;
	padding: 5px 15px 5px 15px;

	color: white;
	font-weight: bold;

	background: /*button-d1*/#F3AA20;
	background: -webkit-box-shadow: 0px 0px 3px #999;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	text-shadow: 0 -1px 1px #222;
	text-decoration: none;
}

.HiddenLink {
    display: block;
    overflow: hidden;
    position: absolute;   
    background: transparent;
    text-indent: -9999px; 
}

.sectionHeader {
    font-family: Roboto;
    font-size:   10pt;
    font-weight: bold;
}

.sectionHeader a:link,a:visited, a:hover {
    text-decoration: none;
    color: black;
}

.sectionDetails {
   font-family: 'Roboto', serif;
   font-size: 10pt;
   font-weight: normal;
}

.welcome_header {
    white-space: nowrap;
    text-align: center;
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

div {
    font-family: Roboto;
    font-size: 10pt;
    font-weight: bold;
}

p {
    margin-top: .5em;
    margin-bottom: 1em;
    font-family: Nunito;
    font-size: 8pt;
    font-weight: bold;
}