body
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial;
}
.generalObject
{
	font-size: 10pt;
}
A:hover
{
	cursor:hand;
	color: red;
	text-decoration: underline;
}	
A:active
{
	cursor:hand;
	color: navy;	
	text-decoration: none;
}
A
{
	cursor:hand;
	color: navy;	
	text-decoration: none;
}
.linkObject
{
	cursor: hand;
	
}
.smallObject
{
	font-size: 8pt;
}
.tableCounter
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	font-size:10pt;
}
.tableLeft
{
	border-left: lightgrey 1px solid;
	font-size:10pt;
}
.tableRight
{
	border-right: lightgrey 1px solid;
	font-size:10pt;
}
.tableTop
{
	border-top: lightgrey 1px solid;
	font-size:10pt;
}
.tableBottom
{
	border-bottom: lightgrey 1px solid;
	font-size:10pt;
}
.tableLeftColor
{
	border-left: #766FFF 1px solid;
	font-size:10pt;
}
.tableRightColor
{
	border-right: #766FFF 1px solid;
	font-size:10pt;
}
.tableTopColor
{
	border-top: #766FFF 1px solid;
	font-size:10pt;
}
.tableBottomColor
{
	border-bottom: #766FFF 1px solid;
	font-size:10pt;
}
.colorTableRow
{
	height: 20px;
	background-color: #766FFF;
	font-size:10pt;
	color:White;
}
.colorTableBorderBottom
{
	border-bottom-color: #766fff;
	border-bottom-style: solid;
	border-width:1px;
	font-size: 9pt;
}
.grayTableBorderBottom
{
	border-bottom-color: lightgrey;
	border-bottom-style: solid;
	border-width:1px;
	font-size: 9pt;
}
.buttons
{
	border-right: #766fff 1px solid;
	border-top: #766fff 1px solid;
	border-left: #766fff 1px solid;
	border-bottom: #766fff 1px solid;
	background-color: white;
	height:20px;
}
.nonBorder
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.lightBlue
{
	background-color: lightblue;
}
.differentRowColor
{
	background-color:#F3F2FF;
}
.differentRowColorSmall
{
	background-color:#F3F2FF;
	font-size: 8pt;
}
.unselectedRow
{
	color: black;
}
