﻿
h1
{
	font-family:Verdana,Arial;
}
h2
{
	font-family:Verdana,Arial;
	font-size:115%;
	color:#990099;
}
body 
{
	font-family:Georgia,Times New Roman;
	background-color:White;
}
td.mainCell
{
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	border-left: solid 1px black;
	padding: 30px; 
	background-color:#F5F59B;
	height:480;
	vertical-align:top;
}
td.selected
{
	font-family:Verdana,Arial;
	font-size:90%;
	background-color:#F5F59B;
	border-top:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-bottom:solid 0px black;
	padding:5px;
	
}
td.not
{
	font-family:Verdana,Arial;
	font-size:90%;
	background-color:White;
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
	border-bottom:solid 1px black;
	padding:5px;
}
a.nav,a.nav:visited
{
	text-decoration:none;	
	color:Navy;
}
a.nav:hover
{
	font-weight:bold;
	color:#990099;
}
a
{
	text-decoration:none;
}
a:hover
{
	font-weight:bold;
}
a:visited
{
	color:Blue;
}

p
{
	line-height:150%;
}
.mkLink
{
	text-decoration: none;
	color: Blue;
	cursor:pointer;
}
.mkLink:hover
{
	font-weight:bold;
}