﻿/* Default CSS Stylesheet for a new Web Application project */BODY{    BACKGROUND-COLOR: white;    FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;    FONT-SIZE: 10pt;    FONT-WEIGHT: normal;    LETTER-SPACING: normal;    TEXT-TRANSFORM: none;    WORD-SPACING: normal}a:link	{text-decoration:	 underline; color: #003366; font-size: 8pt; font-weight: bold;}	a:visited {text-decoration:	underline; color:	 #003366; font-size: 8pt; font-weight: bold;}	a:hover {text-decoration: underline; color:	#0066ff; font-size: 8pt; font-weight: bold;}

a:link2:link {text-decoration:	 underline; color: #ffffff; font-size: 8pt; font-weight: bold;}	
a:link2:visited {text-decoration:	underline; color:	 #ffffff; font-size: 8pt; font-weight: bold;}	
a:link2:hover {text-decoration: underline; color:	#0066ff; font-size: 8pt; font-weight: bold;}



a.topnav:link {text-decoration: none; color: #ffffff; font-size: 8pt; font-weight: bold}
a.topnav:visited {text-decoration: none; color: #ffffff; font-size: 8pt; font-weight: bold}
a.topnav:hover {text-decoration: none; color: #ffcc99; font-size: 8pt; font-weight: bold}a.sidenav:link {text-decoration: none; color: #ffffff; font-size: 8pt; font-weight: bold}a.sidenav:visited {text-decoration: none; color: #ffffff; font-size: 8pt; font-weight: bold}a.sidenav:hover {text-decoration: none; color: #66ccff; font-size: 8pt; font-weight: bold}BLOCKQUOTE, PRE	{		font-family:	Courier New, monospace;	}		UL LI	{		list-style-type:	square ;	}	UL LI LI	{		list-style-type:	disc;	}	UL LI LI LI	{		list-style-type:	circle;	}		OL LI	{		list-style-type:	decimal;	}	OL OL LI	{		list-style-type:	lower-alpha;	}	OL OL OL LI	{		list-style-type:	lower-roman;	}	P{	color: 000000;	font-size: 9pt;	font-family: tahoma, verdana, san-serif, helvetica, arial;	font-weight: normal}
TD.white
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #800000;
}
TD.maroon
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #800000;
}
TD.small
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 7pt;
}
TD.regular
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
}
TD.error
{
	COLOR: #cc0000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
}
INPUT
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
}
SELECT
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: regular;
    FONT-SIZE: 9pt;
    COLOR: #666666;   
}