
body {
	margin-left: 	0px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		10pt;
	font-weight:	normal;
	color:			#191919;
}

h1 {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		16pt;
	font-weight:	bold;
	color:			#0F0F0F;
	text-decoration:none;
	display:		inline;
}

h2 {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		11pt;
	font-weight:	normal;
	color:			#0F0F0F;
	text-decoration:none;
	display:		inline;
}

h3 {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		11pt;
	font-weight:	normal;
	color:			#2F2F2F;
	text-decoration:none;
	display:		inline;
}

a:link, a:active {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		10pt;
	font-weight:	normal;
	color:			#5D5D5D;
	text-decoration:none;
}

a:hover {
	font-weight:	normal;
	color:			#FF0609;
	text-decoration:none;
}

a:visited {
	font-weight:	lighter;
	color:			#5D5D5D;
	text-decoration:none;
}

a img {
	border : 0px;
}

.dyn_menu{
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			8pt;
	font-weight:		bold;
    position:			absolute;
    margin:0;
    padding:0;
}
.dyn_menu ul{
    position:absolute;
    padding:0;
	width:124px;

	display:	block; 
	margin:0; 
}
.dyn_menu li ul{
    visibility:hidden;
}

.dyn_menu li{
    width:124px;
	height:auto; 
	display:inline; 
	display/**/:block; 
	float:none; 
	float/**/:left;  
 
    list-style:none;
	margin:0;
    padding:0; }
.dyn_menu li li ul{ 
	position:absolute; 
	margin-left:124px; 
	margin-top:-23px; 
}
.dyn_menu li li { 
	display:block;
	float:none; 
}
* html .dyn_menu li li {
	display:inline;
}

.dyn_menu a{
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			8pt;
	font-weight:		bold;
    text-align:			center;
    background-color:	#5F5F5F;
    border:				0px ;
    color:				#FFFFFF;
    display:			block;
    width:120px; 
    text-decoration: 	none;
    padding:2px 0;
    margin:1px;
    }
.dyn_menu a:hover{
	font-weight:		bold;
    background-color:	#CC0000;
    border:0px solid #03006C;
	color:				#FFFFFF;
	text-decoration:	none;
    }
.dyn_menu li li a:hover{
    background-color: 	#CC0000;
    border:0px solid #0F3CFF;
	color:				#FFFFFF;
    }

/* for a mozilla better display with key nav */
.dyn_menu li li a:focus{
    background-color: 	#CC0000;
    color:				#FFFFFF;
} 
/* Required CSS classes: must be included in all pages using this script */

/* Apply the element you want to drag/resize */
.drsElement {
	position: absolute;
	border: 1px solid #333;
	font-weight: bold;
	font-family:		Verdana;
	font-size: 			10pt;
    text-align:			center;
 
}

/*
 The main mouse handle that moves the whole element.
 You can apply to the same tag as drsElement if you want.
*/
.drsMoveHandle {
 height: 20px;
 background-color: #CCC;
 border-bottom: 1px solid #666;
 cursor: move;
}

/*
 The DragResize object name is automatically applied to all generated
 corner resize handles, as well as one of the individual classes below.
*/
.dragresize {
 position: absolute;
 width: 5px;
 height: 5px;
 font-size: 1px;
 background: #EEE;
 border: 1px solid #333;
}

/*
 Individual corner classes - required for resize support.
 These are based on the object name plus the handle ID.
*/
.dragresize-tl {
 top: -8px;
 left: -8px;
 cursor: nw-resize;
}
.dragresize-tm {
 top: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: n-resize;
}
.dragresize-tr {
 top: -8px;
 right: -8px;
 cursor: ne-resize;
}

.dragresize-ml {
 top: 50%;
 margin-top: -4px;
 left: -8px;
 cursor: w-resize;
}
.dragresize-mr {
 top: 50%;
 margin-top: -4px;
 right: -8px;
 cursor: e-resize;
}

.dragresize-bl {
 bottom: -8px;
 left: -8px;
 cursor: sw-resize;
}
.dragresize-bm {
 bottom: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: s-resize;
}
.dragresize-br {
 bottom: -8px;
 right: -8px;
 cursor: se-resize;
}

