body { 
	height:100%; 
	/* background-color:gainsboro; */
	/* background-color:Cornsilk; */
	padding:0px;
	width:800px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto; 
/* 	min-width:800px;
	max-width:1200px;
	margin:0px auto;
 */	/* width:1200px; */
	font-family:  "Tahoma","Trebuchet MS", "Geneva", "Arial"; 
	/* background-color: black; */
}
a{
	text-decoration:none;
}
a:active{
	color:black;
}
a:link {
	color:black;
}
a:visited {
	color:black;
}
.vmenu{
	position:absolute;	
	cursor:default;
	background-color:white; 
	border:1px solid dimgray;
	box-shadow: 5px 5px 5px  dimgray;
}
.vmenu a:hover{
	color:black;
	background-color:silver;
}

.small{
	font-size:12px;
}
.red{
	color:red;
}
.gray{
	color:gray;
}

.bold{
	font-weight:bold;
}
.referrer{
	/* padding-left:5px; */
	/* border:1px solid lightgray; */
	cursor:pointer;
	/* margin-bottom:4px; */
}	
.helper th{
	text-align:right;
	color:red;
	vertical-align:top;
}	
.helper td{
	text-align:left;
}	
.ol1{
	/* display:inline; */
	padding-bottom:5px; 
	padding-right:10px;
	margin-right:5px;
/* 	border:1px solid green;
 */
	/* width:100%; */
}
.ol1:hover{
	background-color:silver;
}
.ol2{
	padding-bottom:5px; 
	color:red;
	font-weight:bold;
	margin-right:25px;
}
.ol2:hover{
	background-color:silver;
}
.buttons_navigate{
	background:white; 
	height:34px;
	font-size:18px;
	color:dimgray; 
	border:1px solid dimgray;
	cursor:pointer;
	padding:5px;
	box-shadow: 0px 0px 15px  dimgray;
	margin-bottom:5px;
	/* display: table-cell; */
	text-decoration:none;
}
.buttons_navigate:hover{
	color: #3F617D;
	/* border:1px solid gold; */
	box-shadow: 0px 0px 5px  dimgray;
	
}
.div_buttons_silver{
	cursor:pointer;
	border:2px dotted gray;
	border-radius:5px;
	position:absolute; 
}
.div_sand{
	cursor:pointer;
	border:2px solid orange;
	position:relative; 
	padding:5px;
	background-color:white;
}

.div_buttons_silver:hover{
	border-color:gold !important;
}
.div_buttons_steel{
	cursor:pointer;
	border:1px solid dimgray;
	position:absolute; 
}
.div_buttons_lgray{
	cursor:pointer;
	border:1px solid lightgray;
	position:absolute; 
}
.div_buttons{
	cursor:pointer;
	border:1px solid white;
	position:absolute; 
}
.div_ref{
	cursor:pointer;
	border:1px solid white;
	position:relative; 
}
.div_ref:hover{
	border:1px solid gold;
}
.div_buttons:hover{
	border:1px solid gold !important;
}	
.div_buttons:hover{
	border:1px solid gold !important;
}	
.div_buttons_lgray:hover{
	border:1px solid gold !important;
}	
.div_buttons_steel:hover{
	border:1px solid gold !important;
}	
.menudemo{
	border:1px solid dimgray;
	box-shadow: 5px 5px 5px  dimgray;
	background-color:white;
}
.buttons{
	/* line-height:24px; */
	background:ivory; 
	height:24px;
	font-size:14px;
	/* padding:6px; */
	/* padding-top:10px; */
	font-weight:bold;
	color:crimson; 
	border-radius:3px;
	cursor:pointer;
	border:1px solid #3F617D;
	box-shadow: 2px 2px 4px  DarkGray;
	margin:4px 0;
	vertical-align:middle;
	text-align:center;
}
.buttons:hover{
	color: #3F617D;
	border:1px solid gold;
	box-shadow: 0px 0px 10px  blue;

}
.main_window { 
	position:relative;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:5px;
	/* box-shadow: 0px 0px 14px  #DADADA; */
}
.pop_up_window{
	cursor:pointer;	
	position:absolute; 
	display:block;
	padding:6px;
	font-weight:bold;
	right:0;
	left:0;
	top:20px;
	width:80%;
	margin:0 auto;
	text-align:center;
	background-color:#FAFAFA;
	border: 2px dimgray solid;
	box-shadow: 4px 4px 7px  Gray ;
	z-index:1200;
	overflow:hidden;
}
#msg{
	cursor:pointer;	
	z-index:200;
	position:absolute; 
	display:block;
	padding:6px;
	font-weight:bold;
	right:0;
	left:0;
	top:200px;
	margin:0 auto;
	width:200px;
	text-align:center;
	background-color:oldlace;
	border: 2px dimgray solid;
	box-shadow: 4px 4px 7px  Gray ;

}
.img-center{
	text-align:center;
}
.img-left{
	float:left;
	box-shadow: 0px 0px 12px  lightgray ;
	margin-right:16px;
	margin-top:10px;
 }
.img-right{
	float:right;
	/* right:0px; */
	margin-left:1em;
	margin-top:1em;
	/* box-shadow: 0px 0px 12px  lightgray ; */
 }
.hrefer{
	box-shadow: 0px 0px 12px  lightgray ;
	margin-right:10px;
	margin-left:5px;
	cursor:pointer;
	font-size:14px;
	color: #3F617D;
	text-decoration:none;
}
.hrefer:hover{
	box-shadow: 0px 0px 12px white;	
}
.noref{
	text-decoration:none;
	color:black;
}
.rmail{
	background-image:url(../imgex/mail2.png);
	background-repeat: no-repeat;
	background-position: right;
	color:dimgray;
	text-align:left;
	font-style:italic;
	box-shadow: 0px 0px 12px  silver;
	width:160px;
	height:41px;
	z-index:100;
	cursor:pointer;	
	line-height:14px;
}
.rmail:hover{
	box-shadow: 0px 0px 12px gold ;
	color:gold;
}
#mailform{
	display: block; 
	text-align:center;
	position: absolute; 
	right:20px;
	bottom:20px;
	width: 360px; 
	color:olive;
	padding-left:6px;
	padding-right:6px;
	padding-top:16px;

	box-shadow: 0px 0px 12px LihtGray;
	border:3px dimgray solid;
	border-radius:8px;
	font-weight: bold;
	text-decoration:none;
	/* text-size:12px; */
	background-color: whitesmoke;
	z-index:1000;
	/* opacity:0.91; */
}
.opacity{
	opacity:0.91;
}
.opacity:hover{
	opacity:1.00;
}

#suba p{ 
/* 	text-align:left;
 */	text-align:justify left;
	line-height: 150%;
}
#subtopic { 
position:relative ;
	/* text-align:center; */
	padding:5px 10px;
	/* margin: 1em; */

	margin-bottom: 1em;
	margin-top: 4px;
	margin-left: 1em;
	margin-right: 1em;
	background-color:white;
	border:dotted 1px steelblue;
	border-radius:5px;
	box-shadow: 0px 0px 12px LihtGray;
	vertical-align:top;
	min-width:428px;
	color:#555555;
}
#subtopicp { 
position:relative ;
	/* text-align:center; */
	padding:5px 10px;
	/* margin: 1em; */

	margin-bottom: 1em;
	margin-top: 4px;
	margin-left: 1em;
	margin-right: 1em;
	background-color:white;
	border:dotted 1px steelblue;
	border-radius:5px;
	box-shadow: 0px 0px 12px LihtGray;
	vertical-align:top;
	min-width:428px;
	color:#555555;
}
#subtopicp h1{
	font-style: normal;
	width:100%;
	font-size:18px;
	color: dimgray;
	line-height:18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align:center;
	/* text-decoration:underline; */
	text-shadow: 0px 0px 2px steelblue;	
}
#memo_th{
position:relative ;
	/* text-align:center; */
	padding:5px 10px;
	/* margin: 1em; */

	margin-bottom: 1em;
	margin-top: 4px;
	margin-left: 1em;
	margin-right: 1em;
	background-color:white;
	border:dotted 1px steelblue;
	border-radius:5px;
	box-shadow: 0px 0px 12px LihtGray;
	vertical-align:top;
	min-width:428px;
	color:#555555;
	overflow:hidden;
	/* font-family: "Tahoma", "Geneva", "Arial"; */
/* background:url(imgex/zoj.jpg); */
}
.memo_th{
position:relative ;
	/* text-align:center; */
	padding:5px 10px;
	/* margin: 1em; */

	margin-bottom: 1em;
	margin-top: 4px;
	margin-left: 1em;
	margin-right: 1em;
	background-color:white;
	border:dotted 1px steelblue;
	border-radius:5px;
	box-shadow: 0px 0px 12px LihtGray;
	vertical-align:top;
	min-width:428px;
	color:#555555;
	overflow:hidden;
	/* font-family: "Tahoma", "Geneva", "Arial"; */
/* background:url(imgex/zoj.jpg); */
}
.memo{
	position:relative ;
	padding:5px;
	border:dotted 1px lightgray;
	border-radius:3px;
	margin-top:5px;
}

h1{
	/* background: red; */
	font-style: normal;
	width:100%;
	font-size:18px;
	/* color: #3F617D; */
	color: dimgray;
	/* line-height:10px;
	letter-spacing: 2px; */
	text-transform: uppercase;
	text-align:center;
	/* text-decoration:underline; */
	text-shadow: 0px 0px 2px steelblue;	
}
p{
	text-align:justify;
}
h2{
	font-style: normal;
	width:100%;
	font-size:18px;
	color: #3F617D;
	/* line-height:18px; */
	/* letter-spacing: 2px; */
	font-weight:bold;
	/* text-transform: uppercase; */
	text-align:center;
}
h3{
	font-style: normal;
	font-size: 1.17em;
	color: #3F617D;
	font-weight:bold;
	text-align:left;
}
h4{
	font-style: normal;
	font-size: 1.17em;
	color: #3F617D;
	font-weight:bold;
	text-align:right;
}

