a:link
{ 
        text-decoration: none;
        color: #8e8e8e;
}
a:visited
{
        text-decoration: none;
        color: #CC3333;
}
a:active
{
        text-decoration: none;
        color: #CC6666;
}
lang
{
        vertical-align: top;
}

p
{
	text-align: justify;
}

p.nojustify
{
	text-align: left;
}

table.headertbl
{
	margin-left: auto;
	margin-right: auto;
}

body
{
	font-family: Arial;
	background-color: #bdbdbd;
	color: #bdbdbd;
}


div.header
{
	text-align: center;
}


div.pinup
{
	text-align: center;
}

img.stdimg
{
	float: right;
	margin: 10px;
	border-style: none;
}

img.stdimgl
{
	float: left;
	margin: 10px;
	border-style: none;
}

table.sitetable
{
	border-spacing: 5px;
	width="90%";
	background-color: #464646;
	border: 2px;
	align: center;
}


/*Thumbnails - from Wikipedia */
div.thumbcontainer
{
	float: right;
	clear: right;
	margin-bottom: .5em;
	border: 1px dotted;
	margin: 10px;
	width: auto;
	background-color: transparent;
}
div.thumbinner
{
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #505050;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
html .thumbimage
{
	border: 1px solid #ccc;
}
html .thumbcaption
{
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}

