/*** TEST STYLES ***/

.docHead,h1 {
	margin-top		: 14px;
	margin-bottom	: 5px;
	font-size   	: 18pt;
	font-weight		: bold;
	font-family		: tahoma;
	color			: #666699;
}

.docHead2,h2 {
	margin-top		: 28px;
	margin-bottom	: 5px;
	font-size   	: 14px;
	font-weight		: bold;
	font-family		: tahoma;
	color			: #666699;
}

h3 {
	font-size		: 13px;
	font-weight		: bold;
	margin			: 0px;
}

body,td {
	font-size   	: 13px;
	font-family		: tahoma, helvetica, sans serif;
	color			: black;	
}

p {
	margin-top		: 3px;
	margin-bottom	: 6px;
}

p.text {
	margin-bottom	: 15px;
}

img {
	border			: none;
}


