
<!-- News Feed style -->
.morehl {
		font-family: Verdana, geneva, arial, sans-serif !important;
		font-size: 10px !important;
		color:#A8D8EE !important;
		font-weight: bold !important;
		font-style: normal !important;
		text-decoration: none !important;
	}	
	
	A:link.morehl, A:vlink.morehl, A:alink.morehl {
		color:#A8D8EE !important;
		text-decoration:underline !important;
	}
	
	A:hover.morehl, {
		color:#A8D8EE !important;
		text-decoration:none !important;
	}
	
	.moresrc {
		font-family: Arial, geneva, sans-serif !important;
		font-size: 10px !important;
		color: #999999 !important;
		font-weight: normal !important;
		font-style: normal !important;
		text-decoration: none !important;
	}
	
	A:link.moresrc, A:vlink.moresrc, A:alink.moresrc {
		color: #999999 !important;
	}
	
	.moreti {
		font-family: Arial, geneva, sans-serif;
		font-size: 10px;
		color: #999999;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
	}
	
	.morehlt {
		font-family: Verdana, geneva, arial, sans-serif;
		font-size: 10px;
		color:#FFFFFF !important;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
	}	
<!-- News Feed End -->

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #8C8C8C;
	text-decoration: none;
}
a:visited {
	color: #8C8C8C;
	text-decoration: none;
}
a:hover {
	color:#5B88D2;
	text-decoration:underline;
}
a:active {
	color:#21AED8;
	text-decoration: none;
}

<!-- Footer Style -->
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color:#6FA9D9;
	text-decoration:underline;
}
.footer a:active {
	color:#21AED8;
	text-decoration: none;
}

.footer {
	color:#4EADD1;
}

<!-- End of Footer Style -->

.header{
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}

.mylink img{border:0}
.mylink {border:0px }
.mylink:hover {border:0px}

.box{border:1px solid #D7D7D7;width:100%;background:#FFFFFF;padding:3px;margin:0 0 5px 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/buttons/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/buttons/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 