body {

}

.news {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font weight: bold;
	color: #CCCCCC;
	text-decoration : none;
}

.white {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #CCCCCC;
	text-decoration : none;
}

.black {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font weight: bold;
	color: #CCCCCC;
	text-decoration : none;
}
.black A{font-family: Times New Roman, Times, serif;font-size: 16px;font weight: bold;color: #CCCCCC;text-decoration : none;}
.black A:hover {font-family: Times New Roman, Times, serif;font-size: 16px;font weight: bold;color: #FFFFFF;text-decoration : none;}
.black A:link {font-family: Times New Roman, Times, serif;font-size: 16px;font weight: bold;color: #CCCCCC;text-decoration : none;}
.black A:visited {font-family: Times New Roman, Times, serif;font-size: 16px;font weight: bold;color: #CCCCCC;text-decoration : none;}
.black A:active {font-family: Times New Roman, Times, serif;font-size: 16px;font weight: bold;color: #CCCCCC;text-decoration : none;}
.black A:visited:hover {font-family: Times New Roman, Times, serif;font-size: 16px;font weight: bold;color: #CCCCCC;text-decoration : none;}

A:link {
	color : #CCCCCC;
	text-decoration : none;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 15px;
}
A:visited {
	text-decoration : none;
	color: #CCCCCC;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 15px;
}

A:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 15px;
}

A:active {
	color : #CCCCCC;
	text-decoration: none;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 15px;
}

input {  
			white-space: normal; 
            text-align: left; 
            display: block; 
            text-decoration:none; 
            font-size:11px;
			color:#CCCCCC;
			background-color: #CCCCCC;
			border-color: #CCCCCC;
			}