/* *****************************************
//  WebTank Stylesheet File
//  Title: editor.css
//  Media: all
//  File updated: 2009-02-10 16:02:28
// 
//  Do NOT manually edit this generated file
// **************************************** */


A { 
	
	color: #211F35; 
	text-decoration: none;
	font-weight: bold;
	
}
	
A:link { 
	
	text-decoration: none;
	font-weight: bold;
	
}
	
A:visited { 
	
	text-decoration: none;
	font-weight: bold;

}
	
A:active { 

	text-decoration: none;
	font-weight: bold;
	
}
	
A:hover { 

	text-decoration: underline;
	font-weight: bold;
	
}

body { 
	
	width:  100%;
	height: 100%; 
	
	margin:  0px;
	padding: 0px;

	font-family: Arial;
	font-size: 11px;
	color: #211F35;
	line-height: 18px;
	
}

p {

	margin: 0px;

}

/*--------------------------------------------------------------------------*/
