/* 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:x-small;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h1 
{ font-size:26px; }

h2 
{ font-size:19px; }

h3 
{ font-size:17px; }

h4 
{ font-size:15px; }

h5 
{ font-size:10px; }

h6 
{ font-size:9px; }

/* Style for Paragraph tag */
p { margin-top:	0px; }