a:link {color: darkblue; text-decoration: none}
a:visited {text-decoration: none}
a:hover {color: blue; FONT-WEIGHT: 600}

.PageHeader
{
    background-color: navy;
    color: white;
    text-align: center;
    font-family: Arial, 'Times New Roman';
    font-size: 13pt;
    font-weight: 300;
    padding-top: 4px;
	padding-bottom: 4px;
}

.PageHeader a:link
{
    text-decoration: none;
    color: white;
}

.PageHeader a:visited
{
    text-decoration: none;
    color: white;
}

.DateHeader
{
    background-color: #4863A0;
    color: white;
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 12pt;
    font-weight: 400;
	border-style: inset;
	padding-top: 3px;
	padding-bottom: 3px;
}

li
{
    color: darkblue;
    font-family: Arial, 'Times New Roman';
    font-size: 11pt;
    margin-bottom: 5px;
    list-style-image: url('../Images/IC_listarrow.gif')
}

.TableData1
{
    BACKGROUND-COLOR: #ceefbd;
    COLOR: black;
    FONT-FAMILY: Arial, 'Times New Roman';
    FONT-SIZE: 9pt;
    FONT-WEIGHT: 300;
    TEXT-ALIGN: center;
	padding-top: 3px;
	padding-bottom: 1px;
}

.TableData1d
{
    BACKGROUND-COLOR: #ceefbd;
    COLOR: darkblue;
    FONT-FAMILY: 'Times New Roman';
    FONT-SIZE: 9pt;
    FONT-WEIGHT: 400;
    TEXT-ALIGN: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

.TableData2
{
    BACKGROUND-COLOR: #ccffff;
    COLOR: black;
    FONT-FAMILY: Arial, 'Times New Roman';
    FONT-SIZE: 9pt;
    FONT-WEIGHT: 300;
    TEXT-ALIGN: center;
	padding-top: 3px;
	padding-bottom: 1px;
}

.TableData2d
{
    BACKGROUND-COLOR: #ccffff;
    COLOR: darkblue;
    FONT-FAMILY: 'Times New Roman';
    FONT-SIZE: 9pt;
    FONT-WEIGHT: 400;
    TEXT-ALIGN: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

.TableData3
{
    BACKGROUND-COLOR: #ffff99;
    COLOR: black;
    FONT-FAMILY: Arial, 'Times New Roman';
    FONT-SIZE: 9pt;
    FONT-WEIGHT: 300;
    TEXT-ALIGN: center;
	padding-top: 3px;
	padding-bottom: 1px;
}

.TableData3d
{
    BACKGROUND-COLOR: #ffff99;
    COLOR: darkblue;
    FONT-FAMILY: 'Times New Roman';
    FONT-SIZE: 9pt;
    FONT-WEIGHT: 400;
    TEXT-ALIGN: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

.TableData4
{
    BACKGROUND-COLOR: #33ffff;
    COLOR: black;
    FONT-FAMILY: Arial, 'Times New Roman';
    FONT-SIZE: 9pt;
    FONT-WEIGHT: 300;
    TEXT-ALIGN: center;
	padding-top: 3px;
	padding-bottom: 1px;
}

.TableData4d
{
    BACKGROUND-COLOR: #33ffff;
    COLOR: darkblue;
    FONT-FAMILY: 'Times New Roman';
    FONT-SIZE: 9pt;
    FONT-WEIGHT: 400;
    TEXT-ALIGN: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

.TableHeader
{
    BACKGROUND-COLOR: white;
    COLOR: darkblue;
    text-align: center;
    FONT-FAMILY: Arial, 'Times New Roman';
    FONT-SIZE: 10pt;
    FONT-WEIGHT: 300;
	padding-top: 5px;
	padding-bottom: 3px;
}


