/* ----- margins --------- */
h3, h4, h5, h6	{
	margin-top: 6px;
	margin-bottom: 3px;
	padding : 2px;
				}

/* -----color --------- */
body	{
	background: white url(/common/images/bcgrnd.jpg) no-repeat fixed;
	margin : 0;
}

body, td	{
	color: #000066;
}

th  {
	color : Maroon;
	background-color : #CCCCCC;
	}

h3	{
	color: Yellow;
	background : #666633;
}

h4	{
	color: White;
	background : Teal;
}

h5	{
	color: #000066;
	background : #99CCCC;
}

h6  {
	color: #000066;
	background : #66FFCC;
	}

a:link, a:visited, a:active {
	text-decoration: none; 
}

a:hover	{
	color: #339900;
	text-decoration: underline;
}

/* ----- font --------- */
body, td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

table	{
	width : 100%;
	padding : 0px;
	border-width : 0px;
}

th  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h4, h5, h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	/* font-variant: small-caps; */
}
/*
h4	{
	font-size :  15px; /* = 12pt */
/*}
h5	{
	font-size: 13px; /* = 10pt */
/*	}

h6	{
	font-size: 11px; /* =  8pt */
/*	}
*/
dt	{
	font-weight: bold;
	margin-bottom : 3px;
	margin-top : 10px;
	color : #FF6633;
}

a.term:link, a.term:visited, a.term:active {
	color : #FF6633;
	text-decoration: underline; 
}

a.term:hover	{
	color: #339900;
	text-decoration: underline;
}

.linktable	{
	font-size: xx-small;
}

/* ----- xxxx --------- */
.kolon1, .kolon9	{
	background: #EEEEEE;
	vertical-align : top;
	text-align : center;
}

.kolon2	{
	vertical-align : top;
	text-align : left;
	width : 100%;
}

/*table.kolon9	{
	width : 100%;
	padding : 2px;
	border-width : 0px;
}
*/
.detay	{
	font-size : xx-small;
	}

a.detay:link, a.detay:visited, a.detay:active {
	text-decoration: underline; 
}

a.detay:hover	{
	color: #339900;
	text-decoration: underline;
}

.height	{
	height : 1px;
	line-height : 1px;
	}


