﻿html
{
	height: 100%;
	overflow: hidden;
}
body
{
	font-family: Sans-Serif;
	color: #bebebe;
	text-align: center;
	overflow: hidden;
}

table
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}



td
{
	font-size: small;
}

a
{
	text-decoration: none;
}
a:hover
{
	color: Red;
}
a:visited
{
	color: black;
}

.largetext
{
	font-size: 10pt;
}
.mediumtext
{
	font-size: 8pt;
}
.smalltext
{
	font-size: 7pt;
}

.sitemapnode
{
	padding-right: 5px; /* 	padding-left: 10px; 	padding-top: 1px; 	padding-bottom: 1px; 	margin-right: 2px; 	background-image: url(../Assets/Images/bc_sep.gif); 	background-repeat: repeat-x; 	border-right: darkgray 1px solid; 	border-top: darkgray 1px solid; 	border-left: darkgray 1px solid; 	border-bottom: darkgray 1px solid; */
}


a.silver
{
	text-decoration: none;
	color: silver;
}
a.silver:hover
{
	color: Red;
}
a.silver:visited
{
	color: silver;
}

a.underline
{
	text-decoration: underline;
	color: #d3d3d3;
}
a.underline:hover
{
	color: White;
}
a.underline:visited
{
	color: #d3d3d3;
}

.thumbnail
{
	cursor: pointer;
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.dropShadow( Color=#330000,offX=1,offY=1,positive=true);
}

.picture
{
	filter: progid:DXImageTransform.Microsoft.dropShadow( Color=#d3d3d3,offX=3,offY=3,positive=true);
}

