﻿body 
{
	font-family: Verdana;
	font-size: small;
	font-weight: 400;
	background-color: #8FAF8F;
}

.Menu
{
	position:relative;
	top: -5px;
	background-color: #005137;
	cursor:hand;
	color: #ffffff;
	font-weight: 600;
	padding-left:5px;
	padding-top:10px;
	padding-bottom: 3px;
}

.SubMenu
{
	background-color: #8FAF8F;
	cursor:hand;
	color: #000000;
	font-weight: 600;
	padding-left:5px;
	padding-right:5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.SubMenu:hover
{
	background-color: #8FAF8F;
	cursor:hand;
	color: #000000;
	font-weight: 600;
	padding-left:5px;
}


.SubNavMenu
{
	font-size:small;
	border: solid 1px #005137;
	background-color: #8FAF8F;
	cursor:hand;
	color: #000000;
	font-weight: 600;
	padding: 2px 2px 2px 2px;
}

.SubNavMenu:hover
{
	background-color: #005137;
	color: #ffffff;
}


.Title
{
	color:#005137;
	font-size: x-large;
}

.SubHeading
{
	color: #005137;
	font-weight:600;
}

.SubHeading2
{
	color:#8FAF8F; 
	font-size:medium;
	font-weight:700;
}

.VideoTitle
{
	color:#8FAF8F; 
	font-size:small;
	font-weight: 600;
	font-weight:700;
}

.VideoBox
{
    border: solid 1px #8FAF8F;
}

.BulletList
{
	list-style-type: circle;
}

img
{
	margin: 2px 5px 0px 5px;
}

a
{
	color: #005137;
	text-decoration: none;
}

a:hover
{
	color: #749774;
	text-decoration: underline;
}

.Header
{
	background-color:#8FAF8F;
}

Table
{
	background-color: #ffffff;
}

.DownloadBox
{
	border: solid 1px #005137;
}

.Note
{
	background-color: #005137;
	color: #F7EA86;
	font-weight:600;
	border: solid 1px #F7EA86;
	padding: 5px 5px 5px 5px;
}