/* Default CSS Stylesheet for a new Web Application project */

BODY
{ 
	font-family: arial,helvetica,sans-serif; 
	font-size:11px; 	
	color: #000000;
}

TD
{ 
	font-family: arial,helvetica,sans-serif; 
	font-size:11px; 	
	color: #000000;
}
A	
{ 
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	/*color : 000066;
	color: 0033ff;
	color: 6600ff;*/
	color: 3366ff;
	
	font-weight: bold;
	text-decoration: underline;
}
A:hover
{ 
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	/*color : 000066;*/
	color:  ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.header
{ 
	font-family: arial,helvetica,sans-serif; 
	font-size:12px; 	
	color: #000066;
	font-weight: bold;
}
.tools
{
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	color: #3E0262;
	font-weight: bold;
}
.lnk
{
 
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color : 000066;
	font-weight: bold;
	text-decoration: underline;
}	
.lnk:hover
{
		font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color : 000066;
	font-weight: bold;
	text-decoration: underline;
}
.thnk 
{font-size: 14px;
font-weight: bold;
color: #003366;
font-family: arial;	
}
UL 
{
 padding-left: 0px;
 list-style-position:inside;
 left: 0px;
 font-weight: bold;	
  left: 0px;
  margin-left: 0px;
}
LI
{
 padding-left: 0px;
 list-style-position:inside;
 left: 0px;
 font-weight: normal;
 left: 0px;
 margin-left: 0px;
}
OL 
{
 padding-left: 0px;
 list-style-position:inside;
 left: 0px;
 font-weight: bold;	
  left: 0px;
  margin-left: 1px;
  margin-bottom: 1px;
  margin-top: 1px;
}