/* Style Sheet Last updated - 22/Apr/2003 */ 
/* This style sheet is for IE 4.02 and up */ 

/* BODY = default paragraph font */ 
	body		{bgcolor: #ffffff; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 70%; }
	
/* HYPERLINKS */ 
	a:link, a:visited	{color: #000000; text-decoration:underline; }
	a:active, a:hover	{color: #FF0000; cursor:hand;text-decoration-none:underline overline; }

/* LISTS */ 
	ol		{font-size: 100%; margin-top: .5em; margin-bottom: 0em; margin-left: 4em;}
	ul		{font-size: 100%; margin-top: .5em; margin-bottom: 0em;}
	ol ul		{list-style: disc; margin-top: .5em;}
	ul ul		{list-style: disc; margin-top: .5em;}
	li		{margin-bottom: .7em; margin-left: -2em;}

/* PREFORMATTING - CODE */ 
	pre		{font-size: 100%; margin-top: 1.2em; margin-bottom: 1.5em;}
	code	 	{font-family: "courier new", courier; font-size: 125%; }
	
/* TABLES */ 
	table		{font-size: 100%; margin-top: 1em; margin-bottom: 0em;}
	th		{text-align: left; background: #CCCCCC; margin: .25em; vertical-align: bottom;}
	tr		{vertical-align: top;}
	td		{margin: .25em; vertical-align: top; border-bottom: 1px solid #CCCCCC; }
	.gui {border: 1px solid #339966; background: #339966; padding: 3px; font:bold 8pt Tahoma, Arial; color:white}
    .nogui {border: 1px solid #339966; background: white; padding: 3px; font:8pt Tahoma, Arial; color:black; text-align: justify}
	.tableblue{border: 1px solid #3399CC; background: #3399CC; padding: 3px; font:8pt Tahoma,Arial; color:white}
	.datablue{border: 1px solid #3399CC; background: #3399CC; padding: 3px; font:8pt Tahoma,Arial; color:white}

/* Heading styles---------------------------------------------------------------------------- */ 

	h1		{
	font-size: 150%;
	margin-top: .4em;
	margin-bottom: .4em;
	font-weight: bold;
	border: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
	h2		{
	font-size: 125%;
	margin-top: 2em;
	margin-bottom: .5em;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
	h3		{font-size: 100%; margin-top: 1.2em; margin-bottom: .5em; font-weight: bold;}
	
	h4		{
	font-size: 100%;
	margin-top: .6em;
	color: #006600;
	font-weight: normal;
}
	h5		{
	font-size: 100%;
	margin-top: .6em;
	color: #0000CC;
	font-weight: normal;
}

/* PARAGRAPH */
	p		{margin-top: .6em; margin-bottom: .6em; }
	
	/* MY COLORS */
	.myg {
	color: #006666;
}
	.myb {
	color: #0066FF;
}
	.myr {
	color: #FF4600;
}
	
/* Defined List styles ----------------------------------------------------------------------- */

	dt		{font-weight: bold; }
	dd		{margin-left: 2em; margin-bottom: .6em; }

#theIFRAME	{position: absolute; display:none; }