@import url("fonts/fonts.css");

html,body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size:13px;
    border-style: none;
    border:none;
}


html {
	height: 100%;
}

body {
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: left;
	color: #555555;
	height: 100%;	
    border:none;
}

img {
	border:none;	
}
a,a:link,a:visited,a:active  {
	color: #4b4a4a;
	text-decoration: none;
    font-size:13px;
}
a:hover {
	text-decoration: underline;
	color: #1f466b;
    font-size:13px;
}
input[type=submit],
input[type=reset],
input[type=button]
{
       filter:chroma(color=#000000);
}





* html .AllCont #container {  /* only for Ie7=< */
	height: auto !important;
	height: 100%;
}

.AllCont #container {
	/*width:100%;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px; /* the bottom margin is the negative value of the footer's height */
	text-align: left; /* this overrides the text-align: center on the body element. */
}



.AllCont #header {
  /*  width: 100%;*/
    z-index: 1;
    position:relative;
}



.push{
/*   width:100%;*/
   height: 34px; /* .push must be the same height as .footer */
}

#footer {
 /*  width:100%;*/
   height:25px;
   position:relative;
   text-align:left;
   font-size: 10px;
   font-weight: normal;
}

.clear {
    float: none;
    clear: both;
}



