/* 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 = "Verdana"
	' Base fontsize
	gsFontSize = "x-small"
	located in config file
*/
div.divXTemplate, table.tabXTemplate, td.tdXTemplate
{
	font-family:Verdana;
	font-size:x-small;
}

a, a:visited
{ 
	text-decoration:none;
	color:#003C78;
}
a:hover
{ color:#F68B1F; }

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h1 
{ font-size:medium; }

h2 
{ font-size:12px; }

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; }