body				{
					font-family:		'Times New Roman', times, Bodoni, serif;
					text-align:			center;
					color:				silver;
					background:			black;
					
					border:				medium none gray;
					margin-left:		1%;
					margin-right:		1%;
					margin-top:			0;
					margin-bottom:		1%;
					padding:			0;
					}
h1,h2,h3,h4			{
					text-align:			center;
					}
a					{
					background:			transparent;
					padding-bottom:		1px;
					text-decoration:	underline;
					}
a:link				{color:				white;	background:	transparent;}
a:visited			{color:				gray;	background:	transparent;}
a:hover				{color:				yellow;	background:	transparent;}
a:active			{color:				red;	background:	transparent;}

.headlink			{
					font-weight:		bolder;
					text-decoration:	none;
					border-bottom:		thin solid;
					}
.headlink:hover		{border-bottom:		none;}

.bodylink			{text-decoration:	none;}
.bodylink:hover		{text-decoration:	underline;}
.nodecolink			{
					color:				silver;
					background:			transparent;
					text-decoration:	none;
					}
.nodecolink:link	{color:				silver;	background:	transparent;}
.nodecolink:visited	{color:				silver;	background:	transparent;}
.nodecolink:hover	{
					color:				silver;
					background:			transparent;
					text-decoration:	overline;
					}
.nodecolink:active	{color:				silver;	background:	transparent;}

a.external			{text-decoration:	underline;}
a.external:hover	{background:		transparent url('Steve/images/animarrowp.gif') repeat-x 100% 100%;text-decoration:	none;}
a.external2			{text-decoration:	none;}
a.external2:hover	{background:		transparent url('Steve/images/animarrowp.gif') repeat-x 100% 100%;}

.tablehead			{
					color:				white;
					background:			gray;
					text-decoration:	none;
					font-weight:		bold;
					}
a.tablehead:link	{color:				white;	background:	transparent;}
a.tablehead:visited	{color:				white;	background:	transparent;}
a.tablehead:hover	{color:				yellow;	background:	transparent;}
a.tablehead:active	{color:				white;	background:	transparent;}

a img				{border:			none;}
a.imglink:link		{border:			thin solid silver;		padding-bottom:	0;}
a.imglink:visited	{border:			thin solid gray;		padding-bottom:	0;}
a.imglink:hover		{border:			medium solid white;	padding-bottom:	0;}
a.imglink:active	{border:			thin solid red;			padding-bottom:	0;}
tr.highlight		{
					background:			#ffffc0;
					font-weight:		bold;
					}
.outline			{border:			solid gray;}
.outlinered			{border:			solid red;}

input:focus, select:focus, textarea:focus	{border: thin solid red}

.proportional		{font-family:		'Courier New', 'Courier', monospace;}
.easyread			{font-family:		'Arial Narrow', 'Arial', sans-serif;	font-size:	smaller;}
.easyread2			{font-family:		'Arial', sans-serif;	font-weight:	bolder;}
.easyread3			{
					font-family:		'Verdana', 'Arial', 'Geneva', 'Helvetica', sans-serif;
					font-size:			smaller;
					text-align:			left;
					margin-left:		auto;
					margin-right:		auto;
					width:				300px;
					}
.footer				{font-size:			smaller;}
.navtext			{
					font-size:			100%;
					font-weight:		bold;
					text-transform:		capitalize;
					}
.fancy				{font-family:		'Monotype Corsiva', serif;}
.silverback			{background:		silver;	color:	black;}
.spelling			{color:				red;
					background:			transparent;
					text-decoration:	underline;
					}
.handydark			{
					cursor:				pointer; 
					color:				white; 
					background:			gray; 
					text-decoration:	none;
					}
.sound				{
					color:				green;
					background:			transparent;
					text-decoration:	none;
					}
.important			{color:				red;	background:	transparent;}
.scaps				{font-variant:		small-caps;}
.light				{color:				black;	background:	transparent;}
.lights				{
					color:				#000001;
					background:			transparent;
					font-size:			xx-small;
					}

.mid				{text-align:		center;	vertical-align:	middle;}
.firstcol			{text-align:		right;}
.lastcol			{text-align:		left;}
.midcol				{text-align:		center;}
.toprow				{vertical-align:	top;}
.midrow				{vertical-align:	middle;}
.botrow				{vertical-align:	bottom;}
.midtext			{
					text-align:		justify;
					margin-left:		15%;
					margin-right:		15%;
					}
div.spacerline		{
					line-height:		1px;
					clear:				both;
					border-bottom:		thin solid silver;
					}
