﻿html
{
	height:100.1%; 
	overflow-y:scroll; 
	overflow: -moz-scrollbars-vertical;
}
body 
{ 
	height:100%; 
	margin:0; 
	padding:0; 
} 

h1
{
	font-family: Arial;
	font-size: xx-large;
	color: #0188A5;
	font-weight: bold;
}

h2
{
	font-family: Arial;
	font-size: large;
	color: #0188A5;
	font-weight: bold;
	font-style:italic;
}

p
{
	font-family:Verdana;
	font-size:small;
}

a
{
	font-family:Verdana;
	font-size:small;
	color:blue;
}

ul
{
	font-family: Verdana;
	font-size: small;
}
li
{
	padding-bottom: 10px;
}

ol
{
	font-family:Verdana;
	font-size:small;
}

.clickable
{
	font-family:Verdana;
	font-size:small;
	color:blue;
}

.clickable:hover 
{
	cursor:pointer; 
	color: red
} 

.footer
{
	font-family:Verdana;
	font-size:x-small;
	color:#DCDDE2;
}

.youtube_note
{
	color:#CC0000;
	font-family:Verdana;
	font-style:italic;
	font-size:x-small;
}

.ppl_note
{
	font-family: Arial;
	font-size: large;
	color: #0188A5;
}

.MenuItem 
{
    width: 250px;
    height: 20px;
    cursor: pointer;
    color: #DCDDE2;
    font-family: Verdana;
    font-size: Small;
    font-weight: bold;
    text-decoration: none;
}

.MenuItem:hover
{
    width:250px;
    height:20px;
    cursor: pointer;
    color: #0188A5;
    font-family: Verdana;
    font-size: Small;
    font-weight: bold;
    text-decoration: none;
}

.MenuItem label
{
    cursor: pointer;
    padding-left: 15px;
}

.MenuSpacer
{
    height:10px;
}

.TableTitle
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    color: #0188A5;
}

.TableText
{
    font-family:Verdana;
	font-size:small;
}