.link
{
 font-family: Verdana;
 font-size:10px;
 color:#0099FF;	
 text-decoration:none;
 }
 .link:hover
{
 font-family: Verdana;
 font-size:10px;
 color:#0099FF;	
 text-decoration:underline;
 }
 .link2
{
 font-family: Verdana;
 font-size:12px;
 color:#0099FF;	
 text-decoration:none; 
 }
 .link2:hover
{
 font-family: Verdana;
 font-size:12px;
 color:#0099FF;	
 text-decoration:underline;
 }
 .linkApplication
{
 font-family: Verdana;
 font-size:12px;
 color:#95021E;	
 text-decoration:none;
 font-weight:bold;
 }
 .linkApplication:hover
{
 font-family: Verdana;
 font-size:12px;
 color:#95021E;	
 text-decoration:underline;
 font-weight:bold;
 }
 .TextStyle
{
	font-family: Verdana;
	font-size:12px;
	color:Black
}
.TextStyle2
{
	font-family: Calibri;
	font-size:15px;
	color:Black;
	text-align: justify;
}
.TextTerms
{
	font-family: Verdana;
	font-size:10px;
	color:Black;
	text-align:justify
}
#progressBackgroundFilter {
  position:fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  overflow:hidden;
  padding:0;
  margin:0;
  background-color:Gray; 
  filter:alpha(opacity=50);
  opacity:0.5;
  z-index:4000;
}
#processMessage { 
  position:fixed; 
  top:45%; 
  left:40%;
  padding:10px;
  width:16%;
  z-index:4001; 
}
.modalBackground 
{
	  background-color:Gray;
      filter:alpha(opacity=40);
      opacity:0.5;
}
.modalPopup 
{
      background-color:#ffffff;
      border-width:3px;
      border-style:solid;
      border-color:#ffffff;
      padding:3px;
}