﻿html, body
{
	margin: 0;
	padding: 5 5 5 5;
}

body, td
{
	font-family: Arial;
	font-size: 10pt;
}

a
{
	text-decoration:none;
}
a:active, a:link, a:visited
{
	text-decoration:none;
/*	color:#0D591A;
	font-weight: bold;*/
}

a:hover
{
	/*text-decoration:underline;*/
}


.TitleLabel
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

.SubTitleLabel
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}
.YouTubeCaption
{
	font-size: 8pt;
}
.YouTubeTitle
{
	font-size: 10pt;
	font-weight: bold;
}
.VideoList
{
}
.VideoTitle
{
	font-size:12pt;
	font-weight: bold;
}
.VideoLength
{
	font-weight: bold;
}
.StaticMenuItem
{
	text-decoration:none;
}
.StaticMenuItem a:active, .StaticMenuItem a:link, .StaticMenuItem a:visited
{
	text-decoration: none;
	color: Black;
}
.TopLevel
{
	padding-right: 20px;
}
.SubLevel
{
	padding-right: 10px;
}
.SubLevel a:active, .SubLevel a:link, .SubLevel a:visited
{
	text-decoration: none;
	color: Black;
	padding-right: 20px;
}