<!--
	a:link {
		color: #333333; 
		line-height: 13pt; 
		text-decoration: none;
	}

	a:active {
		color: #333333; 
		line-height: 13pt; 
		text-decoration: none;		
	}

	a:visited {
		color: #333333; 
		line-height: 13pt; 
		text-decoration: none;
	}

	a:hover {
		color: #2C6ED5; 
		line-height: 13pt; 
		text-decoration: none;
	}

	body {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		margin-bottom : 0px;
		margin-top : 10px
	}
	
	td {		
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9pt;
	}
	
	table {
		margin: 0;
	}
	
	input {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		border-style: solid;
		border-color : #666666;
		border-width: 1pt;
	}
	
	select {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9pt;
	}
	
	img {
		border: 0px;
	}

	.flat {
		border-style: solid;
		border-width: 1px;
		border-color: gray;
	}

	.DefaultTextarea {
		border-style: solid;
		border-color : #666666;
		border-width: 1pt;
		font-family: Tahoma;
		font-size: 9pt;		
		width: 70%;
		line-height: 20px;
	}
	
	.Title {
		font-size: 10pt;
		font-weight: bold;
		color: #333333;
	}

	.Eng {
		ime-mode: disabled;
	}

	.Content {
		line-height: 20px;
	}

	.BorderSolidBottom {
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	
//-->