﻿body 
{  font-size: 11px; 
   font-family: Arial,Helvetica,Sans-Serif; 
   background-color: #E6E2F0;
  }


a
{ border:none;
    font-size:12px;
    font-weight:bold; 
    text-decoration:underline;
    color:#4D237D;
 }
 
 a:hover
 {
    color:#8077B7;
    font-size:12px;
    font-weight:bold; 
    text-decoration:underline;
    
    
  }
 
 a:visited
{
    font-size:12px;
    font-weight:bold; 
    text-decoration:underline;
    color:#8077B7;
}



.textFooter
{ font-size: 12px;
    font-weight:bolder;
    
  color:#49176D;
 }
 
 .textCell
{ font-size: 12px;
    font-weight:bolder;
    
  
 }

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

