div.heading
{	font-size: 140%;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: green;
	margin-top: 0px;
	margin-bottom: 10px;
}

div.all P
{	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana,  sans-serif;
	color: black;
	margin-top: 0px;
	margin-bottom: 3px;
}

div.all H1
{	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: black;
	margin-bottom: 5px;
}

div.all H2
{	font-size: 120%;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: black;
	margin-bottom: 5px;
	text-decoration:underline;
}

div.all H3
{	font-size: 105%;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: black;
	margin-bottom: 5px;
}

div.all H4
{	font-size: 105%;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: black;
	margin-bottom: 5px;
	text-decoration:underline;
}

div.all H5
{	font-size: 90%;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: black;
	margin-bottom: 5px;
}

div.all H6
{	font-size: 90%;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: black;
	margin-bottom: 5px;
	text-decoration:underline;
}

div.all OL
{	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: black;
}

div.all UL
{	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: black;
}

div.all IMG.leftwrap
{
	float: right;
	margin: 10px;
	border: solid gray 2px;
}

div.all IMG.rightwrap
{
	float: left;
	margin: 10px;
	border: solid gray 2px;
}

div.all IMG.nowrap
{
	border: solid gray 2px;
	margin: 10px;
}

div.all table
{	/* Table settings must be specified under a div class, or they affect the html editor */
	/* The div.all class is used for Theme Record Types that do not use another specific class */
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	margin: 10px;
}

div.all th
{	font-size: 80%;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: black;
	padding-left:2px; padding-right:10px; padding-top:5px; padding-bottom:5px
}

div.all td
{	font-size: 80%;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: black;
	padding-left:2px; padding-right:10px; padding-top:5px; padding-bottom:5px
}

div.all A
{	CURSOR: pointer;
/*	COLOR: blue;*/
	TEXT-DECORATION: underline
}

div.all A.internal
{	CURSOR: pointer;
	TEXT-DECORATION: underline
}