body, td, layer
{
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Helvetica,Arial, Geneva, Swiss, SunSans-Regular; 
	/* 
		background-image: url(/myDMEcom/i/bg.gif); 	
		background-repeat: repeat-x; 
	*/
	margin: 0px 0px 0px 0px;
}
A:link, A:visited
{
	color: #990000; /* 336699 */ 
	text-decoration: none;
}
A:hover, A:active
{
	color: #CC0000; /* 669999 */ 
	text-decoration: underline;
}

#header
{
	font-weight: bold;
	font-size: 9pt;
	color: #336699;
}
#lowmenu
{
	font-size: 7pt;
}
#news
{
	font-size: 7pt;
}
#newsheader
{
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
}
#home
{
	font-size: 8pt;
}


.top-b
{
	font-weight: bold;
}
.top-red-bold
{
	color: #990000;
	font-weight: bold;
}

.b
{
	font-weight: bold;
}
.i
{
	font-style: italic;
}
.u
{
	text-decoration: underline;
}

.red-bold
{
	color: #990000;
	font-weight: bold;
}

.header
{
	color: #006666;
	font-weight: bold;
	font-size: 10pt;
}
.white
{
	color: white;
}
.small
{
	font-size: 7pt;
}

.center
{
	text-align: center;
}

.loginTbl
{
	margin-left: 50px;
	background-color: #dcdcdc;
	font-weight: bold;
	border: solid 1px #000000;
}

/* collapsable panel styles */
.cpBody 
{
	background-color: #FFFFFF;
	border: #000000 1px solid;
	padding: 5px 5px 5px 5px;
}
.cpTitle, .cpCollapsedTitle, .cpTitleLink 
{
	font-weight: bold;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding: 2px 2px 2px 5px;
	color: white;
	height: 30px;
	background-color: #660000;
	text-decoration: none;
}

/**************************************
Table cell
**************************************/
.tc_Name
{
	font-weight: bold;
	vertical-align:top;
}
.tc_Value
{
}
.tc_Buttons
{
	text-align: center;
}

.errorMessage
{
	background-color: Yellow;
	font-weight:bold;
}

/**************************************
Newsletter Preview
**************************************/
.Subject_Line
{
	font-family:Arial;
	font-weight: bold;
	font-size: 15px;
}
.From_Line
{
	font-family:Arial;
	font-weight: normal;
	font-size: 12px;
}
.Table_Outside
{
		border-style:solid;
		border-color: Gray;
		border-width: 9px;
}
.Table_Inside
{
		border-style:solid;
		border-color: Black;
		border-width: 1px;
}