﻿* html img
{
	behavior: url(images/iepngfix.htc);
}

body 
{
}

img
{
	border-color: Gray;
}

.textSmall
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: justify;
	vertical-align: text-top;
	color: Black;
}

.textMed
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align: justify;
	vertical-align: text-top;
	color: Black;
}

.textLarge
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align: justify;
	vertical-align: text-top;
	color: Black;
}

.Copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: Black;
}

.lessons
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	color: White;
}

A
{
	text-decoration: none;
}

A.lessons
{
	text-decoration: none;
}

A.lessons:hover
{
	color: Highlight;
}

.ref
{
    display: none;
}

.error
{
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align: justify;
	vertical-align: text-top;
	color: Red;
}