body  {
	font-family: verdana, tahoma, arial, geneva;
	font-size: 10px;
	color: black;
	background-color: #dcdcdc;
}

td {
	font-size: 12px;
}

th {
	font-size: 14px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;	
}

a {
	text-decoration : none;
	color : blue;
}

a:Visited  {
	text-decoration : none;
	color : blue;
}

a:Hover {
	text-decoration : underline;
	color: blue;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.tblhdr {
	background-color: #0000FF;
	color: #FFFFFF;
}
