body {
	background-color: #108cce;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 13px;
}
.grey {
	background-color: Silver;
}
td
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.bord {
	border: #000099;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.bordb {
	border: #000;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.bordc {
	border: #000099;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

div.link	a:link    {
	color: #000099;
	text-decoration: none;
	background: none;
	
}
div.link	a:active  {
	color: #000099;
	text-decoration: none;
	background: none;
}
div.link	a:visited {
	color: #000099;
	text-decoration: none;
	background: none;
}
div.link	a:hover   {
	color: #000;
	text-decoration: underline;
	background: none;
}

div.link2	a:link    {
	color: #ffffff;
	text-decoration: none;
	background: none;
	
}
div.link2	a:active  {
	color: #ffffff;
	text-decoration: none;
	background: none;
}
div.link2	a:visited {
	color: #ffffff;
	text-decoration: none;
	background: none;
}
div.link2	a:hover   {
	color: #ffffff;
	text-decoration: underline;
	background: none;
}
div.link3	a:link    {
	color: #000099;
	text-decoration: underline;
	background: none;
	
}
div.link3	a:active  {
	color: #000099;
	text-decoration: underline;
	background: none;
}
div.link3	a:visited {
	color: #000099;
	text-decoration: underline;
	background: none;
}
div.link3	a:hover   {
	color: #000;
	text-decoration: underline;
	background: none;
}

td.line {
	border: #000099;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding: 5px;
}
td.lin2 {
	border: #000099;
	border-style: dashed;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding: 5px;
}