/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ----------------------------------- */

body {
	background-color: #0353A3;
}

.wrapper {
	margin: 0 auto;
	padding: 0 15px 25px 15px; 
	width: 960px;
	border: 1px solid #ccc;
	margin-top: 25px;
	margin-bottom: 35px;
	background-color: #fff;
	color: #444;
}

.box {
	width: 100%;
	margin: 0;
}

.box .main_h, .box .main_h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.0;
	color: #444;
	/*border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc; 
	padding: 0 0 0 15px;
}

.box .main_h2 {
	border-top: 1px solid #ccc;
}

.box .text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	font-weight: normal;
	text-align: justify;
	color: #444;
}

.box .text span {
	padding: 0 0 0 15px;
	display: block;
}

.box .text b1 {
	color: #FF0000;
}

.box .under_h {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color:#0353A3;
}

.box table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	font-weight: normal;
	text-align: left;
	color: #444;

}

.box table tr {
	border: 1px solid #ccc;
	padding: 1px;
}

.box table tr td {
	padding: 6px;
	border: 1px solid #ccc;
}