/* *****************************************
//  WebTank Stylesheet File
//  Title: editor.css
//  Media: all
//  File updated: 2008-06-12 16:45:37
// 
//  Do NOT manually edit this generated file
// **************************************** */


A { 
	color: #000000; 
	text-decoration: underline;
}
	
A:link { 
	color: #000000; 
	text-decoration: none;
}
	
A:visited { 
	color: #000000; 
	text-decoration: none;
}
	
A:active { 
	color: #FFFFFF; 
	text-decoration: none;
}
	
A:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}

html { 
	
	width:  100%;
	height: 100%; 
	
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;	
	color: #000000;
	
}

.text { 
	
	font-family: Arial;
	font-size: 11px;
	
}

.text_bold { 
	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	
}
