@charset "UTF-8";/** document *//**************************************/body {	font-size:       12px;	font-family:     "Tahoma","MS UI Gothic","Lucida Grande";	line-height:     1.231;	text-align:      left;	background:      #ffffff;	padding:         0;	margin:          0;
    word-break:      break-all;	}/** h1 h2 h3 h4 h5 *//**************************************/h1, h2, h3, h4, h5 {	margin:          0;}/** ul ol dl *//**************************************/ul, ol, dl {	list-style:      none;	margin:          0;	padding:         0;}dd {	margin:          0;}/** p *//**************************************/p {	margin:          0;}/** tables *//**************************************/table {	font-size:       inherit;	border-collapse: collapse;}/** form *//**************************************/form {	margin:          0;	padding:         0;}input, select, textarea {	font-size:       inherit;	font-family:     inherit;	margin:          0;	padding:         0;}/** anchors *//**************************************/a {	text-decoration: none;	outline:         none;	color:           #1d3994;}a:hover {	text-decoration: underline;}/** images *//**************************************/img {	border:          none;}/** string *//**************************************/em {	font-style:      normal;}/** pre *//**************************************/pre {	border:          1px solid #bfbfbf;	padding:         5px;}