body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #313130;
	line-height:21px;
}
a:link {
	text-decoration: none;
	color: #0B2343;
}
a:visited {
	text-decoration: none;
	color: #0B2343;
}
a:hover {
	text-decoration: underline;
	color: #ee7e2c;
}
a:active {
	text-decoration: none;
	color: #0B2343;
}
a img, a:hover img{border:none}
p{ margin-top:10px; margin-bottom:10px;}


table{border-collapse:collapse;}
/*data-table*/
.data-table>tbody>*:first-child{border-bottom:solid 2px #dfdfdf;}
.data-table>tbody>tr:not(:first-child):hover{background-color:#fbfbfb;}
.data-table>tbody>tr>td{padding:5px;}
.data-table tbody td p:first-child{margin-top:0px;}
.data-table tbody td p:last-child{margin-bottom:0px;}
/*##data-table*/

/*data-table-2*/
.data-table-2>tbody>*:first-child{border-bottom:solid 2px #dfdfdf;}
.data-table-2>tbody>tr{border-bottom:solid 1px #dfdfdf;}
.data-table-2>tbody>tr:hover td{background-color:#fbfbfb;}
.data-table-2>tbody>tr>td{padding:5px;}
.data-table-2 tbody td p:first-child{margin-top:0px;}
.data-table-2 tbody td p:last-child{margin-bottom:0px;}
/*##data-table-2*/

/*dotted-data-table*/
.dotted-data-table,
.dotted-data-table>tbody>tr,
.dotted-data-table>tbody>tr>td{border:none;}
.dotted-data-table>tbody>tr{border-bottom:dotted 1px #dfdfdf;}
.dotted-data-table>tbody>*:first-child{border-bottom:solid 2px #dfdfdf;}
.dotted-data-table>tbody>tr:not(:first-child):hover{background-color:#fbfbfb;}
.dotted-data-table>tbody>tr>td{padding:5px;}
.dotted-data-table tbody td p:first-child{margin-top:0px;}
.dotted-data-table tbody td p:last-child{margin-bottom:0px;}
/*##dotted-data-table*/

ul.list-style01{}
ul.list-style01>li{margin-bottom:5px;}
ul.list-style01>li:last-child{margin-bottom:0px;}

ul.list-style02{}
ul.list-style02>li{margin-bottom:5px;}
ul.list-style02>li:last-child{margin-bottom:0px;}

ul.list-style03{}
ul.list-style03>li{margin-bottom:5px;}
ul.list-style03>li:last-child{margin-bottom:0px;}

ul.list-style04{}
ul.list-style04>li{margin-bottom:5px;}
ul.list-style04>li:last-child{margin-bottom:0px;}


ul.list-style05{}
ul.list-style05>li{margin-bottom:5px;}
ul.list-style05>li:last-child{margin-bottom:0px;}

ul.list-style06{}
ul.list-style06>li{margin-bottom:5px;}
ul.list-style06>li:last-child{margin-bottom:0px;}

ul.list-style07{}
ul.list-style07>li{margin-bottom:5px;}
ul.list-style07>li:last-child{margin-bottom:0px;}

ul.list-style08{}
ul.list-style08>li{margin-bottom:5px;}
ul.list-style08>li:last-child{margin-bottom:0px;}

img.left{
	float:left;
	margin-right:14px;
	margin-top:4px;
	margin-bottom:7px;
}

img.right{
	float:right;
	margin-left:14px;
	margin-top:4px;
	margin-bottom:7px;
}