.td_top_right {
	background-image: url(../images/top_back.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
.td_top_left {
	background-image: url(../images/top_back.jpg);
	background-repeat: repeat-x;
	background-position: right;
}
.td_left {
	background-image: url(../images/back_left.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.td_right {
	background-image: url(../images/back_right.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.td_text_block {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFFFF;
	padding: 15px;
	background-color: #2A0075;
	border-right-color: #5700DB;
	border-right-style: solid;
	border-left-color: #5700DB;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
}
.font_main {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

