
/* user_agent : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) */

/* link alterations */

a:visited	{ color: #660099; }    /* visited color was originally #00aa00 */
a:hover		{ color: #ff0000; }

/* TD and BODY elements are .basic unless otherwise specified */

BODY TABLE TH TR TD CENTER UL FORM
{	font-family: georgia,sans-serif;
		font-size: 12px;
		color: #000099;
		background: #ffffff fixed;
}


/* basic style for the entire document */

.basic
{
	background-attachment: fixed;
	font-family: georgia,sans-serif;
	font-size: 14px;
	color: #000099;	
	background: #ffffff fixed;
	/* added in from original doc */
	position:relative;
	top:20px;
	left:32px;
	width:650px;
	
	-adbe-g:p;
}

.list
{
	background-attachment: fixed;
	font-family: georgia,sans-serif;
	font-size: 14px;
	color: #000099;	
	background: #ffffff fixed;
	line-height: 24px

.small
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 10px;
	color: #000000;	
}

.tiny
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 9px;
	color: #000000;	
}

.red
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #ff0000;	
}

.green
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #00ff00;	
}

.darkgreen
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #008000;	
}

.blue
{
	background-attachment: fixed;
	font-family: georgia,sans-serif;
	font-size: 12px;
	color: #3399CC;	

}

.white
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #ffffff;	
}

.inverted
{
	background-attachment: fixed;
	background: #000000;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;	
}

.black
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #000000;	
}

.puke
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #808000;	
}

.purple
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #ff00ff;	
}

.redstrong
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #ff0000;	
	font-weight: bold;
}

.greybackground
{
	background: #cccccc;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #000000;
}

.redbackground
{
	background: #ff0000;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #000000;
}

.yellowbackground
{
	background: #ffff00;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #000000;
}

.title
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

.headline
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;	
}

.numeral
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;	
}

.mono
{
	background-attachment: fixed;
	font-family: Courier,monospace;
	font-size: 12px;
	color: #000000;	
}

.monosmall
{
	background-attachment: fixed;
	font-family: Courier,monospace;
	font-size: 9px;
	color: #000000;	
}

.myrule
{
	color: #ff0000;	
}

.indent
{
	margin-left: 20px;
}

.indent2
{
	margin-left: 30px;
}

.indent3
{
	margin-left: 40px;
}

.descriptionindent
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #000000;	
	margin-left: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.descriptionindent2
{
	background-attachment: fixed;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #000000;	
	margin-left: 30px;
}

.warnbackground
{
	background: #ffff00 url(/img/warns.gif) fixed;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #000000;
}

.warnbox
{
	background: #ffff00 fixed;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #000000;
}

