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


html, body, div, p, img {

	padding: 0;
	margin: 0;
	
	outline:none; 
	
}

A { 
	
	color: #0099CC; 
	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;
	line-height: 17px;
	color: #000000;
	
	overflow: none;
	
	text-align: left;
	
}

.title {

	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 10px;

}

.subtitle {

	font-size: 16px;
	font-weight: bold;
	line-height: 24px;

}

.text_gray_bold_14 {

	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #9c9e9f;
	
}

.text_gray_bold_12 {

	font-size: 12px;
	font-weight: bold;
	color: #9c9e9f;

}

.text_gray {
	
	color: #9c9e9f;

}

.text_bold {
	
	font-weight: bold;

}

.highlight {

	font-weight: bold;
	color: #000000;

}