/*
Default font/table settings
*/

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

/* 
Default Link Settings
*/

a:link{ 
	text-decoration: underline;
	color: #003366;
} 
a:Active{ 
	text-decoration: underline;
	color: #003366;
} 
a:visited{ 
	text-decoration: underline;
	color: #003366;
} 
a:hover{
	text-decoration: none;
	color: #000000;
} 

/* 
Main table colors and table border colors
*/

table.color2{
	background: #BEC8D7;
}

td.color3{
	background: #F1F2F6;
	padding: 6px;
	font-size: 14px;
}

td.color4{
	background: #F1F2F6;
}

div.description{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
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;
	}
