BODY {
	background : url(../img/bg.gif) repeat-y;
	cursor : default;
}
TD, DIV {
	font : 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}
IMG#MenuPict {
	border : 1px solid #FFFFFF;
}
IMG#ContentPict {
	border : 1px solid #991424;
}
DIV#Symbol {
	width : 120px;
	height : 85px;
	position : absolute;
	left : 25px;
	top : 5px;
	z-index : 2;
	background-color : #991424;
	layer-background-color: #991424;
	border: 1px solid #000000;
}
DIV#SubMenu {
	background : #991424 url(../img/HG_Navi.jpg) no-repeat;
	position:absolute;
	left:25px;
	top:100px;
	width:120px;
	height:425px;
	z-index:1;
	border: 1px solid #000000;
	padding:5px;
}
DIV#Content {
	position:absolute; 
	left:155px; 
	top:115px; 
	width:810px; 
	height:390px; 
	z-index:1; 
	overflow: auto; 
	border:1px solid #991424; 
	padding:5px;
}
TD.HeadLine {
	font : bold 12pt "Times New Roman", Times, serif;
	color : #FFFFFF;
}
A.menu {
	font-size:8pt;
	/*height: 20px; */
	text-decoration : none;
	color : White;
	font-weight : bold;
}
A:HOVER.menu {
	text-decoration : underline;
}
A:VISITED.menu {
	color : White;
}

H3 {
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #991424;
	}
H2 {
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #991424;
	}
H1 {
	font-size:13pt;
	font-weight:bold;
	border-bottom:1px solid #991424;
	}

input, textarea, select {
	background-color: #E8E8E8;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	border: 0px solid #991424;
	height: 20px;
	vertical-align: middle;
}