﻿body
{
	font-family:Century Gothic;
	font-weight:lighter;
	font-size:medium;
	color:white;
}
h1
{
	font-weight:bolder;
	font-size:xx-large
}
h2
{
	font-weight:normal;
	font-size:larger
}
.orange
{
	color:Orange;
}
.blackText
{
	color:Black;
}
.webding
{
	font-family: Webdings;
}
.up
{
	font-weight:bold;
	color:Green
}
.error
{
	color:Yellow;
}
a:link 
{
	color:Moccasin;
}
a:visited 
{
	color:MintCream;
}
a:hover 
{
	color:Yellow;
	font-weight:bolder;
}
.small
{
	font-size:medium;
}
.tMode
{
	color:Yellow;
}
.disclaimer
{
	font-size:6pt;
	color:Gray;
}
.view
{
	background-repeat:no-repeat;
}
.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;	
	top: 0px;
	left: 0px;
}
.highZ {
	color:Yellow;
	z-index: 50;
	position:absolute;
	width:480px;
	font-size:8pt;
}
.videoTag {
	font-family:Arial; 
	font-size:small;
	text-align:center;
	vertical-align:top;
	width:120;
}


