body{
	margin-top:0px;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
hr{
	color:#676767;
	margin-left:10px;
}


.a1{
	color: #4494C3;
	font-size: 11px;
	font-family: tahoma;
}
.pointer{
	cursor:pointer;
}
.input_small{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #676767;
}
.input_small2{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #676767;
}
.caption_white{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.caption_gray{
	color: #676767;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.caption_black{
	color: #343434;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.caption_green{
	color: #389400;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.caption_orange{
	color: #FF6600;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.alert_blue{
	color: #77CFFF;
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
}
.alert_orange{
	color: #FF6600;
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
}
.caption_alert{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.content_gray{
	color: #676767;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
}
.content_orange{
	color: #FF6600;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
}
.content_black{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.block{
	padding:3px;
}
.block2{
	padding-left:10px;
}
.block3{
	padding-left:10px;
	padding-right:10px;
}

.hide{
	display:none;
}
.show{
	display:block;
}