﻿body 
{
	font-size: 10pt;
    font-family: Courier New,Courier, Trebuchet MS, Tahoma, Arial, Sans-serif;
    text-align:center;
	padding: 0;
	margin:0;
	background: #ffffff;
	overflow: -moz-scrollbars-vertical; 
	width:100%;
}

.sol_menu_link

{
	text-decoration:underline;
	color:#666666;
	font-size:9pt;
	
}

.sol_menu_link:hover

{
    color:#333333;
	text-decoration:underline;
}

.modalBackground

{
  background-color:#CCCCFF;
  filter:alpha(opacity=40);
  opacity:0.5;
}

.ModalWindow

{
  border: solid1px#c0c0c0;
  background:#f0f0f0;
  padding: 0px10px10px10px;
  position:absolute;
  top:-1000px;
}