a:link {color: black; font-weight: bold;}
a:visited {color: #a20000; font-weight: bolder;}
a:active {text-decoration: none; color: #FF0000; }
a:hover {text-decoration: underline; color: red; }

.cont_text 	{
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	top:-2px;
	position:absolute;
	width:99%;
	z-index:1;
}
.cont_text span 	{
  position: absolute;
  top: 1px;
  left: -1px;
  width: 100%;
  height: 100%;
  color: #FF0000;
}
.other {
	position: absolute;
	width:99%;
	top:20px;
	z-index:3;
}
.other2 {
	position: relative;
	width:99%;
	top:249px;
	/*top:400px;*/
	z-index:2;
}
.text 	{
	font-size: 17px;
	font-weight: bold;
	color: #a20000;
	position:relative;
}
.date 	{
	font-size: 14px;
	font-weight: bold;
	color: #009600;
	position:relative;
}

#title_image_1 	{
	position:relative;
	z-index:1;
}

#title_image_2 	{
	position:absolute;
	top: 0; 
	left: 0;  
	z-index: 90;  
	height: 100%; 
	width: 100%;
	font-weight:bold;
}

#title_image_1 img {
	border: none;
}

.NameContText {
	position: relative;
	font-size: 25px;
	font-weight:bold;
	color: #000000;
}

.NameContText span {  
  position: absolute;
  top: 1px;
  left: -1px;
  width: 100%;
  height: 100%;
  color: #FF0000;
}