.Normal 
	{ 
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
		background-color: white;
		color: black
	}

.Bold
	{
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
		color: black;
		font-weight: bold
	}
.Blue
	{
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
		color: #3366CC;
		font-weight: bold;
		text-decoration: none
	}

TD.Blue
	{
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
		color: white;
		background-color: #3366CC;
		font-weight: bold
	}

Table.DarkBorder
	{
		border: thin solid #3366CC;
		background-color: #9999FF;
		font-family: tahoma,verdana,arial;
		font-size: 10pt
	}

TD.Filled
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: tahoma,verdana,arial;
    BACKGROUND-COLOR: #ccccff
}

A
	{
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
		color: #3366CC;
		font-weight: bold;
		text-decoration: none
	}
A:Hover
	{
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
		color: #3366CC;
		font-weight: bold;
		text-decoration: underline
	}
A.RollOver1
	{
		font-family: tahoma,verdana,arial;
		font-size: 8pt;
		color: black;
		font-weight: normal;
		text-decoration: none
	}
A.RollOver1:Hover
	{
		font-family: tahoma,verdana,arial;
		font-size: 8pt;
		color: red;
		font-weight: normal;
		text-decoration: none
	}

TD.Label
	{
		font-family: tahoma;
		font-size: 10pt;
		font-weight: bold
	}
TD
	{
		font-family: tahoma;
		font-size: 10pt;
		font-weight: normal
	}
SELECT
	{
		font-family: tahoma;
		font-size: 10pt;
		font-weight: normal
	}
INPUT
	{
		font-family: tahoma;
		font-size: 10pt;
		font-weight: normal
	}