@charset "utf-8";

.articles-table {
	width: 750px;
}
.articles-table h1{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.articles-table h2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 12px;
	margin-bottom: 10px;
}

.articles-space {
	width: 15px;
}
#articles-iframe-td {
	vertical-align: top;
	width: 350px;
}

.articles-title-iframe {
	background-image: url(../images/ifram_title.png);
	height: 46px;
	background-repeat: repeat-x;
	vertical-align: middle;
	padding-right: 15px;
}
.articles-title-iframe h3{
	font-size: 16px;
	color: #1A579B;
}
.articles-title-iframe h3 a:hover {
	text-decoration: underline;

}
.articles-iframe {
	width: 350px;
	background-image: url(../images/ifram_home_bg.png);
	height: 480px;
	background-repeat: repeat-x;
}

.articles-text {
	width: 370px;
	text-align: justify;
	vertical-align: top;
}
.articles-text table {
	background-color: #CADCFF;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #69F;
	border-right-color: #69F;
}
.articles-text td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #69F;
}
.justify {
	text-align: justify;
}
.articles_left_text {
	width: 350px;
	text-align: justify;
	vertical-align: top;
}

.articles_left_text  table{
	background-color: #CADCFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #69F;
	border-right-color: #69F;
	margin-bottom: 10px;
}
.articles_left_text td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #69F;
}




.articles-text-long {
	width: 740px;
	text-align: justify;
	padding-bottom: 20px;
}


.links {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
}
.links a {
	font-weight: normal;
	text-decoration: none;
	color: #036;
}

.links a:hover {
	text-decoration: underline;
}

.text {
	text-align: justify;
	padding-bottom: 20px;
	padding-left: 140px;
}
.text table{
	background-color: #CADCFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #69F;
	border-right-color: #69F;
	width: 600px;
}

.text td{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #69F;
}
.text-bold {
	font-weight: bold;
}

