﻿body 
{
	background-color:White;
	font-family:Arial;
	font-size:14px;
	color:Black;
	width:100%;
	text-align:justify;
	line-height:16px;
}

.clear
{
	clear:both;
}


.divTitle
{ 
	width:100%; 
	text-align:center; 
	font-size:20px;
	margin-bottom:40px;
	margin-top:10px;
	line-height:24px;
}

.spanOrange
{
	color:Black;
	font-weight:bold;
}

.dMenu
{
	width:200px;	
	float:left;
	white-space: pre-line;
	
}


	.pre
{
white-space: pre-wrap;       /* css-3 */
   white-space:-moz-pre-wrap;
   /* Mozilla, since 1999 */
  
}
	


.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup 
{
    background-color:#92B3E8;
   
   
    width:440px;
    height:420px;
     
} 

.dGridHeader
{
width:1000;
	height:40px;
	
	
	
}
.dPopup
{
	width:400px;
	height:160px;
		
}


.dPLeft1
{ margin-left:3px;
	 
	 font:bold;
	width:100px;
	height:40px;
	float:left;
	text-align:left;
}
.dPRight1
{
 
	width:297px;
	height:25px;
	float:right;
	text-align:left;
	background-color:White;
}

.dPRight2
{
 
	width:297px;
	height:40px;
	float:right;
	text-align:left;
	background-color:White;
}

.dLeft
{
	text-align:left;
}

