/* CSS Document */
li 
	{
		list-style-type:disc;
		list-style-image:none;
	}
	
	
.linkclass a
	{
		color:#e3b60a;
		font-family:tahoma;
		font-size:11px;
		font-weight: bold;
		line-height: 12px;
		cursor: pointer;
	}
	
	
.linkclass a:hover 
	{
 		color:#052882;
		text-decoration:none;
	}
	
	
.height{height:10px}