/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: #660000;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ffffff;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #990000;
}
H1
{
	font-weight: bold;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	color: #660000;
	font-style: normal;
	font-family: 'Times New Roman' , Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2
{
	font-weight: bold;
	font-size: 1.75em;
	word-spacing: normal;
	text-transform: none;
	color: #660000;
	font-style: normal;
	font-family: 'Times New Roman' , Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H3
{
	font-size: 1.58em;
	word-spacing: normal;
	text-transform: none;
	color: #660000;
	font-style: normal;
	font-family: 'Times New Roman' , Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H4
{
	font-size: 1.33em;
	word-spacing: normal;
	text-transform: none;
	color: #660000;
	font-family: 'Times New Roman' , Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H5, DT
{
	font-weight: bold;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	color: #660000;
	font-style: normal;
	font-family: 'Times New Roman' , Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H6
{
	font-weight: bold;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: #660000;
	font-style: normal;
	font-family: 'Times New Roman' , Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	color: #660000;
	font-family: 'Times New Roman' , Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}	
		
TH
{
	font-weight: bold;
	font-size: 1em;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: #660000;
	font-family: 'Times New Roman' , Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}	


A:link
{
	color: #3333cc;
	text-decoration: none;
}	
		
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;
	}	

HR
{
	color: #cc0000;
}

.TabView			{color:#000000; font-size:8pt; font-family: arial} 
A.TabView:LINK		{Text-Decoration: none; color:#000000; font-size:8pt; font-family: arial} 
A.TabView:VISITED	{Text-Decoration: none; color:#000000; font-size:8pt; font-family: arial}
A.TabView:HOVER		{Text-Decoration: underline; color:#4682b4; font-size:8pt; font-family: arial}

.TreeView
{
	font-weight: bold;
	font-size: 8pt;
	color: #660000;
	font-family: arial;
} 
A.TreeView:LINK
{
	font-weight: bold;
	font-size: 8pt;
	color: #4682b4;
	font-family: arial;
	text-decoration: none;
} 
A.TreeView:VISITED
{
	font-weight: bold;
	font-size: 8pt;
	color: #4682b4;
	font-family: arial;
	text-decoration: none;
} 
A.TreeView:HOVER
{
	font-weight: bold;
	font-size: 8pt;
	color: #4682b4;
	font-family: arial;
	text-decoration: underline;
}