/* ================================
CSS STYLES FOR DotNetNuke
================================
/* GENERAL */
H1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding:0px;
	line-height: 1em;
	padding-top: 2px;
}
.top_left_g {
	background: url(top_left_green.jpg) no-repeat right;
	width: 12px;
	height: 27px;
}
.top_right_g {
	background: url(top_right_green.jpg) no-repeat left;
	width: 12px;
	height: 27px;
}
.top_g {
	background: url(top_green.jpg) repeat-x;
	height: 27px;
}
.top_left_b {
	background: url(top_left_blue.png) no-repeat right;
	width: 12px;
	height: 27px;
}
.top_right_b {
	background: url(top_right_blue.png) no-repeat left;
	width: 12px;
	height: 27px;
}
.top_b {
	background: url(top_blue.png) repeat-x;
	height: 27px;
}
.left_b {
	background: url(left_blue.png) repeat-y;
	width: 12px;
}
.right_b {
	background: url(right_blue.png) repeat-y;
	width: 12px;
}
.btm_b {
	background: url(btm_blue.png) repeat-x;
	height: 12px;
}
.btm_left_b {
	background: url(btm_left_blue.png) no-repeat right top;
	height: 12px;
	width: 12px;
}
.btm_right_b {
	background: url(btm_right_blue.png) no-repeat left top;
	height: 12px;
	width: 12px;
}
