/* Default CSS Stylesheet for a new Web Application project */
.TopNav
{
	color: #CC0000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
}
.TopNav:link
{
	color: #CC0000;
}
.TopNav:active
{
	color: #CC0000;
}
.TopNav:hover
{
	color: #CC0000;
}
.TopNav:visited
{
	color: #CC0000;
}

.headerlinks:link
{
	color: #000000;
}

.headerlinks:active
{
	color: #000000;
}
.headerlinks:visited
{
	color: #000000;
}
.headerlinks:hover
{
	color: #000000;
}
.headerlinks {
    FONT-SIZE: 1em;
}
.blheaderlinks {
	color: #000000;
    FONT-SIZE: 1em;
}
.blheaderlinks:link
{
	color: #000000;
}

.blheaderlinks:active
{
	color: #000000;
}
.blheaderlinks:visited
{
	color: #000000;
}
.blheaderlinks:hover
{
	color: #000066;
}
.toplinks {
	color: #000000;
    FONT-SIZE: 1em;
}
.toplinks:link
{
	color: #000000;
}

.toplinks:active
{
	color: #000000;
}
.toplinks:visited
{
	color: #000000;
}
.toplinks:hover
{
	color: Blue;
}
.imglinks
{
	border-color: Black;
}
.imglinks:link
{
	border-color: Black;
}
.imglinks:active
{
	border-color: Black;
}
.imglinks:hover
{
	border-color: Black;
}
.imglinks:visited
{
	border-color: Black;
}
.Data
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
.DataHeader
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
}
BODY
{
    background: url(images/light_body3.gif) repeat-y top center;
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	}	
		
H2	{	
	font-family: Tahoma, Verdana, Arial;
	font-size:	12px;
	font-style:	normal;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

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;
	}	

