body
	{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	background:#A91101;
	}

table {
	border-collapse: collapse;
}

td
	{
	font-size: 13px;
	border-collapse:collapse;
	}
	
th {
	
	font-size:15px;
	color:white;
	height:20px;
}

h1 {
	font-size:17px;
	padding:5px 15px;
	background:#A91101;
}
	
h2 {
	margin:1em;
	font-size:2em;
	color:#DB1702;
	border-bottom:1px solid #A91101;
	text-indent: 1em;
}

h3 {
	text-align:center;
	border-bottom:1px solid #A91101;
}

a {
	color:white;
	text-decoration:none;
	}

a:hover
	{
	text-decoration:underline;
	}

a.menu
	{
	color:white;
	display:block;
	height:20px;
	padding:2px 0 0 10px;
	border-bottom:1px dotted #A91101;
	}

a.menu:hover {
	color:white;
	border-bottom:1px dotted #DB1702;
	text-decoration:none;
	font-style: italic;
}

img
	{
	border:0;
	}

.pied
	{
	font-weight: lighter;
	font-stretch: extra-condensed;
	letter-spacing: -1pt;
	line-height:10pt;
	font-size: 10px;
	color:#A91101;
	}



.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
z-index:2;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #CA0000;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
