/* CSS Document */

#ancoerCol{
	text-align:center;
	margin:20px 0px;
}

#linkCol{
	/*font-size:0.8em;*/
	line-height:120%;
	padding:0px;
	margin:5px auto;
	padding:0px;
	width:100%;
	}

#linkCol dl dt {
	float: left;
	width: 25em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	line-height:120%;
	/*background-image:url(../../img/dot_line_gr.gif);*/
	background-repeat:repeat-x;
	background-position:left bottom;
}

#linkCol dl dt span{
	background-image:url(../image/event_ico.gif);
	background-repeat:no-repeat;
	padding:0px 0 5px 12px;
	}

#linkCol dl dd {
	_height: 1%; /* Hack for Win IE6 */
	margin: 0 0 0.5em 25em;
	padding: 0 0 0.5em 0;
	line-height: 120%;
	text-align:left;
	/*background-image:url(../../img/dot_line_gr.gif);*/
	background-repeat:repeat-x;
	background-position:left bottom;
}

