@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:				#46404A;
	cursor:				hand;
}
abbr, acronym, .help {
	border-bottom:		1px dotted #333;
	cursor:				help;
}
blockquote {
	width:				75%;
	font-style:			italic;
}

/* Hanging quotes */
blockquote p {
	text-indent: 		-50%;
}

code, pre {
	color:				gray;
	background-color:	transparent;
	font-family:		Courier,Monaco,sans-serif;
	font-weight:		normal;
}
dt {
	font-weight:		bold;
}
dd {
	margin-bottom:		65%;
}
fieldset {
	border:				none;
	margin:				0;
	padding:			0;
}
h1 {
	font-size:			150%;
	font-weight:		bold;
	color:				#AD0000;
}

h2 {
	font-size:			125%;
	font-weight:		bold;
	color:				#46404A;
}

h3 {
	font-size:			110%;
	font-weight:		bold;
	color:				#AD0000;
}
li {
	margin-bottom:		.35em;
}
p {
	margin-left:		10px;
	margin-right:		10px;
}
td, th {
	text-align:			left;
}


/* End of document */