﻿@font-face {
	font-family: "Trebuchet MS";
	src: url('../fts/trebuc.ttf');
	}
@font-face {
	font-family: "Trebuchet MS";
	font-weight: bold;
	src: url('../fts/trebucbd.ttf');
	}
@font-face {
	font-family: "Trebuchet MS";
	font-style: oblique;
	src: url('../fts/trebucbi.ttf');
	}
@font-face {
	font-family: "Trebuchet MS";
	font-style: italic;
	src: url('../fts/trebucit.ttf');
	}
body {
	margin: 0px;
	padding: 0px;
	background-color: #006b95;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	}
a {
	text-decoration: underline;
	color: #0f073f;
	}
a:visited {
	text-decoration: underline;
	color: #0f073f;
	}
a:active {
	text-decoration: none;
	color: #4abacc;
	}
a:hover {
	text-decoration: none;
	color: #4abacc;
	}
a.Images {
	text-decoration: none;
	}
a.Images:visited {
	text-decoration: none;
	}
a.Images:active {
	text-decoration: none;
	}
a.Images:hover {
	text-decoration: none;
	}
a.Footer {
	text-decoration: none;
	color: #ffffff;
	}
a.Footer:visited {
	text-decoration: none;
	color: #ffffff;
	}
a.Footer:active {
	text-decoration: underline;
	color: #ffffff;
	}
a.Footer:hover {
	text-decoration: underline;
	color: #ffffff;
	}
a.Email {
	background: url(../img/email.png) no-repeat;
	display: inline-block;
	width: 380px;
	height: 64px;
	}
a.Email:hover {
	padding: 0px;
	margin: 0px;
	background: url(../img/emailhover.png) no-repeat;
	}
a.Phone {
	background: url(../img/phone.png) no-repeat;
	display: inline-block;
	width: 496px;
	height: 64px;
	}
a.Phone:hover {
	background: url(../img/phonehover.png) no-repeat;
	}
img {
	border: 0px;
	max-width: 100%;
	}
h1 {
	padding-bottom: 25px;
	margin: 25px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	color: #4abacc;
	}
h2 {
	padding-bottom: 25px;
	margin: 25px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #0f073f;
	}
h3 {
	padding-bottom: 25px;
	margin: 25px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #4abacc;
	}
h4 {
	padding-bottom: 25px;
	margin: 25px;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	color: #0f073f;
	}
p {
	padding-bottom: 25px;
	margin: 25px;
	font-size: 28px;
	text-align: justify;
	color: #0f073f;
	}
p.Center {
		padding-bottom: 25px;
		margin: 25px;
		font-size: 28px;
		text-align: center;
		color: #0f073f;
		}
p.Copyright {
	padding: 2.5px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	}
.Header {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #006b95;
	text-align: center;
	}
.Menu {
	padding: 0px;
	background-color: #006b95;
	text-align: center;
	}	
.Main {
	background-color: #ffffff;
	text-align: center;
	}
.Footer {
	padding: 0px;
	background-color: #006b95;
	}