@import url("/css/stil.css");
/*
Default font/table settings
*/

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* 
Default Link Settings
*/



/* 
Main table colors and table border colors
*/

table.color2{
	background: #cccccc;
}

td.color3{
	background: #f2f2f2;
	padding-left: 6px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}

td.color4{
	background: #F1F2F6;
}

div.description{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
tr.smalldetails{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
b.search_find{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFCC;
	color: #666666;
	font-weight: normal;
}



/*
 Glossary Settings
*/
	a.glossary:link{
		color: #990000;
		background: #FFFFD2;
		cursor:help;
		text-decoration: none;
	}
	a.glossary:active{
		color: #FF0000;
		background: #FFFF80;
		cursor:help;
		text-decoration: none;
		}
	a.glossary:visited{
		color: #990000;
		background: #FFFFD2;
		cursor:help;
		text-decoration: none;
	}
	a.glossary:hover{
		color: #FF0000;
		background: #FFFF80;
		cursor:help;
		text-decoration: none;
	}
table.footer {background-color: #333333; color: #ffffff; text-weight: normal; font-size: 11px}
table.footer a {color: #ffffff;text-decoration: none;font-weight: normal;}
table.footer a:hover{color: #d3d3d3;text-decoration  : none;font-weight: normal;}
table.footer strong {color:#ffffff; font-size: 11px;}