﻿/* General styles */

body, td, p, div, select, input, textarea { 
	font-family: Segoe UI, Trebuchet MS; font-size: 13px; color: #333333;}

body {
    margin: 0;
    padding: 0;
    min-width: 780px;
    min-height: 630px;
}

a img {border: none;}
a:link, a:active, a:visited {outline: none; color: #4dc1a1; text-decoration: none;}
a:hover {color: #19a150; text-decoration: none;}
a:focus, img, input:focus, div:focus { outline: 0;}

strong {color: #3366cc;}
b {color: #3366cc;}

h1, h2, h3, h4, h5, h6 {font-weight: normal; color: #4dc1a1; font-family: Segoe UI, Trebuchet MS, Arial;}
h1 {font-size: 36px; color: #4dc1a1; margin: 0 20px 20px 20px;}
h2 {font-size: 26px; margin: 20px 0 0 0;}
h2.first {margin-top: 0;}
	
p {text-align: justify; line-height: 22px; margin: 5px 0 10px 0;}
table {border-collapse: collapse;}

.separ {clear: both; width: 100%;}

.Content {}
.Header {display: table-cell; vertical-align: bottom;}
.Footer {text-align: center;}
.Footer img {margin-top: 20px;}
.FooterSmall img {margin-top: 10px;}
.HeaderSmall h1 {color: #4dc1a1; margin: 0 20px 10px 20px;}
