html {
  height:100%;
}
 body {
  margin:0;
  padding:0;
  height:auto !important;
  height:100%;
  min-height:100%;
}

body{
margin:0px;
background-color:#EBEBEB;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
}

body,td,span,font,div{
font-family: Arial, Times New Roman, Times, serif;
font-size: 12px;
color: #333333;
line-height:17px;
}

#top {
height:100%;
min-height:100%;
}

.black12{
font-family: Arial, Times New Roman, Times, serif;
font-size: 12px;
color: #000000;
}
.grey12{
font-family: Arial, Times New Roman, Times, serif;
font-size: 12px;
color: #666666;
}

a.black12_b{
font-family: Arial, Times New Roman, Times, serif;
font-size: 12px;
color: #000000;
text-decoration:none;
display: inline-block;
margin-bottom: 7px;
line-height: 12px;
}
a.black12_b:hover {
	text-decoration: underline;
}
a.grey12_n{
font-family: Arial, Times New Roman, Times, serif;
font-size: 12px;
color: #666666;
text-decoration:none;
display: inline-block;
margin-bottom: 7px;
line-height: 12px;
}
a.grey12_n:hover {
	text-decoration: underline;
}

.form{
background-color: #FFFFFF;
font-family: Arial, Times New Roman, Times, serif;
font-size: 12px;
color: #333333;
border: 1px #333333 solid;
}

.bg_left {
background-image: url(../images/bg_left.gif);
background-repeat: repeat-y;
}
.padding_08_20 { padding-left: 08px; padding-right: 20px;
font-family: Arial, Times New Roman, Times, serif;
font-size: 12px;
color: #000000;
background-repeat: repeat-y;
height: 250px;
_height: 250px;
min-height: 250px;
}
.padding_50_20 { padding-left: 50px; padding-right: 20px;
font-family: Arial, Times New Roman, Times, serif;
font-size: 12px;
color: #666666;
}

.margin_15_15 { margin-left: 15px; margin-right: 15px;  float:left;}
.margin_right_15 { margin-right:15px; }
.margin_left_15 { margin-left:15px; float:right; }

.display_none{ display:none; }
.repeatx{ background-repeat:repeat-x; }
.repeaty{ background-repeat:repeat-y; background-position: left 10px;}
.norepeat{ background-repeat:no-repeat; }
.text_decoration_none{ text-decoration:none; }
.overflow_auto{ overflow:auto; }
.cursor_point{ cursor:point; }
.background_position{ background-position: right top; }
.right{float:right;}
img{border:0px;}

#IMG {
opacity: 1;
}