span.subtitle {
  font-weight: bold; font-size: 17px;
}

span.title {
  font-size: 20px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color: #777; text-transform:uppercase;
}

body {
  font-size: 16px; line-height: 150%; color:#000; text-decoration: none; font-weight:300;
}

small {
  font-size: 12px;
}

big {
  font-size: 20px; 
}

h1 {
  font-size: 20px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#777; text-transform:uppercase;
}

h2 {
  font-size: 17px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#777;
}

h3 {
  font-size: 17px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#777;
}

h4 {
  font-size: 15px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#777;
}

h5 {
  font-size: 15px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#777;
}

h6 {
  font-size: 11px; font-weight: 400; line-height: 110%; color:#777;
}

p {
  margin: 0 0 20px 0; padding: 0;
}

a,a:link,a:active,a:visited {
  text-decoration: none; color:#3AADEE;
}
	
a:hover {
  text-decoration: underline; color: #3AADEE;
}

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;
}

.btn-link {
  color: #3AADEE;
}
.btn-link:hover {
  color: #3AADEE;
}

.btn-primary {
  background-color: #3AADEE;
}
.btn-primary:hover {
  background-color: #3AADEE;
}