body{
    font-size: 10pt;
    background: #f3f1e9;
    margin: 0px;
    color: #000000;
    font-family: verdana;
    text-align: center
}

A{
    font-size: 12pt;
	font-weight: bold;
    COLOR: #000000;
    TEXT-DECORATION: none
}

A:hover{
    TEXT-DECORATION: none
}

td{
	font-size: 10pt;
	font-family: Arial;
}

.er{
	font-weight: bold;
	color: #ff0000;
}

.dhtmlwindow{
position: absolute;
visibility: hidden;
background-color: white;
}

.drag-handle{ 
padding: 1px;
font: bold 14px Arial;
background-color: #403939;
color: white;
cursor: move;
text-align: center;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ 
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{
border-top: 1px solid brown;
background-color: white;
color: black;
border: 4px solid #CE2424;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px;
}


.drag-resizearea{
float: right;
width: 13px; 
height: 13px;
cursor: nw-resize;
font-size: 0;
}
#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
display: none;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}