@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: EurostileFont;
 src: url("../font/Eurostile.eot") /* EOT file for IE */
}
@font-face {
 font-family: EurostileFont;
 src: url("../font/Eurostile.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: EurostileBoldFont;
 src: url("../font/Eurostile_Bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: EurostileBoldFont;
 src: url("../font/Eurostile_Bold.ttf") /* TTF file for CSS3 browsers */
}
html,body
{
	width:100%;
	height:100%;
}
body
{
margin:0px;
padding:0px;

}
body
{
/*font-family:Arial, Helvetica, sans-serif;*/
font-family:EurostileFont, Arial, Helvetica, sans-serif;
_font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
b
{
font-family:EurostileBoldFont, Arial, Helvetica, sans-serif;
	_font-family:Arial, Helvetica, sans-serif;
}
a
{
color:#000000;
text-decoration:none;

}
a img
{
border:none;


}
form{
padding:0px;
margin:0px;
}
.errInput
{
border:1px solid #FF0000 !important;
background-color:#FFCCCC !important; 

}