/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: x-small;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

TD
{
	font-size: x-small;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

Select
{
	background-color:#ffffa6;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

Input
{
	background-color:#ffffa6;
	border-right: silver thin solid;
	border-top: silver thin solid;
	font-size: x-small;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.Arrows
{
	
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: x-small;
	font-weight:bold;
}

.Steps
{
	
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: x-larger;
	font-weight:bold;
}

TD.ActivityHeader
{
	
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: larger;
	font-weight:bold;
}

A
{
	color : #000066;
	text-decoration: none;
}

A:visited	{	
	text-decoration:	none;
	color:	#000066;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000066;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000066;
	}

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;
	}	

IMG 	{
	}
