/*---------------------body style------------------*/
*{
font-size:12px;
font-family:tahoma,Arial, Helvetica, sans-serif;
margin:0px;
}
/*--------------------------------------------------*/


/*---------------------font style------------------*/

.font-copyright{
font-size:10px;
color:#ffffff;
}

.font-gray-10px{
font-size:10px;
color:#666666;
font-weight:normal;
}
/*--------------------------------------------------*/


/*---------------------link style------------------*/

a,
a:link,
a:active,
a:visited {
	color: #666666;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color: #009900;
	font-weight:normal;
	text-decoration: underline;
}

.footer-link  a:link,
.footer-link a:active,
.footer-link a:visited  {
	color:#ffffff;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
}

.footer-link a:hover {
	color: #ff0000;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
}

.more-link  a:link,
.more-link a:active,
.more-link a:visited  {
	color:#666666;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

.more-link a:hover {
	color:#ff0000;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}
/*--------------------------------------------------*/


