/*-- Mostly stolen, er..., derived from office.css --*/

/*-- BODY = default paragraph font --*/

	body		{color: black; background: #fffff0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; }
	
/*-- HYPERLINKS --*/
	a:link		{color: #0000cc; background: transparent;}
	a:active	{color: #0000cc; background: transparent;}
	a:visited	{color: #990099; background: transparent;}	
	.pop		{text-decoration: none; }

/*-- LISTS --*/
	ol		{font-size: 100%; margin-top: .5em; margin-bottom: 0em;}
	ul		{font-size: 100%; margin-top: .5em; margin-bottom: 0em;}
	li		{margin-bottom: .7em; margin-left: -0.5em; }

/*-- PREFORMATTING/CODE --*/
	pre		 {font-family: "courier new", courier; 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: #DDDDDD; color: inherit; margin: .25em; vertical-align: bottom;}
	td		{margin: .25em; vertical-align: top;}

/*-- PARAGRAPH --*/
	p		{margin-top: .6em; margin-bottom: .6em;}

/*-- HEADERS --*/
	h1			{font-size: 130%; margin-bottom: .5em;}
	h2			{font-size: 120%; margin-top: 2em; margin-bottom: .5em;}
	h3			{font-size: 100%; margin-top: 1.2em; margin-bottom: .5em; font-weight: bold;
	   background-color: #d4d0c8; color: black;}	/*-- Heading 5,Org Heading 3,h3 tugo/p --*/
	h4			{font-size: 100%; margin-top: 1.2em; font-weight: bold;}	/*-- Heading 6,Org Heading 4,h4 tugo/p --*/
	h5			{font-size: 100%; margin-top: 1.2em; font-weight: bold;}	/*-- Heading 7,Org Heading 5,h5, tugo/p --*/

/*-- IMAGES --*/
	img		{
  margin: 0.5em;
  border: 0;
}
	
/*-- DEFINITIONS --*/
dt {
  font-weight: bold;
  margin-top: .8em;
}
dfn {
  font-style: normal;
  font-weight: bolder;
}

/* -- Show Me Styles --*/		
	.Highlight	{background: #add8e6; color: inherit;}
	.Normal 	{background: white; color: inherit;}
	
/*-- Other special classes --*/
.copyr {
	font-size: 80%;
	text-align: center;
	margin-top: 1em;
}
.prod {
	font-weight: bold;
}

.mt			{margin-top:  2em;}

b.menu {
	font-weight: bold;
	color: blue;
}

.w {
	color: red;
	background: transparent;
	font-weight: bold;
}
.c {
	color: blue;
	background: transparent;
	font-weight: bold;
}

.hlbox {
width: 80%; margin: 10px; padding: 10px; border: 2px red solid; text-align: center; font-size: 100%; font-weight: normal;
}

code.g {
	font-family: 'Courier New', Courier, monospace;
	BACKGROUND: #efefef;
	COLOR: black;
}

code.b {
	font-weight: bold;
}
