/* *****************************************
//  WebTank Stylesheet File
//  Title: editor.css
//  Media: all
//  File updated: 2009-11-13 09:38:51
// 
//  Do NOT manually edit this generated file
// **************************************** */


A { 
	
 	color: #2c5c87;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	
}
	
A:link { 
 	color: #2c5c87;
	text-decoration: none;
	font-weight: bold;
	
}
	
A:visited { 
 	color: #2c5c87;	
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;

}
	
A:active { 
 	color: #2c5c87;
	text-decoration: none;
	font-weight: bold;
	
}

body { 
	
	width:  100%;
	height: 100%; 
	
	padding: 0px;
	margin: 0px;
 
	font-family: Arial;
	font-size: 11px;
	color: #000D4F;
	line-height: 16px;
	
	background-color: #FFFFFF;	
}

p {

	padding: 0px;
	margin: 0px;		
	
}

.title {

	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	
}
.bold {
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
}