html {font-size: 62.5%;}

span.subtitle {font-weight: bold; font-size: 17px; font-size: 1.75rem;}

span.title {font-size: 20px; font-size: 2.0rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#003366; text-transform:uppercase;}

.purple-button {
    color: #ffffff;
    background-color: #624762;
    border-color: #624762;
    background-image: none !important;
	text-transform: uppercase !important;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 12px;
  cursor: pointer;   
}

.brown-button {
    color: #ffffff;
    background-color: #b27542;
    border-color: #b27542;
    background-image: none !important;
	text-transform: uppercase !important;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 12px;
  cursor: pointer;   
}

.orange-button {
    color: #ffffff;
    background-color: #f1823b;
    border-color: #f1823b;
    background-image: none !important;
	text-transform: uppercase !important;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 12px;
  cursor: pointer;   
}

body {font-size: 16px; font-size: 1.6rem; font-family: 'Roboto Condensed', sans-serif; line-height: 150%; color:#333333; text-decoration: none; font-weight:300;}

small {font-size: 12px; font-size: 1.1rem;}

big {font-size: 20px; font-size: 2.0rem;}

h1 {font-size: 20px; font-size: 2.0rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#003366; text-transform:uppercase;}
h1.pagetitle {color:#003366;}
h2 {font-size: 17px; font-size: 1.7rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#33ccff;}

h3 {font-size: 17px; font-size: 1.7rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#666666;}

h4 {font-size: 15px; font-size: 1.5rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#006caf;}

h5 {font-size: 15px; font-size: 1.5rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#333333;}

h6 {font-size: 11px; font-size: 1.1rem; font-weight: 400; line-height: 110%; color:#666666;}

p {margin: 0 0 20px 0; padding: 0;}

a,a:link,a:active,a:visited {text-decoration: none; color:#006caf;}
	
a:hover {text-decoration: underline; color: #33ccff;}

div#content a {text-decoration: none;}

b, strong {font-weight: bold;}

i, em {font-style: italic;}

u {text-decoration: underline;}

del, strike {text-decoration: line-through;}

sub {vertical-align: sub; font-size: smaller;}

sup {vertical-align: super; font-size: smaller;}

address {font-style: italic;	}

pre {font-family: monospace;}

