/* Style for Heading tags 1-6 used in EWAT editors */
body
{
	font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}
/* Editor Classes */
/* 
	Make sure that this is consistent with 
	' Base fontname
	gsFontName = "Helvetica,Geneva,Arial,sans-serif"
	' Base fontsize
	gsFontSize = "11px"
	located in config file
*/
div.divXTemplate, table.tabXTemplate, td.tdXTemplate
{
	font-family:Verdana;
	font-size:8pt;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h1 { font-size: medium; }
h2 { font-size: medium; }
h3 { font-size:	small; }
h4 { font-size: small; }
h5 { font-size: x-small; }
h6 { font-size: x-small; }

/* Style for Paragraph tag */
p { margin-top:	0px; }