BODY {
	margin: 0px 0px 0px 0px;
	font-family: Arial,sans-serif;
	font-size:12px;
	background-color:#a9e3ef;
}

TD, P {
	font-family: Arial,sans-serif;
	font-size:12px;
	color:#666;
}

.navTop {
	color:#fff;
}

.Footer, .Footer:link, .Footer:active, .Footer:visited {
	font-size:12px;
	color:#999;
}

.Footer a:link, .Footer a:active, .Footer a:visited {
	font-size:12px;
	color:#ccc;
}

.PageTitle {
	color:#EB500B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:26px;
}


/*Classes do DNN*/
.ControlPanel 
{
    background-color: #CAE9F2;
    BORDER-RIGHT: #9ACDDC 1px solid; 
    BORDER-TOP: #F1F9FB 1px solid; 
    BORDER-LEFT: #F1F9FB 1px solid; 
    BORDER-BOTTOM: #9ACDDC 3px solid; 
}

BIG {
	color:#bbb;
	line-height:140%;
	font-weight:bold;
	font-size:16px;
	font-family: Arial,sans-serif;
}

A, A:link, A:active, A:visited
{
	font-family: Arial,sans-serif;
	font-size:12px;
	color:#EB500B;
	text-decoration:none;
}

A:hover
{
	color:#EB500B;
	text-decoration:underline;
}

.Normal, .Normal P
{
	font-family: Arial,sans-serif;
	font-size:12px;
	color:#666;
	line-height:140%;
}

.DataHeader, .DataHeader TH
{
	background-color: #000000;
	text-align:center;
	color:#fff;
	height:21px;
	padding:4px 4px 6px 4px;
	font-size:11px;
	vertical-align:middle;
}

.DataHeader TH A 
{
	color:#FFF;
}

.DataHeader TH A:hover
{
	color:#96d8e7;
}

.DataRow, .DataRow TD
{
	background-color:#FFF;
	padding:2px 4px 2px 4px;
}

.AltDataRow, .AltDataRow TD
{
	background-color:#cae9f2;
	padding:2px 4px 2px 4px;
}

.PageStyle, .PageStyle a
{
	text-align:center;
	color: #666;
}