﻿body
{
	background-image: url(images/nybg.gif);
	margin: 0px;
	background-color: #333333;
	color: white;
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 10pt;
}

a
{
	color: White;
}

a:Visited
{
	color: White;
}

.ContentWindow
{
	/* 	background-image: url(images/nybg.gif); 	margin: 0px; 	background-color: #333333; 	color: white; 	background-repeat: repeat-x; 	font-family: Tahoma; 	font-size: 10pt; */
}

.Title
{
	font-size: large;
	text-transform: capitalize;
	color: yellow;
	font-family: Verdana;
	vertical-align: middle;
	text-align: center;
}

.TopBanner
{
	display: block;
	background-image: url(Images/HeaderGradientImage.gif);
	width: 100%;
	height: 100%;
}
/* Menu styles */

.MenuBar
{
	border-bottom: #483f42 1px ridge;
	background-color: #423d3c;
}

.menu
{
	background-image: url(images/mnu_lo.gif);
	color: White;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	width: 102px;
	height: 22px;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}

.menuText
{
	background-image: none;
	background-color: transparent;
	text-align: center;
	cursor: hand;
}

.menuHover
{
	background-image: url(images/mnu_hi.gif);
	color: Lime;
	font: Verdana 0.4em;
}

.menuSelected
{
	background-image: url(images/mnu_sel.gif);
	color: Yellow;
	font-weight: bold;
}
