@charset "UTF-8";

/* Handy font size definitions 
font-size: .833em;   12px x .833   = 10px 
font-size: .917em;   12px x .917   = 11px 
font-size: 1em;      12px x 1      = 12px 
font-size: 1.083em   12px x 1.083  = 13px 
font-size: 1.167em;  12px x 1.167  = 14px
font-size: 1.25em;   12px x 1.125  = 15px
font-size: 1.417em;  12px x 1.417  = 17px
font-size: 2em;      12px x 2    = 24px
*/

/******** DEFAULT HTML ELEMENT STYLING **********/
body {
	font-size: 12px;
    color: #222;
	background: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 18px;
    margin: 0px;
}


a:link, a:visited {
  color: #10628D;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  outline: none;
  text-decoration: underline;
  color: #269ABC;
}

/*
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}


h1 {
  margin: .5em 0;
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 2.5em;
  color: #000;
  font-weight: normal;
  line-height: 1.2em;
}

h2 {
  font-size: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif; 
  letter-spacing: .05em;
  font-style: italic;
  letter-spacing: -0.02em;
  margin: 0 0 10px 0;
  color: #000;
  padding: 1em 0 .5em 0;
  border-bottom: dotted 1px #a8a8a8;
}

h2:after { 
  content: "  »";
  font-style: normal;
  color: #760c29;
  
  }



h2 a:link, h2 a:visited  { 
}

h2 a:link, h3 a:active, h3 a:visited { 
  color: #000;
}

h2 a:hover { 
  text-decoration: none; 
}

h3 {
  font-size: 1.083em;
  margin: 25px 0 6px 0;
  color: #000;
}
*/

h1,h2,h3,h4,h5,h6 { font-family: "klavika-web", Verdana, Helvetica, Arial, sans-serif; font-weight: 600; color: #00386C; margin-top: 0px; text-shadow: 0 1px 0 #FFFFFF; }

h1 { font-size: 2em; line-height: 1.3em; margin-bottom: 0.6em; padding-bottom: 0.4em; }
h2 { font-size: 1.75em; margin-bottom: 0.6em; padding-bottom: 0.4em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.6em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 0.8em; font-weight: bold; }

p {
  font-size: 12px;
  margin: 0 0 1.5em 0;
	line-height: 1.8em;
}

td {
	font-size: 12px;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #e6e6e6;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  outline: none;
}

dl {
  margin: .5em 0 1em;
  padding: 0;
}
dl dd {
  margin: 0 0 .5em 1.5em;
}

ol, ul {
  margin: 12px 5px;
  padding: 0 0 0 5px;
}

ul li, ol li {
  list-style-position: inside;
  padding: 0;
  margin: 5px 0 10px 0;
	line-height: 1.8em;
}

label {
  font-weight: bold; 
  margin: 5px 0 0 0;
  font-size: 1em;
  color: #333;
  font-family: Arial, sans-serif, helvetica;
}

input, select {margin: 5px 0;}


