﻿body 
{
	background-color: #ffffff;
	margin-left: 2px; 
    margin-right: 2px; 
    margin-top: 2px; 
    margin-bottom: 2px; 
}

.PageBorderLeft
{
	width: 10px;
	font-size: 1px;
}

.PageBorderRight
{
	width: 10px;
	font-size: 1px;
}

.PageBorderTop
{
	height: 10px;
	font-size: 1px;
}

.PageBorderBottom
{
	height: 10px;
	font-size: 1px;
}

.TopLeftCorner, .TopRightCorner, .BottomLeftCorner, .BottomRightCorner
{
}
.TopLeftCorner
{
}
.TopRightCorner
{
}
.BottomLeftCorner
{
}
.BottomRightCorner
{
}



.MenuLinkSelected, .MenuLink, A.MenuLink, A.MenuLink:link, A.MenuLink:visited
{
}

A.MenuLink:hover
{
}

.MenuLinkSelected
{
}

.QuoteText, .QuoteAuthor
{
	color: #ad6b36;
	font-family: 'Goudy Old Style';
	font-style: italic;
	font-size: 11pt;
}
.QuoteAuthor
{
	font-style: normal;
}

.BodyText, .BodyTextMedium, .BodyTextTitle
{
    font-style: normal;
    color: #2e2303;
    font-family: Helvetica, Swiss;
    line-height: 20px;
    font-size: 10pt;
    border: 0px black solid;
}

.BodyTextMedium
{
	margin: 10 0 0 0;
}

.BodyTextTitle
{
	font-size: 14pt;
	color: #AB8250;
	font-weight: bold;
}

.RightPanelTitle
{
	color: Silver;
	font-size: 10pt;
	font-family: Helvetica, Swiss;
	font-weight: bold;
}
.RightPanelSubTitle
{
	color: Silver;
	font-size: 9pt;
	text-decoration: underline;
	font-family: Helvetica, Swiss;
	font-weight: bold;
}

.RightPanelLink
{
	color: white;
	font-size: 8pt;
	font-family: Helvetica, Swiss;
	font-weight: bold;
}
A.RightPanelLink:link, A.RightPanelLink:visited, A.RightPanelLink:hover
{
	text-decoration: none;
}

.VideoCopyText
{
	color: black;
	font-size: 8pt;
	font-style: italic;
	font-family: Helvetica, Swiss;
	width: 420px;
	padding: 4px 4px 4px 4px;
	border: 1px #6e6a59 solid;
	background-color: #b8A962;
}

A
{
    color: #2e2303;
    xtext-decoration: none;
}


.PageFirstLetter
{
    font-size: 22pt;
}
.PageTitle
{
    font-size: 22pt;
    text-decoration: underline;
}
.footerText
{
}

.AllContent
{
	border: 0px green solid;
	width: 800px;
}

.PopupContent
{
	border: 1px gray solid;
	width: 500px;
}

.PageContent
{
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	width: 460px;
	height: 420px;
	border: 0px yellow solid;
}

#PlayerPanel
{
	border: 1px silver solid;
	position: relative; 
	left: 0;
	margin: 0px 0px 0px 0px;
	width: 100px;
	overflow: hidden;
	
}

.RightPanel
{
	padding-top: 30px;
	border: 0px blue solid;
	width: 260px;
	height: 100%;
	vertical-align: top;
}


