﻿	   	
   body
{
    font-size: 12pt;
    color: #555555;
    line-height: 150%;
}
    table
{
    font-size: 12pt;
    color: #555555;
    line-height: 150%;
}
   	td
{
    font-size: 12pt;
    color: #555555;
    line-height: 150%;
}

 
	
    	a:link
{
    color: #0000bb;
    text-decoration: none;
    font-size: 12pt;
}
    	
    	
    

 a:visited
{
    color: #20619E;
    text-decoration: none;
    font-size: 12pt;
}
 
 	a:hover
{
      color: red;
    text-decoration: none;
    font-size: 12pt;
}

/*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:250px;
}



