/* *****************************************
//  WebTank Stylesheet File
//  Title: editor.css
//  Media: all
//  File updated: 2009-10-09 14:34:01
// 
//  Do NOT manually edit this generated file
// **************************************** */


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

html { 	
	width:  100%;
	height: 100%; 
	
	color: #604a46;
}

p {
	padding: 0px;
	margin: 0px;
}

.bold { 	
	font-weight: bold;	
}

.rood {
	color: #ca0f0f;
}

.small {
	font-size: 10px;
	line-height: 13px;
	text-align: left;
	line-height: 17px;
}
.normal {
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	line-height: 17px;
}

.orange {
	color: #EB6E07;
}