<style>

body
{
font-family : Arial, Helvetica, sans-serif;
font-size : 10 pt;
}

td, TD
{
font-size : 10 pt;
font-family : verdana, arial, helvetica, sans-serif;
}



h1 { 
font-family: Arial, Helvetica, sans-serif 
font-size : 18 pt;
color : Blue;
}

h2 { 
font-family: Arial, Helvetica, sans-serif 
font-size : 16 pt;
color : Blue;
}

h3 { 
font-family: Arial, Helvetica, sans-serif 
font-size : 14 pt;
color : Blue;
}

h3 { 
font-family: Arial, Helvetica, sans-serif 
}

h4 { 
font-family: Arial, Helvetica, sans-serif 
}

.smalltext
{
font-size : 10 pt;
}

.charttext
{
font-family : Arial, Helvetica, sans-serif;
font-size : 14 pt;
}

.pointtext2
{
font-family : Arial, Helvetica, sans-serif;
font-size : 12 pt;
font-weight : bold;
}

.pointtext
{
font-family : Arial, Helvetica, sans-serif;
font-size : 16 pt;
font-weight : bold;
}

.headlinetext1
{
font-family : Arial, Helvetica, sans-serif;
font-size : 18 pt;
font-weight : bold;
color : Maroon;
}

.routinetext
{
font-family : Arial, Helvetica, sans-serif;
font-size : 18 pt;
font-weight : bold;
color : Blue;
}


hr	{
	color: #F573EF;
	height: 2px;
	background-color: #F573EF;
	margin: 10px 0px 10px 25px;
	width: 650px;
	}


.border1	{
	/* border-style: dashed; */
	border: solid #8f351e 1px;
	border-width: thin;
	border-color: #c62c00;
	font-family: sans-serif;
	font-size: .9em;
	line-height: 1.6em;
	background-color: #FFFDD9;
	margin: 10 px;
	padding: 5px;
	}

 
</style>