﻿<!--
html {
    overflow-y: scroll;
}
a:hover {
	color: #d4eeff;
	text-decoration: none;
	}
	
a {
    color: #1c4b7a;
    text-decoration: none;
}

.hidden { display: none; }
.unhidden { display: block; }

.title {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	color: #1c4b7a}
.smalltitle {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
	font-size: 24px;
	line-height: 26px;
	color: #1c4b7a}
.smalltitleboldjust {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 800;
	font-size: 24px;
	line-height: 26px;
	color: #1c4b7a}
.smalltitlebold {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 800;
	font-size: 24px;
	line-height: 26px;
	color: #1c4b7a}
.smalltitlejust {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
	font-size: 24px;
	line-height: 26px;
	color: #1c4b7a;
	text-align: left}
.seminorm {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #1c4b7a}		
.norm {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #1c4b7a}
.menutext {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	color: #5dbfff}	
.normjust {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #1c4b7a;
	text-align: left}
textarea,input {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #1c4b7a}
</style>