﻿body
{
	margin-top:0;
	margin-left:0;
	font-family:Helvetica;
}

.mainTable
{
	width:940px;
	height:250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

.title
{
	font-size: xx-large;
	font-family: Arial;
	color: #0082C8;
}

.SolidLine
{
	border: 1px solid #CCCCCC;
	width: 95%;
}

.MenuItems
{
	font-family: 'Helvetica';
	font-size: 9pt;
	text-decoration: none;
	color: #0000FF;
	cursor:pointer;
}

.MenuItems table tbody tr td:first-child  
{   
   display:none;   
}  


.MenuItemsGreen
{
	font-family: 'Helvetica';
	font-size: 9pt;
	text-decoration: none;
	color: #008000;
	cursor:pointer;
}

.MenuItemsIndent
{
	font-family: 'Helvetica';
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
.printing
{
	font-family: 'Helvetica';
	font-size: 9pt;
	text-decoration: underline;
	color: #0000FF;
	cursor:hand;
}

.MenuItems:hover
{
	text-decoration: underline;
}

.MenuItemsGreen:hover
{
	text-decoration: underline;
}

.hide
{
	display:none;
}
