﻿<style type="text/css">
<!--
.title		{ font-family: "굴림"; font-size: 14pt; color: #000000; font-weight: bold; line-height: 30pt; text-decoration:none}
.title a	{ font-family: "굴림"; font-size: 14pt; color: #000000; font-weight: bold; line-height: 30pt; text-decoration:underline}
.title a:hover	{ font-family: "굴림"; font-size: 14pt; color: #000000; font-weight: bold; line-height: 30pt; text-decoration:underline}

.sub_title		{ font-family: "굴림"; font-size: 10pt; color: #000000; font-weight: bold; line-height: 20pt; text-decoration:none}
.sub_title a	{ font-family: "굴림"; font-size: 10pt; color: #000000; font-weight: bold; line-height: 20pt; text-decoration:underline}
.sub_title a:hover	{ font-family: "굴림"; font-size: 10pt; color: #000000; font-weight: bold; line-height: 20pt; text-decoration:underline}

body {
		background: #FFFFFF;  
		font-size: 75%;			 /* K2 and Proxy */
		font-family: 굴림;
		margin-top: 2pt;
		margin-left: 2pt;
		margin-right: 2pt;
	 }

/*
a:link		{ color: #0000CC; } 

a:active	{ color: #996699; }

a:visited 	{ color: #996699; }
*/

a:hover		{color : #f00000;text-decoration: none}


p		{ margin-top: .6em; margin-bottom: .6em;}

p.abstract { margin-top: .6em; margin-bottom: .6em; margin-left: .6em;}

p.bigfix	{ margin-top: -.4em; margin-bottom: 0em;}

p.margin	{ margin-left: 2em; margin-top: -1.75em;}	/*for SMS links*/

p.K2		{ margin-top: 0em; margin-left: 10pt;}

p.focus		{ color:red; }

/*	HEADING TAGS	*/

h1		{ font-size: 145%; 
		margin-bottom: .5em; }

h2		{ font-size: 125%;  
		margin-top: 1.5em;
		margin-bottom: .5em;  }

h3		{ font-size: 110%; 
		margin-top: 1.2em;  
		margin-bottom: .5em;  }

h4		{font-size: 105%;
		margin-top: 1.2em;
		margin-bottom: .5em  }

h5		{font-size: 100%;
		margin-top: 1.2em;
		margin-bottom: .5em }

big		{  font-weight: bold; 
		font-size: 105%;  }

p.title	{  margin-top: .3em; margin-bottom: .3em; font-weight: bold; color: white; font-size: 100%;  }

		
p.proclabel		{	
				font-size: 110%;
				
				margin-top: 1.2em }  	/*procedure heading*/


/*	LIST TAGS	*/

ol		{ margin-top: .6em; margin-bottom: 0em; margin-left: 4em }	
	
ul		{ margin-top: .6em; margin-bottom: 0em }	

ol ul	{ list-style: disc; margin-top: .6em  }

li		{ margin-bottom: .7em;
		margin-left: -2em }
		
		

/*	TERM AND DEFINITION TAGS	*/

dl		{ margin-top: 0em }

dt		{ margin-top: 0.5em;
		/* margin-left: 0em; */ 	/*for SMS terms*/ 
		margin-left: 1.5em;  }

dd		{ margin-top: 0.5em;
		margin-bottom: 0em;	/*not currently working*/
		margin-left: 3.0em  }

dl li	{ margin-bottom: .7em }	/*list item inside a term/def list*/

dl dl	{  margin-top: 0em;
		margin-left: 0em  }	/*term/def list inside a term/def list*/



/*	TABLE TAGS	*/

table	{ font-size: 100%;}

table.top {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		border-top: 0;
		}
table.exam		{ width: 100%;
				background: #F9F9F9;
				padding: 3pt;
				margin-bottom: 0;
				margin-top: 0;
				}
table.topexp	{ width: 100%;
				background: #F8F5F3;
				padding: 3pt;
				margin-top: 0;
				}
		
th		{ text-align: left;
		vertical-align: bottom;
		background: #dddddd	}
		
th.center	{ text-align: center }
		
tr		{ vertical-align: top }

td		{ /*vertical-align: top;*/
		/*background: #eeeeee */}	/*not used for K2*/

td.header { vertical-align: middle; 
            background: #5EA4EB;
			height: 22;
			color: white;
			font-weight: bold; }


/*	MISC. TAGS	*/

pre			{ font-family: Courier New;
			font-size: 100%; 
			margin-top: 1.2em;
			margin-bottom: 1.5em  }
		
code		{ font-family: Arial;
			font-size: 125%;  }
		
pre.code	{ font-family: Arial; font-size: 100%; }

pre.syntax  { font-size: 100%; }
							
hr.sms	{ color: black; text-align: left  }  /*SMS specific rule used under procedure title*/

hr.st	{ color: #326565; }
hr.end 	{ color: #326565; }

hr.pw	{ color: black }		/*IIS specific - preceding copyright*/

/* etc */

.arrow1 { font-size: 70%;
		margin-top: 1.2em;
		color : #336868;  }
.arrow2 { font-size: 90%;
		margin-top: 1.2em;
		color : #E87400;  }

span.warning { font-weight: bold; color: Red; }
span.info { font-weight: bold; color: Green; }

div.box 
{
	background: #ddddff;
	border: solid 1px darkgray;
	padding: 5px 5px 5px 5px;
}

img.box
{
	border: solid 1px #dddddd;
}		
-->
</style>
