@charset "utf-8";
/* CSS Document */


.btn
{
font-family:"tw Cen MT";
height:27px;
width:162px;
moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
/*border: 2px solid #5edef7;*/
/*border-width: 0 4px 0 4px;*/
border-style:solid;
border-color:#F0EEE4;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5edef7', endColorstr='#38a8be'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#5edef7), to(#38a8be)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #5edef7,  #38a8be); /* for firefox 3.6+ */ 
margin:-13px 0 13px 0;
color:#FFFFFF;
text-align:center;
}
h3
{
 font-family: "tw Cen MT";
 color: #ED8E3A;
 font-weight:lighter;
 font-size:20px;

}
h1
{
 font-family: "tw Cen MT";
 color: #405c94;
 font-weight:lighter;
 font-size:24px;

}

h2
{
 font-family: "tw Cen MT";
 color: #ED8E3A;
 font-weight:lighter;
 font-size:30px;

}

h4
{
 font-family: "tw Cen MT";
 color: #ED8E3A;
 font-weight:lighter;
 line-height:0px;
 font-size:14px;
}
h5
{
 font-family: "tw Cen MT";
 color: #405c94;
 font-size:18px;
 font-weight:lighter;

}
h6
{
 font-family: "tw Cen MT";
 color: #ffffff;
 font-size:16px;
 font-weight:normal;
 text-decoration:none;

}
p,li
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color: #405c94;
 font-size:14px;
}

a:link, a:visited, a:hover{
text-decoration:none;
font-size:16;
font-family: "tw Cen MT";
}

