﻿body, td, input, div, span, textarea, select
{  
	font-family: Tahoma, Arial, helvetica, sans-serif;	
	font-size: 9pt;
}

body
{
	background-color:#6699CC;	
}

a, a:visited
{
	color:White;
	text-decoration:none;
}

a:hover
{
	color:White;
	text-decoration:underline;
}

.title
{
	font-size:18pt;
	font-weight:bold;
}

.topRow
{
	border-bottom:solid 1px black;	
}

.hand
{
	cursor:hand;
}

.plus
{	
	background-color: Transparent;
	background-image: url(Images/plus.gif);
	background-repeat: no-repeat;
	border-style: none;
	width: 16px;
	height: 16px;
	background-position: center;

}

.minus
{
	background-color: Transparent;
	background-image: url(Images/minus.gif);
	background-repeat: no-repeat;
	border-style: none;
	width: 16px;
	height: 16px;
	background-position: center;

}

.white
{
	color:White;
}

.hide
{
	display: none;
}

.show
{
	display: inline;
}


