body, p, td { 
  color: #000000; 
  font-size: 7.5pt; 
  font-style: normal; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

a {	color: #000000;	}
a:visited {	color: #000000;	}
a:hover {	color: #000000;	 text-decoration: none;	}

.menu {	text-decoration: none;	}
.menu:link {	text-decoration: none;	}
.menu:visited {	text-decoration: none;	}
.menu:hover {	text-decoration: underline;	}

.title {
	color: #434343;
	font-weight: bold;
}
a.fixed_link {

display: block;

position: relative;

overflow: hidden;

width: 590px !important;

  }

.errorTable {
	border : 1px dotted #FF9393;
	background-color : #FFDFDF;
	font-weight : bold;
}

.actionTable {
	border : 1px dotted #005C5B;
	background-color : #FFFFFF;
	font-weight : bold;
}

.copyright { color: #C0C0C0;	}
.copyright:link { color: #C0C0C0;	}
.copyright:visited { color: #C0C0C0;	}
.copyright:hover { color: #C0C0C0; text-decoration: none;	}

.language { color: #666666;	}
.language:link { color: #666666;	}
.language:visited { color: #666666;	}
.language:hover { color: #666666; text-decoration: none; }

.languageActive { color: #DF058C;	}
.languageActive:link { color: #DF058C;	}
.languageActive:visited { color: #DF058C;	}
.languageActive:hover { color: #DF058C; text-decoration: none; }

.table { background-color: #9B9D9F; }
.tableTitleBg { background-color: #E1E1E2; color: #434343; font-weight: bold; }
.tableBg { background-color: #ffffff; }
.tableBgAlt { background-color: #F2F2F2; }
.tableBgError { background-color: #FF9393; }
.tableBgSearch { background-color: #F0F0F0; }
.tableBgOk { background-color: #d9ffd9; }

.input {
  font-family: Verdana;
	font-size: 7.5pt;
	border : 1px;
	border-bottom : 1px solid #9B9D9F;
	border-left : 1px solid #9B9D9F;
	border-right : 1px solid #9B9D9F;
	border-top : 1px solid #9B9D9F;
}

.dropDown {
  font-family: Verdana;
  font-size: 8pt;
}

.textArea { 
  font-family: Verdana;
  font-size: 7.5pt;
  height: 80px;
  width: 250px;
  border : 1px;
	border-bottom : 1px solid #9B9D9F;
	border-left : 1px solid #9B9D9F;
	border-right : 1px solid #9B9D9F;
	border-top : 1px solid #9B9D9F;
}

.bt {
  color: #000000;
	font-size: 7.5pt;
  font-family: Verdana;
	border : 1px solid #909090;
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#F0F0F0,endcolorstr=#A8A8A8);
}

