/* CSS Document */

A:link {
	text-decoration: none;
	color: #CCCCCC;
	font-weight:600;
	}
	
A:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight:600;
	}
A:hover{
	text-decoration: underline;
	color: #CCCCCC;
	font-weight:600;
	}


	
.style1 {color: #929393}
.txt {font-family:Arial, Tahoma, sans-serif;font-size:11px;color:#D7D8D8}
.ptitle{font-family:Arial, Tahoma, sans-serif;font-size:14px;color:#FFFFFF;font-weight:900}