/* ===== Universal Reset ===== */



*{

margin:0;

padding:0;

}



/* ===== Basic Style ===== */

html{
font-size:100.01%;
}

body{

color:#333333;

background:#FFFFFF;

font-size:0.75em;

line-height:1.5em;

}


a:link{color:#164894}
a:visited{color:#8405B3}
a:hover{color:#098A02}
a:active{color:#098A02}


img{

border:0;

}



ul,dl,ol{

list-style-type:none;

list-style-position:outside;

}



.clear{

clear:both;

line-height:0;

font-size:0;

}


.textSmall{

font-size:0.9em;

}

#header #home{
float:left;
padding:25px 0 0 0;
}

#header #copy{
float:left;
padding:22px 0 0 15px;
}

#header #inq{
position:absolute;
left:687px;
display:inline;
_height:0;
margin:22px 0 2px 0;
padding:0 5px;
border-left:solid 1px #000;
border-right:solid 1px #000;
}

.txtTitle{
padding:0 0 13px 0;
background:url(../image/stit_bg.gif) bottom repeat-x;
}

.txtTitle span{
display:block;
padding:0.4em 0 0.4em 13px;
color:#062A77;
font-weight:bold;
font-size:0.9em;
background:url(../image/stit_line.gif) left repeat-y;
}