﻿body
{
	/*same size as main to give exact same size on editing*/
	font-size: 76%;
}
/*a:link {
	color:#333333;
}
a:hover {
	color:#3399CC;
	text-decoration:none;
}*/
h1
{
    font-size: 1.8em;
}
h2
{
    font-size: 1.6em;
}
h3
{
    font-size: 1.4em;
    margin-bottom:3px;
}
h4
{
    font-size: 1.2em;
    margin-bottom:3px;
}
h5
{
    font-size: 1em;
    margin-bottom:3px;
}

.bodyContentTD .textPadding img
{
    border-style: solid;
    border-width: 1px;
    border-color: #000033;
    margin: 0px 5px 5px 5px;
}
img.imageNoBorder, .bodyContentTD .textPadding img.imageNoBorder
{
    border:none;
}
.abcList
{
    list-style-type: upper-alpha;
}
