/* ================================
CSS STYLES FOR DotNetNuke
================================
/* GENERAL */
#Title {
    font-family:  Arial, Helvetica, san-serif;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;
}
#Title2 {
    font-family:  Arial, Helvetica, san-serif;
    font-size: 14px;
    font-weight: bold;
    color: #F5793D;
	font-style: italic;
	text-align: left;
	text-transform: uppercase;
}
.gray_curve {
background: url(left_top_c.gif) no-repeat;
width: 26px;
height: 21px;
}
.top_line {
background: url(top_c.gif) repeat-x;
height: 21px;
}
.content_pad {
padding-top: 10px;
}

