/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #9999CC;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;

}
Footer	{	
	font-family: Arial;
	font-size:	.8em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;

	letter-spacing:	normal;
	text-transform:	none;
	
	}
	
TD	{	
	font-family: Comic Sans MS;
	font-size:	11pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;

	letter-spacing:	normal;
	text-transform:	none;
	vertical-align:   Top
	
	}	
	
H1, H2, H3, H4, H5, TH, TD, THEAD, TFOOT
{
    COLOR: white;
}
H1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;

	letter-spacing:	normal;
	text-transform:	none;
	color: #CC0000;
	text-align: center;


	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;

	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;

	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	400;
	text-decoration:	none;

	letter-spacing:	normal;
	text-transform:	none;
	text-align: center;

	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;

	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;

	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;

	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;

	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#33CC00;
	font-weight: 600;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#33CC00;
		font-weight: 600;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#CC0000;
		font-weight: 600;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#CC3300;
		font-weight: 600;
	}
	
SMALL	{	
	font-size:	.4em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Arial, Helvetica, sans-serif;
	}	
	

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;
	}	


.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: Yellow;
	font-weight: 600;

}
.Logon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: 500;

}
.ArtisFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 800;
	color: #000000;
}
.SideColumnLink:link	{	
	text-decoration:	none;
	color:	#66FF33;
	}	
		
.SideColumnLink:visited	{	
	text-decoration:	none;
	color:	#00CC00;
	}	
		
.SideColumnLink:active	{	
	text-decoration:	none;
	color:	#00FF00;
	}	
		
.SideColumnLink:hover	{	
	text-decoration:	underline;
	color:	#FFFF66;
	}
	
.PageSubHeader1 {
	font-size: 14pt;
	font-style: normal;
	font-weight: 400;
	color: #FF3300;
}
.clsColumnTitle {
	font-size: 12pt;
	font-weight: 600;
	color: White;}
	
.SideColumnBody 
{
	color: White;}

	

.TitleYellow {
	font-weight: bold;
	color: FFFF00;
}
