body {
	background-color:#F7F8FA;
	background-image:url(../images/bg_top.gif);
	background-repeat: repeat-y;
	
}

img {
	border:0;
}

td.top {
	background-image:url(../images/td_line_dot.gif);
	background-repeat:repeat-y;
	width:24px;
}


/* TEXT
----------------------------------------------------------------------*/

/* H1 */

/* H2 */

h2 {
	background-image:url(../images/h2_title_bg.gif);
	background-repeat:no-repeat;
	background-position:0 -8;
	font-size:14px;
	height: 28px;
	width: 560px;
	margin:20px 0px 7px 0px;
	padding:0px 0px 0px 23px;


}

/* H3 */

h3 {
	background-image:url(../images/h3_title_bg.gif);
	background-repeat:no-repeat;
	font-size:12px;
	color:#365291;
	height:19px;
	width: 530px;
	margin:7px 0px 7px 15px;
	padding:2px 0px 0 8px;
	letter-spacing:5px;
}


/* p */

p {
	font-size:12px;
	color:#000000;
	line-height:18px;
	margin:0px;
	padding:0px;
}

p.di {
    margin:5px 0px 0px 17px;
	font-size:11px;
	color: #FFFFFF;

}

p.f {
    margin:0px 0px 5px 0px;

}


/* a */

a {
	color:#8D000C;
	text-decoration:none;
}

a:active, a:hover {
	color:#8D000C;
	text-decoration:underline;
}


/*COLOR
----------------------------------------------------------------------*/
.c01 {
	background-color:#FEFFED;

}

.blue {
	font-size:10px;
	color:#2662c6;
	line-height:18px;
	letter-spacing:1px;
	text-decoration:underline;
}

.gray {
	font-size:12px;
	color:#414141;
	line-height:18px;
	letter-spacing:1px;
}

.texts {
	font-size:10px;
	color:#000000;
	line-height:18px;
	letter-spacing:1px;
}


/* POSITION
----------------------------------------------------------------------*/

/* header */

#hd {
	position: absolute;
	top:0px;
	left:0px;
	z-index: auto;
	background-image: url(../images/hd_bg.gif);
	background-repeat: repeat-x;
	height:162px;
	width: 755px;
}

#hdsearch {
	position: absolute;
	top:18px;
	left:315px;
	z-index: auto;
	vertical-align:center;
	width: 425px;
	margin:0px;
}

#hdimage {
	position: absolute;
	top:41px;
	left:0px;
	width:755px;
	z-index: auto;
}

#hdmenu {
	position: absolute;
	top:132px;
	left:0px;
	z-index: auto;
    width:755px;

}

/* sideber */

#sideber {
	position: absolute;
	top:162px;
	left:0px;
	z-index: auto;
	background-color:#FFFFFF;
	width: 164px;
    
}

/* dirinfo */

#dirinfo {
	position: absolute;
	top:163px;
	left:166px;
	z-index: auto;
	background-image: url(../images/bg_topicpath.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 574px;
}

#dirinfo a, #dirinfo a:active {
    text-decoration:none;
	color:#FFFFFF;

}

#dirinfo a:hover {
    color:#FFFFFF;
	text-decoration:underline;

}


/* content */

#content {
	position: absolute;
	top:177px;
	left:10px;
	z-index: auto;
    width: 560px;

}



/* footer */


#footer {
	position: relative;
	left:0px;
	bottom: auto;
	z-index: auto;
	height: auto;
	margin:40px 0px 0px 0px;
}

/*FIX LABEL
----------------------------------------------------------------------*/
.fixlabel {
	font-size:12px;
	color:#ff0000;
	background-color:#FFF200;
}


/*FORM
----------------------------------------------------------------------*/
.textfild {
    padding:0px;
    margin:0px 4px 0px 3px;
	border: 1px solid #9AA8C7;
	height:18px;
	width:144px;
	
}

.button{
	margin:0;
	padding:2px 0px 0px 0px;
	font-size: 11px;
	font-weight:bold;
	border: 1px solid #A5A5A5;
	background-color:#FFFFFF;
	color : #A4333D;
	width: 64px;
	height:18px;

}


/*Lists
----------------------------------------------------------------------*/
ul {
	margin:0 0 0 5px;
}

li {
	background: url(../solution/images/list_mark.gif) no-repeat left;
	padding:2px 3px 0 10px;
	font-size:12px;
	color:#000000;
	line-height:19px;	
}
