.whiteText
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: white;
}

.blackText
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: black;
}

.darkGreyText
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #4D5A66;
}
.lightGreyText
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #CED7DE;
}
.midGreyText
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #97A8B8;
}
	
body.mainhomepage
{
	 background-image: url(images/mainHomePageBackGround.jpg);
	 background-repeat: no-repeat;
	 background-position: top;
	 
}

.gridSquare1
{
		background-image: url(images/menubackGround.gif);
	   background-repeat: repeat;
}
.blackTextbold
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: black;
	font-weight: bold;
}
.midGreyTextbold
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #97A8B8;
	font-weight: bold;
}
.darkGreyTextbold
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #4D5A66;
	font-weight: bold;
}

A.menuLink
{
   font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #4D5A66;
   TEXT-DECORATION: none
}

A.menuLink:hover
{
   font-family: Arial, sans-serif;
	font-size: 8pt;
	color: Red;
}
.darkgreybodytext
{
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 8pt;
	color: #4D5A66;
}

.emailsubmit
{
	background-color: #CED7DE;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #4D5A66;
}

.redtext
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: red;
}
.bluetext
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: blue;
}
.greentext
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: green;
}
.redtextLarge
{
	font-family: Arial, sans-serif;
	font-size: 13pt;
	color: red;
}

th.clientAccess
{
	border : thin solid #D3D3D3;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	background-color : #696969;
	color : white;
	text-align : center;
}
td.clientAccess
{
	border : thin solid #D3D3D3;
}

table.onehunper{ 
   height: 100%;
}

tr.toprow{ 
   height: 20px;
}
tr.midrow{ 
   height: 80%;
}
tr.bottomrow{ 
   height: 10px;
}
