/* Text CSS */
.td_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;

}
a.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
	line-height:25px;
}

a.menu_text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height:25px;
}

/* Image CSS */

.table_bg {
	background-color: #c0c0c0;
}
.black_color {
	background-color: #000000;
	width: 562px;
}

.orange_color {
	background-color: #e3c204;
	width: 250px;
}

.left_top_cornar {
	background: url(images/left_top_cornar.jpg) no-repeat;
	width: 37px;
	height: 39px;
}

.left_bottom_cornar {
	background: url(images/left_bottom_cornar.jpg) no-repeat;
	width: 37px;
	height: 39px;
}

.right_top_cornar {
	background: url(images/right_top_cornar.jpg) no-repeat;
	width: 37px;
	height: 39px;
}

.right_bottom_cornar {
	background: url(images/right_bottom_cornar.jpg) no-repeat;
	width: 37px;
	height: 39px;
}

.small_left_top {
	background: url(images/small_left_top.jpg) no-repeat;
	width: 31px;
	height: 23px;
}

.small_left_bottom {
	background: url(images/small_left_bottom.jpg) no-repeat;
	width: 31px;
	height: 23px;
}

.small_right_top {
	background: url(images/small_right_top.jpg) no-repeat;
	width: 31px;
	height: 23px;
}

.small_right_bottom {
	background: url(images/small_right_bottom.jpg) no-repeat;
	width: 31px;
	height: 23px;
}
