/* CSS Document */
hr{
	margin:6px 0;
	border:none;
	background-color:#999999;
	height:1px;
	border-color:#999999;
}

h1{
	text-decoration:none;
	border-bottom-style:none;
}

body{
	font-size:18px;
}


img{
vertical-align:bottom;
}

.small{
	font-size:10px;
	color:#666666;
}

.ez_small{
	font-size:10px;
	color:#666666;
}

.block{
display:block;
}

.header{
	font-size:14px;
}

.footer{
	background:#E9E1D6;
	font-size:14px;
}

.blue_bg{
	background:#0066CC;
}

.sblue_bg{
	background:#EFF8FE;
display:block;
}

.gray_bg{
	background:#EEEEEE;
}

.gray_td{
	height:1px;
	background:#999999;
}

.blue_td{
	height:1px;
	background:#0066CC;
}