/* CSS Document */

a:link { color: #0066FF }
a:visited { color: #0066FF }
a:hover {  color: #FF3300 }

.frame table{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

.grid table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}

.grid td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

a.white10:link{ color:#FFFFFF; font-weight: bold; text-decoration: none}
a.white10:visited{ color:#FFFFFF; font-weight: bold; text-decoration: none}
a.white10:hover { color: #FF3300; font-weight: bold; text-decoration: none}

