@charset "windows-874";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background-color: #ffffff;
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
	color:#3E3E3E;
}
h3 {
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h4{
	color: #000099;
	font-variant: small-caps;
	font-size:120%;
}

td{
		font-size: 12px;
}
a:link, a:visited { 
	color:#660000;
	font-weight:bold;
	text-decoration: none; 
}
a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}



h1 {	background-color: #F7F7F7; color: #0000;	padding: 2px 5px;	border: 0px;}
hr{ border-bottom: dotted Silver; width:100%; height:1px}
/* syntax highlighting (used by the first combo defined for the CSS plugin) */

pre {	margin: 0px 1em;	padding: 5px 1em;	background-color: #FFEFD5;	border: 1px dotted #FF7F50;	color: Red;}

/* Custom class needed by the flash plugin */
.mce_plugin_flash {
	border: 1px dotted #cc0000;
	background-image: url(../jscripts/tiny_mce/plugins/flash/images/flash.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffcc;
}


.name { font-weight:bold; color:#FF6600;}
.quote { font-style: italic; color: #0080C0; }
.highlight { background-color: yellow; color: #000; }
.deprecated { text-decoration: line-through; color: #aaa; }
.menu{	position: relative;	margin: 0px;	padding: 0px;	font-size: 90%;}
.menu a:link{	padding: 0px;	border-bottom: 1px solid #FFD7D7;	border-top: 1px solid #FFFFFF;	width: 100%;	color: Gray;	background-color: #FF6A6A;	text-decoration: none;}
.menu a:visited{	border-bottom: 1px solid #FFD7D7;	border-top: 1px solid #FFFFFF;	width: 100%;	padding: 0px;	color: Gray;	text-decoration: none;	background-color: #FF6A6A;}
.menu a:hover{	border-bottom: 1px solid #FFD7D7;	border-top: 1px solid #FFFFFF;	width: 100%;	background-color: #FAEBD7;	color: #FF4500;	text-decoration: none;}
.menu ul {list-style: none; margin: 5; padding: 0;}
.noborder{border:0px;}

@media print {
  *{
    background-color: white;
	background-image: none;		
  }
  body {
	margin: 0;
	margin-left:40px;
	margin-top:-8px;
	margin-bottom:-8px;
	padding-left: 0px;
	width: 760px;
	font-size: 9px;
	font-family: arial, sans-serif;
	}
	td, th{
		font-size: 9px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-left: 10px;
	}
	th {
		font-size: 10px
	}
	#noprint{
		display:none;
	}

}