/* ================================
CSS STYLES FOR DotNetNuke
================================
/* GENERAL */
#Title {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight:normal;
color: #A32C22;
text-align: left;
height: 30px;
}
#blacktitle {
font-family: Arial, Helvetica, san-serif;
font-size: 18px;
font-weight:bold;
color: #6CF;
text-align: left;
line-height: 32px;
}
.rss_bg {
	background: url(rss_designdnn.jpg) no-repeat right;
}
.stamp_bg {
	background: url(stamp.png) no-repeat right;
}
.c_bg {
	background: url(c_bg.png) repeat-x bottom;
}
.gradient_box {
	background: url(gradient_box.gif) repeat-x #ebeff1;
}
.top_left {
	background: url(top_left.png) no-repeat;
	width: 14px;
	height: 32px;
}
.top_right {
	background: url(top_right.png) no-repeat;
	width: 14px;
	height: 32px;
}
.top {
	background: url(top.png) repeat-x;
	height: 32px;
}
.leftb {
	background: url(left.png) repeat-y;
	width: 14px;
}
.btm_right {
	background: url(btm_right.png) no-repeat top;
	width: 14px;
	height: 12px;
}
.btm_left {
	background: url(btm_left.png) no-repeat top;
	width: 14px;
	height: 12px;
}
.btm{
	background: url(btm.png) repeat-x top;
	height: 12px;
}
.middleb {
	background: url(btm.png);
}
.middleb .Normal, .middleb .Normal table {
	color: #afc6d4;
	line-height: 1.5em;
	font-size: 13px;
}
.middleb .Normal a:link, .middleb .Normal a:active, .middleb .Normal a:visited {
	color:#6C6;
	line-height: 1.5em;
	font-size: 12px;
}
.middleb .Normal a:hover {
	 color: #ffffff;
	line-height: 1.5em;
	font-size: 12px;
}

