BODY
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #FFFFFF;
}
TD
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
P
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
INPUT
{
    background: #ACCFEA;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    }
TEXTAREA
{
	background: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size : 10pt;
	FONT-FAMILY: Arial;

}
OPTION
{
    FONT-SIZE: 10pt;
    COLOR: #355d81;
    FONT-FAMILY: Arial;
    }
H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 15pt;
    COLOR: #01528B;
    FONT-FAMILY: Arial;
}
H2
{
    FONT-SIZE: 11pt;
    COLOR: #01528B;
    FONT-FAMILY: Arial;
}
H3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #990000;
    FONT-FAMILY: Arial;
}
H4
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 15pt;
    COLOR: #000000;
    FONT-FAMILY: Times New Roman;
}
.LargerText
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #FFFFFF
}
.ErrorText
{
    FONT-SIZE: 10pt;
    COLOR: #FF0000;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bold;
}
.HeadingText
{
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold;
    COLOR: #01528B;
    FONT-FAMILY: Arial;
}
.LabelText1
{
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial;
}
a:hover {
	text-decoration: underline;
    }
    
a:active {
	color: #003399; 
    text-decoration: none;
    }
    
a:link {
	color: #003399; 
    text-decoration: none;
    }
    
a:visited {
	color: #CC0000; 
    text-decoration: none;
    }

a:hover {
	text-decoration: underline;
    }
.Credit
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #808080;
    FONT-FAMILY: Arial, helvetica, Verdana
}
.HomePageText
{
    DISPLAY: none;
}

/*
** News styles (for dynamic news)
*/

.news-block
{
	padding-bottom: 15px;
}

.news-header
{
    font-size: 14px;
    font-weight: bold;
    color: #01528B;
    font-family: Arial;
	padding-bottom: 3px;
}

.news-body
{
	clear: both;

	text-align: justify;
	display: block;
	
	padding-left: 15px;
	padding-right: 15px;
}

.news-footer
{
	clear: both;
	
	font-size: 10px;
	font-style: italic;

	padding-top: 5px;
	
	border-top: 1px solid black;
}

/*
** Document Styles
*/

.table-row, .table-alternate-row
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}

.table-row
{
	background-color: #ffffff;
	padding: 10px;
}

.table-alternate-row
{
	background-color: #e5e5e5;
	padding: 10px;
}

	.table-row a:hover,
	.table-alternate-row a:hover 
	{
		text-decoration: underline;
	}

	.table-row a, .table-row a:active, .table-row a:active a:link,
	.table-alternate-row a, .table-alternate-row a:active, .table-alternate-row a:link
	{
		color: #003399; 
		text-decoration: none;
    }

	.table-row a:visited,
	.table-alternate-row a:visited
	{
		color: #CC0000; 
		text-decoration: none;
    }
