body,td,th {
	font-family:Verdana;
	font-size: 12px;
	line-height: 18px;
}
 
table  {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: grey;
	border-collapse: separate;
}
 
table  td,th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: grey;
}

table th
	{
	background-color:#CCCCCC;
	}

h1 
	{
	font-size: 18px;
	background-color:black;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:20px;
	padding-left: 10px;
	margin-top: 0;
	padding-top: 0;
	}
	
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
	color: green;
}


	
.noborders table {
	border: none;
	border-collapse:collapse;
	border-spacing:0;
	}

.noborders td {
    border: none;
}

.red
	{
	color:red;
	}
	
