body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

A:LINK		{
  text-decoration: none; color: #000099
		}
A:VISITED	{
  text-decoration: none; color: #990000
		}
A:ACTIVE	{
  text-decoration: none; color: #FF0000
		}

#linkNav a:link {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

#linkNav a:visited {
color: #666666;
text-decoration: none;
font-weight: bold;
}

#linkNav a:hover {
text-decoration: underline;
color: #000000;
font-weight: bold;
}

#linkBody a:link {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

#linkBody a:visited {
color: #666666;
text-decoration: none;
font-weight: bold;
}

#linkBody a:hover {
text-decoration: underline;
color: #000000;
font-weight: bold;
}

#linkBody2 a:link {
color: #000000;
text-decoration: none;
font-weight: bold;
}

#linkBody2 a:visited {
color: #666666;
text-decoration: none;
font-weight: bold;
}

#linkBody2 a:hover {
text-decoration: underline;
color: #000000;
font-weight: bold;
}

div.tiny	{
	font-size: 8pt;
	font-family: Arial, Helvetica;
		}

div		{
	font-size: 10pt;
	font-family: Arial, Helvetica;
	line-height: 18px;
		}

div.big		{
	font-size: 12pt;
	font-family: Arial, Helvetica;
		}

.padtop {
margin-top: 10px;
}

.oneandhalfspace {
	line-height: 24px;
                 }



p.tiny	{
	font-size: 8pt;
	font-family: Arial, Helvetica;
	}

p	{
	font-size: 10pt;
	font-family: Arial, Helvetica;
	}

p.large	{
	font-size: 12pt;
	font-family: Arial, Helvetica;
	}

p.huge	{
	font-size: 16pt;
	font-family: Arial, Helvetica;
	}

th		{
	font-size: 10pt;
	font-family: Arial, Helvetica;
		}

td.tiny	{
	font-size: 8pt;
	font-family: Arial, Helvetica;
		}

td		{
	font-size: 10pt;
	font-family: Arial, Helvetica;
		}

td.large	{
	font-size: 12pt;
	font-family: Arial, Helvetica;
		}

h1	{
	font-size: 16pt;
	font-family: Arial, Helvetica;
	}

h2	{
	font-size: 12pt;
	font-family: Arial, Helvetica;
	}

h3	{
	font-size: 11pt;
	font-family: Arial, Helvetica;
	}

h4	{
	font-size: 10pt;
	font-family: Arial, Helvetica;
	font-weight: bold;
	}

.largered	{
	font-size: 12pt;
	font-family: Arial, Helvetica;
        font-weight: bold;
        color: #FF0000;
		}