/* CSS Document */
html {
      margin:0px;
	  font-family: Arial;
	}
BODY {
    background-position:top;
	margin:0px;
}
	
h1 { margin:0px; font-size:16px; font-weight:normal;}
h2 { margin:0px; font-size:16px; font-weight:normal;}
h3 { margin:0px; font-size:16px; font-weight:normal;}

img {border:0px;}

td { vertical-align:top;}
table {border-collapse:collapse;}

p {
    font-family: Arial;
    font-size:12px;
	margin:0px 0px 10px 0px;
}	

.italic, .italic a:link{font-style:italic;}
.bold, .bold a:link{font-weight:bold;}
.inline{ display:inline;}
.center{text-align:center;}
.left{text-align:left;}
.block{display:block;}

.float_left{float:left;}
.float_right{float:right;}
.clear {clear:both;}
.pos_absolute{position:absolute;}

.f10, .f10 a:link, .f10 a:visited, .f10 a:hover {font-size:10px!important;}
.f11, .f11 a:link, .f11 a:visited, .f11 a:hover {font-size:11px!important;}
.f12, .f12 a:link, .f12 a:visited, .f12 a:hover {font-size:12px!important;}
.f13, .f13 a:link, .f13 a:visited, .f13 a:hover {font-size:12px!important;}

.pad_5{padding:5px;}
.pad_10{padding:10px;}
.pad_0_10{padding:0px 10px;}
.pad_top_10{padding-top:10px;}
.pad_top_20{padding-top:20px;}

.mrg_t_5{margin-top:5px;}
.mrg_t_10{margin-top:10px;}
.mrg_t_15{margin-top:15px;}
.mrg_t_20{margin-top:20px;}
.mrg_r_5{margin-right:5px;}
.mrg_r_10{margin-right:10px;}
.mrg_b_5{margin-bottom:5px;}
.mrg_b_10{margin-bottom:10px;}
.mrg_l_5{margin-left:5px;}
.mrg_l_10{margin-left:10px;}

.w50{width:50px;}
.w570 {width:570px;}


.h260 {height:260px;}

.d_blue {color:#444f55;}
.gray {color:#b0b0b0;}

.blue_link a:link{color:#0081c0; font-weight: bold; text-decoration: none;}
.blue_link a:hover{color:#0081c0; font-weight: bold; text-decoration: underline;}
.blue_link a:visited{color:#0081c0; font-weight: bold; text-decoration: none;}

.header{background:#ebebeb; border:1px solid #c3c3c3; border-top:0px; height:59px;}
.item{height:47px; border-bottom:1px solid #c3c3c3;}
.item:hover{background:#e5f2f9};
