/* CSS Document */
.subsite {
	display: block;
	/*width: 868px;*/
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	font-size: 12px;
	font-weight: normal;
	color: #114a69;
	text-align: justify;
}

.subsite h2{
	font-size: 15px;
	font-weight: bold;
	margin-top: 25px;
}

.subsite h2:first-letter {
	font-size: 17px;
	color: #ff0000;
}

.subsite h3{
	font-size: 13px;
	font-weight: bold;
	margin-top: 25px;
}

.subsite h3:first-letter {
	font-size: 15px;
	color: #ff0000;
}

.subsite p{
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 20px;
}

.subsite p:first-letter{
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}

.subsite a{
	color: #114a69;
	font-weight: bold;
	text-decoration: none;
}

.subsite a:hover{
	color: #f00;
	font-weight: bold;
}

.subsite table{
	margin: 0px auto 0px auto;
	width: auto;
	text-align: center;
}

.subsite td{
	background: #94bbd0;
	color: #114a69;
	padding: 3px 5px 3px 5px;
}

.subsite th{
	color: #fff;
	background: #114a69;
	font-weight: bold;
	padding: 3px 25px 3px 25px;
}

.subsite img{
	border: 2px solid #94bbd0;
	margin: 10px 10px 10px 10px;
}

.subsite_title{
	margin: 10px auto 10px auto;
	width: 300px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.transport{
	/*width: 750px;*/
	width: 850px;;
	margin: 0px auto 25px auto;
	padding: 10px 10px 10px 10px;
}

.transport a{
	text-decoration: underline;
}

.transport img{
	float: right;
	width: 120px;
	border: 2px solid #114a69;
	margin: 0px 0px 10px 10px;
}