td  {
	color: #FFFFFF;
	font-size: 12px;
}
body {
	margin: 0;
	width: 100%;
	height: 100%;font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link     {
	color: #92A5C4;
	font-size: 12px;
	 text-decoration: none;
}
a:visited  {
	color: #92A5C4;
	font-size: 12px;
	text-decoration: none;
} 
a:active   {
	color: #B65D26;
	font-size: 12px;
	 text-decoration: none;
}
a:hover    {
	color: #B65D26;
	font-size: 12px;
	text-decoration: none;
}
td.info {
	background-color: #ccc;
	padding: 10px;
	color: black;
	line-height: 1.5em;
}
td.info2 {
	background-color: #ccc;
	padding: 10px;
	color: black;
	font-size: .8em;
}
td.info a, td.info2 a {
	color: #375575;
	text-decoration: none;
	font-weight: bold;
}
td.info a:visited, td.info2 a:visited {
	color: #888;
	text-decoration: none;
	font-weight: bold;
}
td.info a:hover, td.info2 a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

