body                {
                    font-family:		Tahoma, Arial, sans-serif;
					font-weight:		normal;
					font-style:			normal;
					font-variant:		normal;
					text-align:			left;
					
					color:				silver;
					background:         black;
                    }
p,h1,h2,h3			{
					margin-top:			0;
					margin-bottom:		0;
					}

a:link				{color:				white;	background:	transparent;}
a:visited			{color:				gray;	background:	transparent;}
a:hover				{color:				yellow;	background:	transparent;}
a:active			{color:				red;	background:	transparent;}

a.bodylink:link		{color:				white;	background:	transparent;	text-decoration:	none;}
a.bodylink:visited	{color:				gray;	background:	transparent;	text-decoration:	none;}
a.bodylink:hover	{color:				pink;	background:	black;	text-decoration:	underline;}
a.bodylink:active	{color:				red;	background:	transparent;}

.col25				{
					float:				left;
					width:				22%;
					margin-right:		2%;
					}
.col75				{
					float:				left;
					width:				74%;
					}
.floatleft			{float:				left;}
.floatright			{float:				right;}
div.spacer0			{
					line-height:		1px;
					clear:				both;
					}
div.spacer			{clear:				both;}
.scaps				{font-variant:		small-caps;}
.smaller			{font-size:			smaller;}
.gray				{color:				gray;	background:	transparent;}
img					{max-width:			100%;}
img.nomaxwidth		{max-width:			none;}
a img				{border:			none;}
.outline			{border:			thin solid gray;}
.nodecolink			{
					color:				gray;
					background:			transparent;
					text-decoration:	none;
					}
.nodecolink:link	{color:				gray;	background:	transparent;}
.nodecolink:visited	{color:				gray;	background:	transparent;}
.nodecolink:hover	{color:				gray;	background:	transparent;}
.nodecolink:active	{color:				gray;	background:	transparent;}

.img-shadow			{
					float:				left;
					background:			url(shadow.gif) no-repeat bottom right;
					margin:				10px 1em 0 10px !important;
					margin:				10px 1em 0 5px;
					}
.img-shadow	img		{
					display:			block;
					position:			relative;
					background-color:	transparent;
					border:				1px solid gray;
					margin:				-6px 6px 6px -6px;
					padding:			4px;
					max-width:			none;
					} 

