/* 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 = "12px"
	located in config file
*/
div.divXTemplate, table.tabXTemplate, td.tdXTemplate
{
	font-family:Helvetica,Geneva,Arial,sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h1 
{ font-size:20px; color:#15517b; }

h2 
{ font-size:19px; }

h3 
{ font-size:17px; }

h4 
{ font-size:15px; }

h5 
{ font-size:13px; }

h6 
{ font-size:11px; }

/* Style for Paragraph tag */
p { margin-top:	0px; }
