﻿body {	
	background-color: #006699;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial;
	text-align: center;
	}


.txt
{
	font-size: 12px;
	color: #006699
}

a
{
 text-decoration:none;
  color:#006699;
  font-size:11px;	
}

a:hover {	
	text-decoration: underline;
	
	}
	
.backgroundpopup
{
	background-color:#333333;
	
	filter:alpha(opacity=100);
	opacity:0.7;
}

.modalPopup {
	background-color:#333333;
	border-width:0px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

	
