body {
	margin: 0 0 0 0;
	padding: 0;
	background: #252525 url(img/bg.jpg) repeat-x left top;
	text-align: justify;
	font:Arial, Helvetica, sans-serif;
	color: #666666;
}
.body { background-color:#bce0f0; }
.brd1 { border-bottom: #515151 1px solid; border-left: #515151 1px solid; background-color: #252525; border-top: #515151 1px solid; border-right: #515151 1px solid; }
.brd1:hover { background-color:#333333; }
.brd2 { border-bottom: #515151 1px solid; border-left: #515151 1px solid; background-color: #343434; border-top: #515151 1px solid; border-right: #515151 1px solid; }
.wrd { color:#000000; font-size:11px; }
td { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; color: #4e4c4c; font-size: 8pt; }
a { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; color: #ffffff; font-size: 9pt; font-weight: bold; text-decoration: none; }
a:hover { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; color: #ffc977; font-size: 9pt; font-weight: bold; text-decoration: underline; }
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}

.brd3 { border-bottom: #000000 1px solid; border-left: #000000 1px solid; background-color: #13506f; border-top: #000000 1px solid; border-right: #000000 1px solid; }
.brd3:hover { background-color:#2498d3; }
.brd4 { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; color: #000000; font-size: 9pt; font-weight: bold; text-decoration: none; }
.brd4:hover { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; color: #ffc977; font-size: 9pt; font-weight: bold; text-decoration: underline; }

