BODY, INPUT, SELECT, DIV, SPAN
{
    FONT-FAMILY: 'verdana, Tahoma, Arial, Sans-Serif';
    FONT-SIZE: 10pt;
}

.titlew 
{
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 10px;
	font-size : 10pt;
	font-family : 'verdana, Tahoma, Arial, Sans-Serif';
	font-weight: bold;
}

.titleb 
{
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 25px;
	margin-right : 10px;
	font-size : 10pt;
	font-family : 'verdana, Tahoma, Arial, Sans-Serif';
	font-weight: bold;
}

.t00 
{
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 9pt;
	font-family : 'verdana, Tahoma, Arial, Sans-Serif';
}

.t00 a 
{
	font-weight: bold;
	color : #0000ff;
}
.t00 a:hover 
{
	font-weight: bold;
	color : #6699ff;
}

.t01 
{
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 8pt;
	font-family : 'verdana, Tahoma, Arial, Sans-Serif';
	font-weight: bold;
}
.t02 
{
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 25px;
	margin-right : 10px;
	font-size : 8pt;
	font-family : 'verdana, Tahoma, Arial, Sans-Serif';
}
.t02 a 
{
	font-weight: bold;
	color : #0000ff;
}
.t02 a:hover 
{
	font-weight: bold;
	color : #6699ff;
}

.menu 
{
	color : #9A9A9A;
	margin-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 10pt;
	font-family : 'verdana, Tahoma, Arial, Sans-Serif';
	font-weight: bold;
}
.menu a 
{
	color : #9A9A9A;
	text-decoration: none;
}
.menu a:hover 
{
	color : #294A7B;
}

.DataGridHeader
{ 
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold; 
    COLOR: White;
    BACKGROUND-COLOR: DarkBlue;
}

.DataGridHeader A:Link
{ 
    COLOR: White;
}

.DataGridHeader A:Visited
{ 
    COLOR: White;     
}

.DataGridHeader A:Active
{ 
    COLOR: White;
}

.DataGridFooter
{ 
    FONT-SIZE: 8pt;
    COLOR: White;
    BACKGROUND-COLOR: DarkBlue;
     
}

.DataGridFooter A:Link
{ 
    COLOR: White;
}

.DataGridFooter A:Visited
{ 
    COLOR: White;     
}

.DataGridFooter A:Active
{ 
    COLOR: White;
}

.DataGridAlternate
{ 
    FONT-SIZE: 8pt;
    BACKGROUND-COLOR: white;
    FONT-FAMILY: 'verdana, Tahoma, Arial, Sans-Serif';
}

.DataGridItem
{ 
    FONT-SIZE: 8pt;
    BACKGROUND-COLOR: AliceBlue;
    FONT-FAMILY: 'verdana, Tahoma, Arial, Sans-Serif';
}

.DataGridListItem
{ 
    FONT-SIZE: 8pt;
    FONT-FAMILY: 'verdana, Tahoma, Arial, Sans-Serif';
}

.ErrorLabel
{
    border-style:solid;
    border-color:#931B1B;
    FONT-FAMILY: 'verdana, Tahoma, Arial, Sans-Serif';
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    text-align: center;
    color:#931B1B;
}
