@import url("main.css");

/*table*/
table {
	border-top: 1px solid #575757;
	border-left: 1px solid #575757;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-left: 1.75em;
}

table.merit {
	width: 544px;
	border-top: none;
	border-bottom-style: none;
	border-left: none;
	border-right-style: none;
	margin-top: 10px;
	margin-left: 17px;
}

th {
	font-size: 1.3em;
	font-weight: normal;
	background-color: #CBD6E6;
	border-bottom: 1px solid #575757;
	border-right: 1px solid #575757;
	padding-top: 0.25em;
	padding-right: 2em;
	padding-bottom: 0.25em;
	padding-left: 2em;
}

table.merit th {
	line-height: 1.3;
	font-weight: bold;
	color: #1D2B73;
	vertical-align: top;
	white-space: nowrap;
	background-color: transparent;
	border-bottom: none;
	border-right: none;
	border-top-style: none;
	border-left-style: none;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0.25em;
	padding-left: 0;
}

td {
	font-size: 1.3em;
	text-align: right;
	background-color: #EFF3F8;
	border-bottom: 1px solid #575757;
	border-right: 1px solid #575757;
	padding-top: 0.25em;
	padding-right: 2em;
	padding-bottom: 0.25em;
	padding-left: 2em;
}

table.merit td {
	line-height: 1.3;
	text-align: justify;
	vertical-align: top;
	background-color: transparent;
	border-bottom: none;
	border-right: none;
	border-top-style: none;
	border-left-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 0;
}

table.example {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 4px;
	margin-left: 4em;
}

table.example td {
	font-size: 1.3em;
	text-align: right;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0 0 2px;
}

table.example td.total {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 2px;
}


/*sideMenu*/
#sideMenu {
	background-image: url(../bay/images/side_menu_img.jpg);
	background-repeat: no-repeat;
}


/*mainBlock*/
#mainBlock h2 {
	width: 557px;
	font-size: 1.4em;
	line-height: 1.3;
	font-weight: bold;
	color: #1D2B73;
	margin-top: 30px;
	margin-bottom: 2px;
	margin-left: 4px;
}

#mainBlock h2.ts10 {
	margin-top: 10px;
}

#mainBlock h3 {
	width: 551px;
	font-size: 1.3em;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3B5B99;
	background-image: url(../images/h3_back.gif);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-bottom: 8px;
	margin-left: 4px;
	padding-left: 6px;
}

#mainBlock h3.ts00 {
	margin-top: 0px;
}

#mainBlock h3.ts20 {
	margin-top: 20px;
}

#mainBlock h4 {
	width: 551px;
	font-size: 1.4em;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #96B6DE;
	background-image: url(../images/h4_back.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 6px;
	margin-left: 4px;
	padding-left: 6px;
}

#mainBlock h4.ts10 {
	margin-top: 10px;
}

#mainBlock h5 {
	width: 557px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3;
	background-image: url(../images/border_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-bottom: 2px;
}

#mainBlock a.link, #mainBlock span.link {
	font-weight: bold;
	color: #1B296F;
	text-decoration: underline;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	padding-right: 1em;
}

#mainBlock a.link:hover {
	color: #3451E3;
}

#mainBlock span.link {
	text-decoration: none;
}

#mainBlock p {
	width: 557px;
	font-size: 1.3em;
	line-height: 1.3;
	margin-left: 4px;
}

#mainBlock .prosessImg {
	margin-top: 20px;
}

#mainBlock .meritImg {
	display: block;
	margin-left: 96px;
}





