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

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

	Date Created:	Saturday, August 10, 2002 3:44:01 AM
	Last Modified:	Thursday, September 05, 2002 5:17:52 PM
	Revision:		1.0

	Function: Defined the basic appearance for primitive
	browsers (ns4.x, ie 5.x)
	
	#9D5794;

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

a {
	color:				#990000;
	cursor:				hand;
}
abbr, acronym, .help {
	border-bottom:		1px dotted #333;
	cursor:				help;
}

/* Hanging quotes */
blockquote, blockquote p {
	text-indent: 				-0.5em;
}

code, pre {
	color:				gray;
	background-color:	transparent;
	font-family:		Courier,Monaco,sans-serif;
	font-weight:		normal;
}
dt {
	font-weight:		bold;
}
dd {
	margin-bottom:		0.66em;
}
fieldset {
	border:				none;
	margin:				0;
	padding:			0;
}
h1 {
	font-size:			16pt;
	font-weight:		bold;
	color:				#000000;
}

h2 {
	font-size:			13pt;
	font-style:			bold;
	color:				#990000;
}

h3 {
	font-size:			12pt;
	font-style:			italic;
	color:				#990000;
}
li {
	margin-bottom:		0.35em;
}
p {
	margin-left:		10px;
	line-height:		135%;
	font-size:			11pt;
}
td, th {
	text-align:			left;
}

/* ------------------------------------------------------
	Classes
------------------------------------------------------- */

.footer {
	font-size:			0.85em;
	border-top:			1px solid #919646;
	margin:				1em;
	padding-top:		1em;
}
.pullquoteleft {
	float:				left;
	font-weight:		bold;
	border:				3px dashed #4D8D2C;
	color:				#65729C;
	background-color:	cornsilk;
	width:				40%;
	margin:				5px 15px 5px 0px;
	padding:			5px;
}
.pullquoteright {
	float:				right;
	font-weight:		normal;
	font-size:			10px;
	border:				1px dashed #99418A;
	color:				#D69B00;
	background-color:	#9D7CC2;
	margin:				0px 5px 5px 10px;
	padding:			5px;
	width:				250px;
}
.pullquotecenter {
	font-weight:		bold;
	text-align:			center;
	border-top:			3px dashed #4D8D2C;
	border-bottom:		3px dashed #4D8D2C;
	color:				#65729C;
}
/* End of document */