body, td {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}

.footer {
	font-size: 12px;
	color: #aaaaaa;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e1e2;
	padding: 6px;
}

.bd_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e1e1e2;
}

.bd_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e1e1e2;
}

.bd_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e2;
}

.bd_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e1e2;
}

.lnk_menu {
	color: #666666;
	text-decoration:none;
}

.lnk_menu:hover, .menu_selected {
	color: #333333;
	font-weight: bold;
}

.menu_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e2;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}

.content_title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}

.bg_title {
	background-image: url(/images/title.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	padding-left: 9px;
	padding-top: 20px;
}

.bg_gradient {
	background-image: url(/images/gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.bg_light 
{
	background-color:#ced3da;
}

.bg_middle {
	background-color:#bec2c8;
}

.bg_dark {
	background-color:#9497a7;
}