@charset "ISO-8859-1";
.menu_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:hover { color: #999999; text-decoration:none }.title_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: 333333;
	text-decoration: none;
}
.title_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.title_black_19px
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: 333333;
    text-decoration: none;
}
.smallGrey
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
    text-decoration: none;
}
.smallGreyLINK
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
    text-decoration: underline;
}
#loader {
}

/** 
 * While we're having the loading class set.
 * Removig it, will remove the loading message
 */
#loader.loading {
  background: url("http://www.triplicateisis.com/images/loader.gif") no-repeat top left;
  width: 100px;
  height: 100px;
}