@font-face {
    font-family: Isadora Cyr;
    src: url(../fonts/isadoracyr.ttf);
}

@font-face {
    font-family: Open Sans;
    src: url(../font/OpenSans.eot) format('embedded-opentype'), 
	url(../fonts/OpenSans.woff) format('woff'), 
	url(../fonts/OpenSans.ttf) format('truetype');
}

@font-face {
    font-family: Open Sans Light;
    src: url(../font/OpenSansLight.eot) format('embedded-opentype'), 
	url(../fonts/OpenSansLight.woff) format('woff'), 
	url(../fonts/OpenSansLight.ttf) format('truetype');
}

@font-face {
    font-family: Raleway;
    src: url(../font/RalewayRegular.eot) format('embedded-opentype'), 
	url(../fonts/RalewayRegular.woff) format('woff'), 
	url(../fonts/RalewayRegular.ttf) format('truetype');
}


a:focus{}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
h1{
  text-align: center;
  color: #1a1d58;
  font-size: 28px;
  font-family: 'Isadora Cyr';
  margin-bottom: 10px;
  font-weight: normal;
}
h2{  
  clear: both;
  margin: 20px 0;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  color: #1a1d58;
}
h3{
  font-family: Open Sans Light;
  color: #4F5177;
  font-size: 14px;
  font-weight: bold;
}
p{
  font-family: Open Sans Light;
  color: #4F5177;
  font-size: 14px;
  font-weight: bold;
}
strong {
  font-weight: bold;
  font-family: Open Sans;
  color: #1a1d58;
}
h4{font-size:19px}
h5{font-size:17px}
h6{font-size:15px}
ol{list-style:decimal}
ul{list-style:disc}
li{margin-left:30px}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:0px}