@charset "ISO-8859-1"; 
/* ------------------------------------------------------

	Frank Marion, framar@interlog.com.
	http://www.framarstudios.com

	Date Created:	Friday, August 09, 2002 5:23:24 PM
	Last Modified:	Friday, August 09, 2002 5:23:26 PM
	Revision:		1.0

	Function: Plain layout and tags for printers and those
	who just can't handle flashy stuff.

------------------------------------------------------- */

/**/
* {
	visibility: 		hidden;
	text-align:			left;
}

body {
	
	font-weight:		normal;
	font-family:		Arial,Verdana,sans-serif;
	color:				black;
	padding:			0px;
	line-height:		160%;
}

#mast,#nav {
	height:				0px;
	width:				0px;
	display:			none;
}
#content * {
	visibility: 		visible;
	padding:			0px;
}
#footertable {
	visibility: 		visible;
	padding:			0px;
	width:				100%;
	color:				black;
}

a {
	border-bottom:		1px dotted #333;
}

/* Hanging quotes */
blockquote {
	margin:				1em 3em 1em 3em;
	font-style:			italic;
}
code, pre {
	color:				gray;
	background-color:	transparent;
	font-family:		Courier,Monaco,sans-serif;
	font-weight:		normal;
}
h1 {
	font-size:			150%;
	font-weight:		bold;
}
h2 {
	font-size:			125%;
	font-weight:		bold;
}
h3 {
	font-size:			110%;
	font-weight:		bold;
}

ul, ol, li {
	line-height:		125%;
	margin-left:		1em;
}

/* End of document */