﻿<STYLE>
body
{
  BACKGROUND-COLOR: yellow;

}
H1
{
	COLOR: yellow;
}
A
{
    COLOR: #ff9900
}
A:visited
{
    COLOR: #dc143c
}
.mainBody
{
  BACKGROUND-COLOR: lightblue;
  COLOR: black;

}
.centerTable
{
	 BACKGROUND-COLOR: #003900;
	 COLOR: red;
}
.titleRow
{
	BACKGROUND-COLOR: #191940;
}
.linksRow
{
	BACKGROUND-COLOR: #1919bf;
  	COLOR: red;
    FONT-FAMILY: 'Times New Roman', Verdana;
}
.infoRow
{
	BACKGROUND-COLOR: #1919bf;
  	COLOR: #ff9900;
    FONT-FAMILY: 'Times New Roman', Verdana;
}
.footerRow
{
	FONT-SIZE: 10pt;
    COLOR: #ff9900;
    FONT-FAMILY: 'Times New Roman', Verdana;
    BACKGROUND-COLOR: #191940;

}
.linksInText
{
	BACKGROUND-COLOR: #006700;
  	COLOR: black;
}
.FlatsUnderlineTable
{
	BACKGROUND-COLOR: red;
}
.mybuttons
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11pt;
    WIDTH: 100%;
    COLOR: black;
    FONT-FAMILY: 'Times New Roman';
    BACKGROUND-COLOR: paleturquoise;
    TEXT-ALIGN: center
}
.UnderApplicationIndexPage
{
	FONT-SIZE: 10pt;
    COLOR: red;
    FONT-FAMILY: 'Times New Roman', Verdana;
}

</STYLE>