BODY
{
	background-image: url(IGBackground.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
}

.MenuMain
{
	color:white;
	font-weight: bold;
	font-size: 14;
	background-Color:MediumSeaGreen;
	text-decoration: none;
	width: 115;
	white-space: nowrap;
	text-align: center;
}
.MenuMain A:link, .MenuMain A:visited, .MenuMain A:hover 
{
	color:white;
	text-decoration: none;
}
.MenuMainHover
{
	color:white; 
	font-weight: bold;
	font-size: 14;
	background-Color:LimeGreen;
	text-decoration: none;
	width: 115;
	text-align: center;
}
.MenuMainHover A:link, .MenuMainHover A:visited, .MenuMainHover A:hover 
{
	color:white;
	text-decoration: none;
}

.SideBar
{
	color: white;
	font-weight:bold;
	width: 115;
	text-align: center;
}
.SideBar A:link, .SideBar A:visited, .SideBar A:hover 
{
	color:white;
	font-weight:bold;
}

.MenuFooter
{
	text-align: center;
	font-size: 12;
}

.SlideShow
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.Notice
{
	color: Red;
}

.FeeTable, .Feetable td
{
	border-right: white ridge;
	border-top: white ridge;
	border-left: white ridge;
	border-bottom: white ridge;
	border-collapse: collapse;
}

.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: right;
}