
/* **************************************************************************************** */
/* *** Defaults when class or id has not been specified  */
/* **************************************************************************************** */
body
{
	font-family: Times New Roman, serif ;
	font-size: 10.5pt;
	line-height: 14pt;
	color: #000077;
	background-color: white;
	text-align: center;
	margin: 0px;
}
sup
{
	vertical-align: 20%;
}
div
{
	text-align: justify;
	font-size: 10.5pt;
	line-height: 14pt;
}
p
{
	text-align: justify;
	font-size: 10.5pt;
	line-height: 14pt;
}
ul, ol
{
	text-align: justify;
	font-size: 10.5pt;
	line-height: 15pt;
}
h1
{
	font-size: 18pt;
	text-align: center;
}
h2
{
	font-size: 16pt;
	line-height: 24pt;
	text-align: center;
}
h3
{
	margin-top: 24px;
	font-size: 13pt;
	margin-bottom: -4px;
}
h4
{
	font-size: 11pt;
	text-align: center;
}
h5
{
	font-size: 11pt;
	margin-bottom: 6px;
}
h6
{
	font-size: 10pt;
}
h7
{
	font-size: 9pt;
}
.med
{
	font-size: 12pt;
	line-height: 15pt;
}
small
{
	font-size: 10pt;
	line-height: 13pt;
}
.small
{
	font-size: 9.5pt;
	line-height: 13pt;
}
.vsmall
{
	font-size: 8.5pt;
}

img
{
	border-style: none;
	border-color: red;
}

/* ************************************************************* */
/* other classes */
/* ************************************************************* */


.leftFloat {
    float: left;
    margin-right: 10px;
	}
.rightFloat {
	float: right;
    margin-left: 10px;
	}
.centerFloat {
	float: center;
	margin-right: 10px;
	}
.dotted {
    border-bottom: 1px dotted gray;
	}
.solidBorder {   
    border-style: 1px; text-align: center; solid
	}
.border-r {
	border-right: 1px solid blue;
	border-collapse: collapse;
	}
.border-l {
	border-left: 1px solid blue;
	border-collapse: collapse;
	}

/* **************************************************************************************** */
/* *** debugging: change border-style to solid in the default "table" and "td" to show all table outlines */
/* **************************************************************************************** */
/*table*/
/*{
/*	border-style: none;*/
/*	border-width: 1px;*/
/*	margin: 0px;*/
/*	border-color: blue;*/
/*} */
td
{
	border-style: none;
	border-width: 1px;
	margin: 0px;
	border-color: green;
	font-size: 10.5pt;
	line-height: 14pt;
}
a
{
	text-decoration: underline;
	color: #000080;
}
a:link
{
	color: #000080;
	text-decoration: underline;
}

a:visited
{
	color: #666699;
	text-decoration: underline;
}
a:active
{
	color: red;
	text-decoration: underline;
}

a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
hr
{
	line-height:1pt;
	color: purple
}

/* **************************************************************************************** */