/*
REFERENCE:
	Generic Font Families: serif, sans-serif, cursive, fantasy, monospace 

	The "em" unit refers to the font size of the element. 
	"3em" means three times wider than the font size.
	
	li {display:block;}  - erases bullet points, but not in IE
*/

/*******************************************
 *** STYLE ON FUNCTIONAL/ACTION ELEMENTS ***
 *******************************************/
a:hover {background-color:#DDDDFF;}
.no_under {text-decoration:none !important;}


/*******************************
 *** STYLE ON PAGE STRUCTURE ***
 *******************************/
body {
	color:black;
	background:white;
	font-family:tahoma, courier, sans-serif, cursive;
	font-size:11pt;
}
h1 {background:#DDDDFF; border: 1px solid gray;}
h1, h2 {font-size:14pt; padding:10px;}
h2, h3, ul {border:0; margin:0;}  /* H2=toc title, H3=toc entries */
h3 {font-size:11pt;}
ul {padding-left:60px;}
table {border-collapse:collapse;}
th, td {padding:3px;}
th, td, .topic {border:1px solid gray;}
.topic, table { 
	margin-top:10px;
	padding-bottom:20px;
}
.topic .topichead {
	background:#DDDDFF; 
	font-weight:bold; 
	padding-left:10px;
}
.topic .topictxt {
	border:0px; padding:0px;
	margin-left:40px;
}
#footer2 {
	background:#DDDDFF; 
	font-size:9pt;
}


/********************************
 *** STYLE ON SEMANTIC MARKUP ***
 ********************************/
acronym {cursor:help;}  
code, kbd, samp {background:#D3D3D3;}
kbd {display:inline;}
code, samp {display:block; white-space:pre;}


/**************************************************
 *** STYLE ON PRESENTATIONAL ATTRIBUTES (BAD!?) ***
 **************************************************/
.center {text-align:center;}
