.JS_Command_Button {
	font-family: Arial; 
	font-size: 16px; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000; 
	cursor: hand;
 }
 
.JS_Command_Button:hover{
    background-color:blue; 
    color:white
  } 
  
  .JS_Command_Fullscreen {

	font-family: Arial; 
	font-size: 16px; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000; 
	cursor: hand;
}
.JS_Command_Fullscreen:hover {

    background-color:blue; 
    color:white
}

.JS_Command_Float {

	font-family: Arial; 
	font-size: 16px; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000; 
	cursor: hand;
}
.JS_Command_Float:hover {

    background-color:blue; 
    color:white
}
 
.JS_Reference_Button {
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold; 
	color: #FF0000; 
	text-decoration: none; 
	cursor: hand
 }
 
.JS_Object_Fullscreen {
	font-family: Arial; 
	font-size: 16px; 
	font-style: italic;
	font-weight: bold; 
	color: #FF0000; 
	text-decoration: none; 
	cursor: hand
 }
 
.JS_Object_Fullscreen:hover{
    background-color:blue; 
    color:white
  } 

 
 .JS_Float_Window {
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	cursor: hand
  }  
  
.JS_Float_Window:hover{
    background-color:blue; 
    color:white
  } 
 

.RO_Click_For_Procedure {
	font-family: Arial; 
	font-size: 14px; 
	font-style: italic; 
	font-weight: bold; 
	color: #FF0000; 
	text-decoration: none
 }
 
.RO_Command_Button_Red {
	font-family: Arial; 
	font-size: 16px; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF0000; 
	cursor: hand
 }

.RO_Command_Button_Red:hover{
	background-color:blue; 
	color:white
 }
 

.RO_Menu_Header {
	font-family: Arial; 
	font-size: 22px; 
	font-weight: bold; 
	text-decoration: none ; 
	color: #000000
 }
 
   
.RO_Procedure_Header {
	font-family: Arial; 
	font-size: 22px; 
	font-weight: bold; 
	color: #0000FF; 
	text-decoration: none
 }
 
.RO_Procedure_Intro {
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold; 
	color: #0000FF; 
	text-decoration: none
 } 
 
.RO_SubMenu_Header{
	font-family: Arial; 
	font-size: 16px;
	font-weight: bold; 
	text-decoration: none ; 
	color: #000000; 
	line-height: 30px
 }

table{
	font-family: Arial; 
	font-size: 16px 
 }

body {
	font-family: Arial; 
	font-size: 16px; 
	color: #000000; 
	text-decoration: none; 
	background-attachment:fixed; 
	background-repeat:no-repeat; 
	background-position:bottom right;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
  }
  
li {
	font-family: Arial;
	font-size: 16px;
	margin-top: 16px;
 }
 
ol {
	font-family: Arial; 
	font-size: 16px
 }
 
th {
	font-family: Arial; 
	font-size: 16px
 }

td {
	font-family: Arial; 
	font-size: 16px
 }

p {
	font-family: Arial; 
	font-size: 16px
 }

tr {
	font-family: Arial; 
	font-size: 16px
 }
 
.Demo_Instruct {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	cursor: hand;
	display: block;
	border: 1px dashed #000000;
	padding: 0px;
	background-color: #CCCCFF;
	margin: 0px;
}
.Header_Special {

	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	cursor: hand;
	display: block;
	border: 1px dashed #000000;
	padding: 5px;
	background-color: #003399;
}

.Header_Special2 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	cursor: hand;
	display: block;
	border: 1px none #000000;
	padding: 2px;
	background-color: #003399;
}
.Header_Special3 {

	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	cursor: hand;
	display: inline;
	border: 1px solid #000000;
	padding: 3px;
	background-color: #CCCCFF;
}
.highlight {

	font-family: Arial; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF0000; 
	cursor: hand
}
.highlight:hover {

	background-color:#CCCCFF; 
	color:#FF0000
}
html {
	overflow-x: hidden;
	overflow-y: auto;
}

