body 
{	
	font-family:Arial;
	font-size:medium;
	color:Black;
}

table
{
	border-style:none;
	font-family:Arial;
	font-size:medium;
	color:Black;
}

A
{
	color:Black;
	text-decoration:none;
	font-style:normal;	
	font-family:Arial;
	font-size:medium;	
	cursor:hand;	
}

A:hover
{
	color:Blue;
	text-decoration:none;
	cursor:hand;
}

.smallA
{
	color:Red;
	text-decoration:none;
	font-style:normal;	
	font-family:Arial;
	font-size:x-small;	
	cursor:hand;	
}

.smallA:hover
{
	color:Blue;
	text-decoration:none;
	cursor:hand;
}

.mediumA
{
	color:Red;
	text-decoration:none;
	font-style:normal;	
	font-family:Arial;
	font-size:medium;	
	cursor:hand;	
}

.mediumA:hover
{
	color:Blue;
	text-decoration:none;
	cursor:hand;
}


.maintable
{
	width:100%;
	height:100%;
}

.boldHeader
{
	font-weight:bold;
	font-size:larger;
	color:Navy;
}

.tableBorderRight
{
	border-right-color:Gray;
	border-right-width:thin;
	border-right-style:solid;
}

.underlinedText
{
	text-decoration:underline;	
}

.regularText
{
	font-size:medium;
	
}

.lnkButton
{
	color:Black;
	text-decoration:none;
	font-style:normal;	
	font-family:Arial;
	font-size:medium;	
	cursor:hand;	
}
.lnkButton:hover
{
	color:Blue;
	text-decoration:none;
	cursor:hand;
}
.lnkButton:link
{
	color:Black;
}