/* This is a comment */

body, form, table, a, b 
{
background-color: transparent;

color:#003300;
font-family:verdana,arial,helvetica,sans-serif;
font-size: 11px
}
table
{
align="center"; width=750;
}

.mainbody
{
background-color: transparent;
color:#003300;
font-family:verdana,arial,helvetica,sans-serif;
}


body
{
/*background-image: url('images/a_lien_icon_bgrnd.gif');
background-attachment: scroll;
background-repeat: repeat*/
background-color: white;
}

table{ 
}

form
{

}

A:link, A:visited
{
font-size: 12px
color: #663333; 
text-decoration:underline 
}
A:hover, A:active
{ 
color: #663333; 
text-decoration:none 
}

input{
border: 1px solid #666666;
background-color: white;
font-weight: bold 
}







/* ------------------LightBox------------------------ */

.black_overlay /*Block the back ground page while the lightbox is popup*/
{ 

	/*display:  none;*/
	display: block ;
	position: absolute ;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 200%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;/*uses the property opacity:x for transparency*/
	filter: alpha(opacity=80);
}

.white_content /*Display popup waiting message aera in the lightbox*/
{ 
	/*display: none;*/
	display: block ;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 1px  solid silver;
	background-color: white;
	z-index:1002;
	overflow: visible;/*Default. Content is not clipped and scroll bars are not added.*/
	
}