/* CSS Document */

@charset "utf-8";


* { word-break: break-all; word-wrap: break-word; }
body { background: #FFF; color: #000; line-height: 1.5em; -moz-user-select : none; }
body, h1, h2, h3, h4, h5, p, ul, dl, ol, form, fieldset { margin: 0; padding: 0; }
body, td, input, textarea, select, button { font-size: 12px; font-family: Verdana,Arial,Helvetica,sans-serif; }
ul { list-style: none; }
cite { font-style: normal; }
a { color: #46498E; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }
 
.table_wrap{
	 border:1px solid #F5F5F5;
	 margin-bottom:18px;
}
.color_3B5998{ color:#3B5998;}
.bold{ font-weight:bold;}

