/* Default CSS Stylesheet for a new Web Application project */
body
{
    background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    color: #666666;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal
}

.menuitem
{	
	text-decoration:	none;
	color:	#666666;
}

h1, h2, h3, h4, h5, th, thead, tfoot
{
    color: #ff9933;
}
h1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	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:	16px;
	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:	14px;
	font-weight:	700;
	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;
	}	

TD	
	{
	font-size: 11px;
	}

A:link	{	
	text-decoration:	underline;
	color:	#3333FF;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	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		
{
	color: #ff9900;
	font-weight: 700;
	list-style-type:	disc;
	}

UL LI	{	
	list-style-type:	disc;
	}	

UL LI LI	{	
	list-style-type:	circle;
	}	

UL LI LI LI	{	
	list-style-type:	square;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.imgDef 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

li.back_style
	{
	font-size: 12px;
	}
	
ul.relate_links li
	{
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	font-size: 12;
	font-family: verdana, arial;
	font-weight: 700;
	background-color: #ff9900;
	color: #ffffff;
	} 

ul.relate_links .header
	{
	padding: 0px;
	margin: 0px;
	height: 10px;
	background-image: url(/images/topLeftRC.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	background-position: 0% 0%;
	color: #000000;
	width: 100%;
	background-color: #ff9900;
	}

ul.relate_links .footer
	{
	padding: 0px;
	margin: 0px;
	height: 10px;
	background-image: url(/images/botRightRC.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	background-position: 100% 100%;
	color: #000000;
	width: 100%;
	background-color: #ff9900;
	}

ul.index li
	{
	font-size: 14px;
	}
