BODY
{
	SCROLLBAR-FACE-COLOR: #e6e6e6; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	 SCROLLBAR-SHADOW-COLOR: #666666; 
	 SCROLLBAR-3DLIGHT-COLOR: #999999; 
	 SCROLLBAR-ARROW-COLOR: #000000; 
	 SCROLLBAR-TRACK-COLOR: #EEEEEE; 
	 SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	vertical-align: top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #CC0033;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003300;
	margin: 5px;
	font-weight: normal;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CC0033;
	margin: 10px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFCC;
	margin: 5px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	text-align: center;
}

li {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

strong {
	color: #006633;
}

/* FORM STYLE */

.field {
	font-size: 10px;
	WIDTH: 200px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background : #e5ffca;
	border: 1px solid #003300;

}

.area {
	font-size: 11px;
	WIDTH: 400px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background : #e5ffca;
	border: 1px solid #003300;
}
.button{
	font-size: 9px;
	WIDTH: 100px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background : #DDDDDD;
	font-weight: bold;
	border: 1px solid #666666;

} 



/* COLOR STYLE */
.red {
	color: #CC0033;
}

.red:hover {
	text-decoration: underline;
}


/* ALIGN STYLE */
.center {
	text-align: center;
}
.td-bot {
	vertical-align: bottom;
}
.td-mid {
	vertical-align: middle;
}

/* FREE STYLE */

.ul-menu {
	font-size: 17px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(image/bul-sm.gif);
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

.ul-menu2 {
	font-size: 17px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(image/bul-sm.gif);
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

.cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003300;
	text-align: center;
	margin: 5px;
}

/* LINK STYLE */
a {
	color: #003300;
	font-weight: normal;	
	TEXT-DECORATION: none;
	border-bottom: 1px dashed #003300;
}

a:hover {
	color: #CC0033;
	border-bottom: 0px;	
}

.a-h2 {
	color: #003300;
	text-decoration: none;
	border-bottom: 0px;		
}

.a-h2:hover {
	color: #CC0033;
	TEXT-DECORATION: none;
	border-bottom: 1px dashed #CC0033;
}
.a-image {
	text-decoration: none;
	border-bottom: 0px;		
}

.a-image:hover {
	TEXT-DECORATION: none;
	border-bottom: 0px;
}
.a-white {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;		
}
.a-white:hover {
	color: #CC0033;
	text-decoration: none;
	border-bottom: 1px dashed #CC0033;
}

/* GENIA STYLE */
.transp{
	font-size: 10px;
	BORDER-BOTTOM: 1px solid #90c952;
	BORDER-LEFT: 1px solid #90c952;
	BORDER-RIGHT: 1px solid #90c952;
	BORDER-TOP: 1px solid #90c952;
	WIDTH: 80px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background : transparent;
}
.area_d {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: transparent;
	width: 150px;
	border: 1px solid #003300;
}
.area_c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: transparent;
	width: 40px;
	border: 1px solid #003300;
}
.dnon{
    display: none;
}

.dblk{
    display: block;
}


