﻿/********************************************
	Copyright Hullanta (C) 2005-2008
*/


/****************************************************************************************/

body {
	/*font-family:Arial, Helvetica, sans-serif;*/
font-family: Verdana; /*:"Times New Roman", Times, serif;*/;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	border: none;
	background: #FFFFFF;
/*color: #000000;*/
}

td{
font-family:Verdana; /*:"Times New Roman", Times, serif;*/
font-size:10pt;

}

table{
font-family:Verdana; /*:"Times New Roman", Times, serif;*/
font-size:10pt;

}

/****************************************************************************************/

#header {
	/*border-bottom: thin #FFFFFF solid;*/
	/*border: 0px #bbb none;*/
	width: 100%; /*height:80px;*/ /*padding:10px;*/;
	background-color:#EEEEEE;
	/*border-bottom-style: solid;*/
}

#nav_top {
	border-style: none;
	height: 18px;
	background-color: #828282; /*border:0px solid #bbb;*/ /*height:80px;*/ /*padding:10px;*/
	font-size: 8pt;
	padding-top:1px;
	padding-bottom:0px;
	
	font-family:Arial, Helvetica, sans-serif;

}

/****************************************************************************************/

#content {
	padding: 10px;
	margin-top: 20px;
/*padding-left:20px;*/;	margin-left: 50px;
	width: 1000px;
	background-color: #FFFFFF;
}


a:link {
text-decoration: none;
background: transparent;

/*color:black;*/
/*color: #2142bf;*/
}
a:visited {
text-decoration: none;
background: transparent;

/*color:#2142bf;*/
}
a:active {
text-decoration: underline;
background: transparent;

/*color: #2142bf;*/
}
a:hover {
text-decoration: underline;
background: transparent;

color: #2142bf;
/*color:#FF9900;*/
}

/****************************************************************************************/

h5{
	font-size: 100%;	
}

h4{
	font-size: 105%;
}

h3 {
font-size: 110%;
}
h2 {
font-size: 115%;
}
h1 {
	border-style: none none solid none;
	border-width: thin;
	border-color: #808080 /*text-align: left;*/ /*margin: 0.5em 0;*/ /*padding: 0;*/ /*background: transparent;*/ font-size: 120%;
	font-size: 120%;
}

/****************************************************************************************/

#nav_top a {
	text-decoration: none;
	/*font-size:5pt;*/
	font-weight: bold;
	margin: 0;
	padding: 1px 1.5em;
	background:transparent;
	background:#003366;
		color: white;
	display: inline;
}

#nav_top a:visited{
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 1px 1.5em;
	background: #828282;
	color: white;
	display: inline;
}

#nav_top a:link{
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 1px 1.5em;
	background: #828282;
	color: white;
	display: inline;
}

#nav_top a:active {
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 1px 1.5em;
	background:#003366;
	color:#99CCFF;
	display: inline;
}

#nav_top a:hover {

	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 1px 1.5em;
	background:#535353;
	color:#99CCFF;   /*#FF9900*/
	display: inline;
}

/****************************************************************************************/

.style16 {
	border-width: 0px;
}


.code_section_border
{
	font-family:"Courier New", Courier, monospace;
	border: thin solid #808080; 
	font-size: 10pt;  
	background-color: #F7F7F7; 
	text-align: left; 
	text-indent: 28px; 
	white-space: normal; 
	word-spacing: normal; 
	letter-spacing: normal; 
	vertical-align: top; 
	line-height: 19px; 
	width: 665px;	
	
}

.code_section_no_border
{
	font-family:"Courier New", Courier, monospace;
	font-size: 10pt;  
	text-align: left; 
	text-indent: 28px; 
	white-space: normal; 
	word-spacing: normal; 
	letter-spacing: normal; 
	vertical-align: top; 
	line-height: 19px; 
	width: 665px;
}

.ascii_text
{
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	text-align: left;
	text-indent: 28px;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: top;
	line-height: 18px;
	width: 1665px;
	
}

.ascii_paragraph{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10pt;
	font-family: "Courier New", Courier, monospace;
}

.code_paragraph{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10pt;
	font-family: "Courier New", Courier, monospace;
	white-space: nowrap;
}


.ascii_text_2 {
	margin-top: -3px;
	margin-bottom: -3px;
	font-size: 8pt;
	font-family: "Courier New", Courier, monospace;
	margin-left: 40px;
	white-space: nowrap;
}

