/* Link styles */
a:link { font-family: Arial; font-size: 10pt; color: #000099; text-decoration: underline; font-weight: normal; }
a:visited { font-family: Arial; font-size: 10pt; color: #000099; text-decoration: underline; font-weight: normal; }
a:active { font-family: Arial; font-size: 10pt; color: #000099; text-decoration: underline; font-weight: normal; }
a:hover { font-family: Arial; font-size: 10pt; color: #000099; text-decoration: none; font-weight: normal; }

td, body, div {
	font-family: Arial;
	font-size: 10pt;
	background-color : #DEDEF5;
	color : #000099; }


td.sel	{
	font-family: Arial;
	font-size: 10pt;
	color: 000099;
	background-color : #DEDEF5;
	empty-cells: show;
	border-bottom: 1px solid #000099;
	border-top: 1px solid #000099;
	border-left: 1px solid #000099;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

td.lnk	{
	font-family: Arial;
	font-size: 10pt;
	color: 000099;
	background-color : #6666FF;
	empty-cells: show;
	border-right: 1px solid #000099;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

td.top	{
	font-family: Arial;
	font-size: 10pt;
	color: 000099;
	background-color : #6666FF;
	empty-cells: show;
	border-bottom: 1px solid #000099;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

td.bot	{
	font-family: Arial;
	font-size: 10pt;
	color: 000099;
	background-color : #6666FF;
	empty-cells: show;
	border-top: 1px solid #000099;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}


td.blank	{
	font-family: Arial;
	font-size: 10pt;
	color: 000099;
	background-color : #6666FF;
	empty-cells: show;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

td.right	{
	font-family: Arial;
	font-size: 10pt;
	color: 000099;
	background-color : #6666FF;
	border-left: 1px solid #000099;
	empty-cells: show;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

