﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ffffff;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #222222;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	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;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	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;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: 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: Arial, Helvetica, sans-serif;
	}
	

	


A:link
{
	color: #cc0099;
	text-decoration: none;
}	
		
A:visited
{
	color: #660066;
	text-decoration: none;
}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover
{
	color: #0033ff;
	text-decoration: underline;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc ;
	}	

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;
	}	

IMG 	{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	}

/* added for application */
.asplabel
	{
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 9pt;
	COLOR: black;
	}

.aspblabel
	{
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 8pt;
	COLOR: #222222;
    font-weight: bold;
	}

.asplabel9
	{
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 9pt;
	COLOR: black;
	margin-top: 3px;
	margin-bottom: 3px;
	}

.aspblabel9
	{
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 9pt;
	COLOR: navy;
    font-weight: bold;
	}

.asplabel10
	{
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 10pt;
	COLOR: navy;
	}

.aspblabel10
	{
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 10pt;
	COLOR: black;
	margin-top: 3px;
	margin-bottom: 3px;
	}

.aspbutton
	{
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 8pt;
	COLOR: navy
	}

.asperror, .aspberror
	{
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 10pt;
    color: red;
	}

.aspberror
	{
    font-weight: bold;
	}

.asphlink:link
{
	font-size: 8pt;
	color: #993399;
	text-decoration: none;
}	
		
.asphlink:visited
{
	font-size: 8pt;
	color: #993399;
	text-decoration: none;
}	
		
.asphlink:active
{
	color: #993399;
	text-decoration: none;
	font-size: 8pt;
}	
		
.asphlink:hover
{
	font-size: 8pt;
	color: darkviolet;
	text-decoration: underline;
}

.boldtitle
{
	color: #111111;
	font-size: 12pt;
	font-weight: bold;
}

.pagetext
{
	font-size: 8pt;
	color: #000080;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
}

.pagetextbold
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: #000080;
	font-weight: bold;
	background-color: #ffffff;
}

.pagetitle
{
	font-weight: bold;
	font-size: 14pt;
	color: #111111;
	font-family: 'Trebuchet MS' , Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

.dgitem
{
 background-color:white;
 color: #000066;
 font-size: 8pt;
 font-family: Verdana, Arial, Sans-Serif;
}

.dgedititem
{
	font-size: 8pt;
	color: #000066;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: lightyellow;
}

.dgaltitem
{
	font-size: 8pt;
	color: #000066;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #dee09e;
}

.dgheader
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #000000;
}


TABLE
{
	background-color: #ffffff;
}














