* {
	font-family: arial;
	font-size: 1em;
}

body {
	font-size: 9pt;
}

ul {
	padding:0px;
	margin-left:25px;
	margin-top:0px;	
}

a {
	color:#D51F27;
}

a:focus, a:hover, a:active {
	color:#A91A20;
}

#Footer	{ 
	font-size:8pt; 
	text-align:center; 
	color:#898989
}

#Login	{ 
	font-size:8pt; 
	text-align:left; 
	color:#000000;
	width:70px;
}

#Heading1 {
	font-size:16pt; 
	font-weight:bold;
}

#BGHeading1 {
	font-size:16pt; 
	font-weight:bold;
	background-color:#ededed;
}

#Heading2 {
	font-size:14pt; 
	font-weight:bold;
}

#BGHeading2 {
	font-size:14pt; 
	font-weight:bold;
	background-color:#ededed;
}

#Heading3 {
	font-size:12pt; 
	font-weight:bold;
}

#Heading4 {
	font-size:11pt; 
	font-weight:bold;
}

#BGHeading4 {
	font-size:11pt; 
	font-weight:bold;
	background-color:#ededed;
}

#Heading5 {
	font-weight:bold;
}

#BGHeading5 {
	font-weight:bold;
	background-color:#ededed;
}

#Normal {
	font-size: 9pt;
	font-weight:normal;
}

#LightHeading {
	font-size:14pt; 
	font-weight:bold;
	color:#cccccc;
}

#SmallFont {
	font-size:.9em; 
	font-weight:normal;
}

#BGSmallFont {
	font-size:.9em; 
	font-weight:normal;
	background-color:#ededed;
}

#SmallFontC {
	font-size:.9em; 
	font-weight:normal;
	text-align:center;
}

#VerySmallFont {
	font-size:.75em; 
	font-weight:normal;
}

#padC {
	padding: 2px 0px 2px 0px;
	text-align:center;
}

#padL {
	padding: 2px 0px 2px 0px;
	text-align:left;
}
#sep {
	clear: left; 
	margin-bottom: 5px; 
	padding-bottom: 5px; 
	border-bottom: #ededed 2px solid
}

#list {
	font-size:8pt;
}

#menu {	width: 140px;
	border-style: none none none none;
	border-color: #D51F27;
	border-size: 1px;
	border-width: 1px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	font-color: white;
	}
	
#menu ul {	
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
#menu li a {
	border-style: solid solid none none;
	border-color: #BD0C12;
	border-size: 1px;
	border-width: 1px;
  	height: 12px;
	text-decoration: none;
	}
	
#menu li a:link, #menu li a:visited {
	color: white;
	display: block;
	background-color: #D51F27;
	padding: 2px 2px 2px 8px;
	}
	
#menu li a:hover {
	color: white;
	background-color: #E4222D;
	padding: 2px 2px 2px 8px;
	}
	
#submenu {
	width: 140px;	
	border-style: none none none none;
	border-color: #D51F27;
	border-size: 1px;
	border-width: 1px; 
	margin: 0px; 
	font-size: 10px; 
	font-weight: normal; 
	font-color: white;}
	
#submenu li a {
	border-style: none solid solid none;
	border-color: #BD0C12;
	border-size: 0px;
	border-width: 0px;
	height: 11px;
	text-decoration: none;
	}

#submenu li a:link, #submenu li a:visited {
	color: white;
	display: block;
	background-color: #D51F27;
	padding: 2px 2px 2px 18px;
	}

#submenu li a:hover {
	color: white;
	background-color: #E4222D;
	padding: 2px 2px 2px 18px;
	}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #D51F27;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
}


.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
}

.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: #D51F27;
	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;
}


div.markerTooltip, div.markerDetail {
	color: black; 
	width:100px;
	font-family: arial;
	font-size:12pt; 
	font-weight: bold; 
	background-color: white; 
	white-space: nowrap; 
	margin: 0; 
	padding: 2px 2px; 
	border: 1px solid black;
	}

.dhtmlwindow{
	position: absolute;
	border: 2px solid black;
	visibility: hidden;
	background-color: white;
}

font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
margin-left:40px;
background-color:#e5e5e5;
}
