﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{   BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
	}
	
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{   COLOR: black; 
	font-weight: Bold;
	font-size: 13pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	vertical-align: middle;
}
H1
{	font-size: 15pt;	
	font-weight: 600;
}
H2
{	font-size: 14pt;	}
H3
{	font-size: 13pt;	}
H4
{	font-size: 12pt;	}

TABLE 
{	border: 0;
	padding: 0;
	}
TD
{	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
TFOOT, THEAD
{	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
		
TH
{	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	

P
{	text-align:left;
	}
P.PC
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	text-align: center;
}
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
UL
{
	margin-left: 20PT;	 
}
UL LI	
{
	list-style-type:	disc ;
	}	

UL 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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
HR {
    height:5px;
    width:100%;
    color:#57816c;
    margin: 0px 0px 0px 0px;  
   }
   
TABLE.TOP1
{
	margin-top: 5px;
	border-top-style: solid;
	border-top-color: #0000ff;
}
TABLE.TOP2
{
	margin-top: 5px;
	border-top-style: solid;
	border-top-color: #ffff00;
}
.TitleL
{	font-weight: 200;
	font-size: 12pt;
	color:White;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	vertical-align: middle;
}
.Title
{	font-weight: 600;
	font-size: 14pt;
	color:Black;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	vertical-align: middle;
}
.CONTACT
{
	color:black;
}
.CONTACT.HIGHLIGHT
{
	color:#b5263b;
	font-weight:bold;
}
A
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Blue;
	}
A:VISITED
{	color: #b5263b;
	}
A:HOVER
{	color: #b5263b;
	}
A:ACTIVE
{	color: #b5263b;
	}
A.FOOTER
{
	font-size: 10pt;
	font-family: Verdana;
	text-align: center;
	text-decoration: none;
}
A.PLANS
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
}
A.MENU
{
	font-weight: 800;
	font-size: 11pt;
	font-family: Verdana;
	text-decoration: none;
	color: White;
}
A.MENU:visited
{
	color: White;
}
A.MENU:hover
{
	color: #ffd700;
}
A.MENU:active
{	color: White;
	}
A.DARKBG
{	color: White;
}
A.DARKBG:hover
{	color: silver;
}
A.DARKBG:visited
{	color: #ffd700;
}
