HTML, BODY
{
	background-color: whitesmoke; 
}

TD
{
	color: black;
	font-family: arial;
	font-size: smaller;
}

A
{
	color: black;
	font-family: arial;
}

A:link
{
	color: black;
}

A:visited
{
	color: black;
}

A:hover
{
	color: #6a5acd;
}

.gtable
{
	background-color: #ededed; 

}

.table2
{
	background-color: #C9C9C9; 
}
/*
	padding-top: 1;
	padding-right: 1;
	padding-left: 1;
	padding-bottom: 1;

	padding-top: 0.1;
	padding-right: 0.1;
	padding-left: 0.1;
	padding-bottom: 0.1;	
*/

.table3
{
	background-color: #6a5acd; 
	height: 22;
}

.table4
{
	background-color: #B1CDDC; 
	height: 22;
}

.tableM
{
	background-color: #C6DBE5; 
	width: 95; 
	height: 22;
}

.tableF
{
	background-color: #C6DBE5; 
	width: 100%; 
	height: 100%;

}

.title
{
	color: black;
	font-size: x-large;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pagenumber
{
	color: black;
	font-size: xx-small;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;
}
