/* IE6 backgroud flicker fixer */
html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
html {overflow-y: scroll;}
body {behavior:url("rel/htc/csshover2.htc")}

html, body {
    border: none;
    margin: 0;
    padding: 0;
    font: 0.8125em Arial, Verdana, sans-serif;
    line-height: 1;
    color: #14283D;
    background: #fff;
    height: 100%;
    width: 100%;
}



/* box model fixer */

.clearfix {zoom:1}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

a img {border: none;}

h1, h2, h3, p {margin:0 0 15px 0; color: #27517B;}
ul, p {line-height: 150%;color: #14283D;font-size: 12px;}

h2 {font-size: 21px;}

hr {
    color: #fff;
    background-color: #fff;
    border: none;
    border-top: 2px dashed #aaa;
    margin: 10px 0;
    height: 1px;
}

form {
    font-size: 12px;
}

.s-gothic {font-family: "MS Gothic", sans-serif}
.s-gothic-12 {font-family: "MS Gothic", sans-serif;font-size:12px;}
.s-gothic-13 {font-family: "MS Gothic", sans-serif;font-size:13px;}
.s-gothic-15 {font-family: "MS Gothic", sans-serif;font-size:15px;}

.s-mincho {font-family: "MS Mincho", serif}
.s-mincho-12 {font-family: "MS Mincho", serif;font-size:12px;}
.s-mincho-13 {font-family: "MS Mincho", serif;font-size:13px;}
.s-mincho-15 {font-family: "MS Mincho", serif;font-size:15px;}

.s-century {font-family: "Century Gothic", sans-serif}
.s-century-12 {font-family: "Century Gothic", sans-serif;font-size:12px;}
.s-century-13 {font-family: "Century Gothic", sans-serif;font-size:13px;}
.s-century-15 {font-family: "Century Gothic", sans-serif;font-size:15px;}
