@charset "utf-8";
/* CSS Document */

.TDBoxTitle
{
	background-color: #738FBF;
	font-weight: bold;
	color: white;
	text-align: center;
}
.TDBoxContentUL {
	list-style-image:url(/Templates/main/images/arrow_right.gif);
	font: 9pt Arial,Helvetica;
	margin-top:10px;
}
.TDBoxContent {
	vertical-align: top;
	color: #000099;
}

.TDBoxContentLI_A
{
	font:9pt Arial,Helvetica;
	color: #000099;
	text-decoration:none;
	line-height:140%;
}
.TDBoxContentLI_A:active
{ text-decoration: none; color:#000099; }
.TDBoxContentLI_A:visited
{ text-decoration: none; color:#000099; }
.TDBoxContentLI_A:hover
{ text-decoration: bold; color:#FF0000; cursor:pointer }

