/*Elements*/
a
{
	font-style: italic;
}

td
{
	font-family: Arial;
	font-size: 12px;
}

/*Classes*/
.Note
{
	font-family: Arial;
	font-size: 16px;
}

.NoteOnBlack
{
	font-family: Arial;
	font-size: 14px;
	color: White;
}

.VideoTypeToggle {
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    color: White;
    cursor: pointer;
}

.NavigationOnBlack {
    font-size: 16px;
    font-style: italic;
    color: White;
}

.NavigationArrows
{
    font-family: Arial;
    font-size: 160px;
    font-stretch: ultra-condensed;
    text-decoration: none;
    text-align: center;
    width: 100%;
    color: white;
}

.Button
{
	color: White;
	background-color: Gray;
	font-size: larger;
}

.Slide
{
	max-width: 100%;
	max-height: 100%;
	display: block;
	padding-top: 20px;
	margin: auto;
}

.Video
{
	max-width: 100%;
	max-height: 100%;
    margin-left: auto;
    margin-right: auto;
	width: auto;
	height: 768px;
	display: block;
	padding-top: 20px;
}

/*IDs*/
#MainTitle_Lang
{
    color: #990033;
    font-size: larger;
}

#table1 td
{
    font-family: Arial;
    font-size: 14px;
}

#table3 td
{
    font-family: Arial;
    font-size: 12px;
}

#LegendPanel
{
	position: fixed;
	bottom: 0;
	height: 40px;
	padding-top: 5px;
	width: 100%;
}

#LegendTable
{
	width: 100%;
	margin:0px auto;
}

#Slide
{
}