@charset "utf-8";
/* CSS Document */


/********************************************************



********************************************************/


html{
 font-size:62.5%;
 overflow-y:scroll;
}

img, div, input {
 behavior: url("/js/iepngfix.htc");
}

h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, dl, address, form {
 margin: 0;
 padding: 0;
 vertical-align:baseline;
 text-decoration:none;
 font-style:normal;
 font-weight:normal;
}

table, th, td {
 border-style: none;
 margin: 0;
 padding: 0;
}

td{
 font-size:120%; !important
}

ul, ol{
 list-style:none;
}

img{
 vertical-align:bottom;
 border:0;
 margin:0;
 padding:0;
}

img.imgBlock{
 display:block;
}

strong{
 font-weight:bold;
}

optgroup {
 font-style:normal;
}


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

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



body{
 margin:0;
 padding:0;
 line-height:1.6;
 font-family: sans-serif;
 text-align:center;
 background-image:url(/images/bg_body.jpg);
 background-repeat:repeat-x;
 background-color:#EAEEF9;
}

body.spring{
 margin:0;
 padding:0;
 line-height:1.6;
 font-family: sans-serif;
 text-align:center;
 background-image:url(/img/bg_body2.jpg);
 background-repeat:repeat-x;
 background-color:#FFEEF4;
}

p{
 margin:0 0 1em 0;
}


a:link{
 color:#3A66AB;
 text-decoration:underline;
}

a:visited{
 color:#3A66AB;
 text-decoration:underline;
}

a:hover{
 text-decoration:none;
} 

a:active{
 color:#3A66AB;
 text-decoration:underline;
}


img.border{
 border:1px solid #cccccc;
}

img.float-left{
 float:left;
 margin:5px 10px 15px 0;
}

img.float-right{
 float:right;
 margin:5px 0 15px 10px;
}



img.pngfix, 
div.pngfix{ 
behavior: url("/js/iepngfix.htc") 
}




