/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

img.border {border: 1px solid #666666;}

a:link	{text-decoration: underline; color: #017B40; font-size: 11pt; font-weight: bold;}	
a:visited {text-decoration:	underline; color: #017B40; font-size: 11pt; font-weight: bold;}	
a:hover {text-decoration: underline; color:	#017B40; font-size: 11pt; font-weight: bold;}

a.add:link	{text-decoration: underline; color: #017B40; font-size: 9pt; font-weight: bold;}	
a.add:visited {text-decoration:	underline; color: #017B40; font-size: 9pt; font-weight: bold;}	
a.add:hover {text-decoration: underline; color:	#017B40; font-size: 9pt; font-weight: bold;}

a.foot:link	{text-decoration: underline; color: #017B40; font-size: 10pt; font-weight: normal;}	
a.foot:visited {text-decoration:	underline; color: #017B40; font-size: 10pt; font-weight: normal;}	
a.foot:hover {text-decoration: underline; color:	#017B40; font-size: 10pt; font-weight: normal;}

a.topnav:link {text-decoration: none; color: #FFEFCC; font-size: 12pt; font-family: Comic Sans MS, arial, tahoma, verdana, san-serif, helvetica;font-weight: normal}
a.topnav:visited {text-decoration: none; color: #FFEFCC; font-size: 12pt; font-family: Comic Sans MS, arial, tahoma, verdana, san-serif, helvetica;font-weight: normal}
a.topnav:hover {text-decoration: underline; color: #FFEFCC; font-size: 12pt; font-family: Comic Sans MS, arial, tahoma, verdana, san-serif, helvetica;font-weight: normal}

a.topnav2:link {text-decoration: none; color: #017B40; font-size: 12pt; font-family: Comic Sans MS, arial, tahoma, verdana, san-serif, helvetica;font-weight: normal}
a.topnav2:visited {text-decoration: none; color: #017B40; font-size: 12pt; font-family: Comic Sans MS, arial, tahoma, verdana, san-serif, helvetica;font-weight: normal}
a.topnav2:hover {text-decoration: underline; color: #017B40; font-size: 12pt; font-family: Comic Sans MS, arial, tahoma, verdana, san-serif, helvetica;font-weight: normal}

a.biglink:link {text-decoration: underline; color: #017B40; font-size: 12pt; font-family: Comic Sans MS, arial, tahoma, verdana, san-serif, helvetica;font-weight: normal}
a.biglink:visited {text-decoration: underline; color: #017B40; font-size: 12pt; font-family: Comic Sans MS, arial, tahoma, verdana, san-serif, helvetica;font-weight: normal}
a.biglink:hover {text-decoration: underline; color: #017B40; font-size: 12pt; font-family: Comic Sans MS, arial, tahoma, verdana, san-serif, helvetica;font-weight: normal}

a.sidenav:link {text-decoration: none; color: #FFFFCC; font-size: 9pt; font-weight: bold}
a.sidenav:visited {text-decoration: none; color: #FFFFCC; font-size: 9pt; font-weight: bold}
a.sidenav:hover {text-decoration: underline; color: #FFFFCC; font-size: 9pt; 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,TD
{
	color: 000000;
	font-size: 11pt;
	font-family: arial, tahoma, verdana, san-serif, helvetica;
	font-weight: normal
}

P.small
{
	color: 000000;
	font-size: 10pt;
	font-family: arial, tahoma, verdana, san-serif, helvetica;
	font-weight: normal
}

P.title
{
	color: 017B40;
	font-size: 14pt;
	font-family: Comic Sans MS, arial, tahoma, verdana, san-serif, helvetica;
	font-weight: normal
}

P.title2
{
	color: 017B40;
	font-size: 12pt;
	font-family: Comic Sans MS, arial, tahoma, verdana, san-serif, helvetica;
	font-weight: normal
}

P.comic
{
	color: FFEFCC;
	font-size: 11pt;
	font-family: Comic Sans MS, arial, tahoma, verdana, san-serif, helvetica;
	font-weight: normal
}

P.8pt
{
	color: 000000;
	font-size: 8pt;
	font-family: tahoma, verdana, san-serif, helvetica, arial;
	font-weight: normal
}

td.error
{
	color: ee0000;
	font-size: 10px;
	font-family: tahoma, verdana, san-serif, helvetica, arial;
	font-weight: normal
}
