body
{
	background-color: black;
	margin : 0px;
}

table.CenterContent
{
	margin-left: auto;
	margin-right: auto;
}
table.TopBanner
{
	border-color: black;
/*	border-collapse: collapse; */
	background-color: black;
	border-width: 3px;
	border-style: solid;
}

h1
{
	font-size: large;
    font-family: Arial;
    color: black;
}
h1.left
{
   	text-align: left;
}
h1.right
{
   	text-align: right;
}
h1.center
{
   	text-align: center;
}
h1.noupperpadding
{
	margin-top: 0px;
}

h2
{
    font-size: medium;
    font-family: Arial;
    color: black;
}
h2.left
{
   	text-align: left;
}
h2.right
{
   	text-align: right;
}
h2.center
{
   	text-align: center;
}
h2.darkgreen
{
	color: #056005;
}
h2.darkblue
{
	color: #050d60;
}

h3
{
	font-size: xx-large;
    font-family: Arial;
    color: red;
}
h3.left
{
   	text-align: left;
}
h3.right
{
   	text-align: right;
}
h3.center
{
   	text-align: center;
}
h3.noupperpadding
{
	margin-top: 0px;
}

a
{
    font-size: medium;
    font-family: Arial;
    text-decoration: none;
}

a.imagelink
{
}
a.imagelink:link
{
	color: white;
}
a.imagelink:visited
{
	color: olive;
}
a.imagelink:hover
{
    color: red;
}
a.imagelink:active
{
    color: yellow;
}

a.imagelink img
{
	vertical-align: middle;
	border-width: 2px;
	border-style: solid;
}
a.imagelink:link img
{
    color: white;
	border-color: white;	
}
a.imagelink:visited img
{
    color: olive;
	border-color: olive;
}
a.imagelink:hover img
{
    color: red;
	border-color: red;
}
a.imagelink:active img
{
    color: yellow;
	border-color: yellow;
}

a.button
{
    font-weight: 600;
    font-size: 10pt;
    font-family: Arial;
    text-decoration: none;
}
a.button:link
{
    color: white;
}
a.button:visited
{
    color: white;
}
a.button:hover
{
    color: white;
}
a.button:active
{
    color: white;
}

td
{
    font-size: medium;
    font-family: Arial;
    color: black;
}
td.Small
{
	font-size: small;
    font-family: Arial;
}
td.Large
{
	font-size: large;
    font-family: Arial;
}
td.XLarge
{
	font-size: x-large;
    font-family: Arial;
}
td.XXLarge
{
	font-size: xx-large;
    font-family: Arial;
}
td.RomanRed
{
    font-size:  xx-large;
    color: red;
    font-family: 'Times New Roman'
}
td.Blue
{
	color: Blue;
}
td.LeftSideContent
{
	width: 120px;
	height: 100%;
	vertical-align: top;
	background-color: black;
}
td.MiddleContent
{
	height: 100%;
	vertical-align: top;
	background-color: #acabab;
}
td.RightSideContent
{
	width: 240px;
	vertical-align: top;
	background-color: black;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
td.InnerRightSideContent
{
	color: White;
	font-size: small;
    font-family: Arial;
}
td.CopyrightContent
{
	width: 100%;
	text-align: center;
	color: White;
}
td.VisitorCount
{
	width: 100%;
	text-align: center;
	color: Yellow;
	font-size: large;
    font-family: Arial;
}
td.NotPadded
{
	border-color: black;
	border-collapse: collapse;
	background-color: Black;
	padding: 0px;
}
td.AlbumFooterLinks
{
	font-size: x-large;
    font-family: Arial;
   	text-align: center;
}
td.Album
{
	word-spacing: 20px;
  	text-align: center;
}
td.videosspacer
{
	width: 5%;
}
td.bold
{
	font-weight: bold;
}
td.italic
{
	font-style: italic;
}

img.NoBorder
{
	border: 0px;
}

em.underline
{
	text-decoration: underline;
}