body {
	background-color: #E5E5E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
}

h2 {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
}

h4 {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	margin: 0;
}

.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #A80046;
	background-image: url(images/arrow3.gif);
  background-repeat: no-repeat;
  width: 11px;
  height: 9px;
  padding: 0 0 0 20px;
  
  background-position:left 3px;
  
}

.form1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
}

a, a:link { 
    color: #A80046;
}

a:visited { color: #A80046; }
a:hover { color: #A80046; text-decoration: none; }
a:active { color: #A80046; }


a img, img {
    border: none;
}

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer {
	background-color: #E5E5E5;
	padding: 0.5em;
}

.close {
	background-color: #E5E5E5;
	padding: 0.5em;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 240px;
  margin-top: -120px;
  margin-left: -320px;
	padding: 1em;
	border: 3px solid #A80046;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.60;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }