@charset "ISO-8859-1";
/* CSS Document */
.copyright {font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-size: 10px; 
}

body {
	background-color: #333333;
}
 
a.gray:visited {
	color: #666666;
	text-decoration: none;
}
a.gray:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.gray:active {
	text-decoration: none;
	color: #666666;
}

a.white:link, 
a.white:visited		{
					color:				#FFFFFF;
    				font-family:		Verdana;
    				font-size:			10px;
    				text-decoration:	none;
    				line-height:		13px
}
    		
a.white:active,
a.white:hover		{
					color:				#FFFFFF;
    				font-family:		Verdana;
    				font-size:			10px;
    				text-decoration:	underline;
    				line-height:		13px
}

a.copyright:link, 
a.copyright:visited		{
					color:				#666666;
    				font-family:		Verdana;
    				font-size:			10px;
    				text-decoration:	none;
    				line-height:		11px
}
    		
a.copyright:active,
a.copyright:hover		{
					color:				#666666;
    				font-family:		Verdana;
    				font-size:			10px;
    				text-decoration:	underline;
    				line-height:		11px
}
					
.white {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 13px;
}
.gray {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 15px;
}

.gray bold {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}

