a, a:visited, a:active {
	text-decoration:none;
}

#mainContainer {
	width:100%;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin:0 auto;
	height:100%;
	text-align:left;
}
#topRow {
}
#mainContent {
	padding-left:10px;
	padding-right:10px;
}
#dhtmlgoodies_marquee {
	/* general marquee layout*/
	padding-top:3px;
	height:25px;
	background-color: #DDDDDD;
	/* End general marquee layout */	
	position:absolute;
	left:0px;
	z-index:1000;
	bottom:0px;
	display:none;
	width:100%;
	overflow:hidden;
}
body > div#dhtmlgoodies_marquee {	/* Firefox rule */
	position:fixed;
}
#dhtmlgoodies_marquee .textObj {	/* Layout for the marquee text */
	position:absolute;
	color: #000000;
	font-weight:bold;
	white-space:nowrap;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}
#dhtmlgoodies_marquee .textObj a:link, #dhtmlgoodies_marquee .textObj a:visited {
	color: #000000;
}
#dhtmlgoodies_marquee .textObj a:hover {
	color: #000000;
	text-decoration:none;
}
/* Just some layout classes used in this example script */
	.highlighted {
	color:#F00;
// Red color
}
.greenText {
	color:#0F0;
// Green color
}
#dhtmlgoodies_marquee1 {
	padding-top:3px;
	height:25px;
	top: 25px;
	background-color: #FFFFFF;
	/* End general marquee layout */	
	position:absolute;
	left:0px;
	z-index:1000;
	bottom:0px;
	display: block;
	width:100%;
	overflow:hidden;
}

.comelAdd {
	margin-right: 500px;
	color: #000;
}
