@font-face {
	font-family: CenturyGothic;
	src: url(fonts/GOTHIC.TTF);
}

@font-face {
	font-family: CenturyGothicBold;
	src: url(fonts/GOTHICB.TTF);
}

@font-face {
	font-family: CenturyGothicItalic;
	src: url(fonts/GOTHICI.TTF);
}

@font-face {
	font-family: CenturyGothicBoldItalic;
	src: url(fonts/GOTHICBI.TTF);
}

.menu{
	font-family:CenturyGothic, Trebuchet MS, Tahoma; font-size: 15px; color: #00578F;text-align: center;
}

.amenu:link{
	display:block;
	line-height:1.8em;
	text-decoration:none;color: #00578F;
	text-align: center;
	border-radius: 10px;
}
.amenu:visited{
	display:block;
	line-height:1.8em;
	text-decoration:none;color: #00578F;
	text-align: center;
	border-radius: 10px;
}
.amenu:hover{
	display:block;
	line-height:1.8em;
	text-decoration:none;color: #FFFFFF;background-color:#4275DB;
	text-align: center;
	border-radius: 10px;
}
.amenu:active{
	display:block;
	line-height:1.8em;
	text-decoration:none;color: #FFFFFF;background-color:#4275DB;
	text-align: center;
	border-radius: 10px;
}

.panel-head{
	display:block;
	line-height:2.2em;
	font-family:CenturyGothicBold, Trebuchet MS, Tahoma;
	font-size: 15px; color: #00578F;
	text-align: left;
	padding-left: 1em;
	background-repeat:no-repeat;
	background-position:top;
	border-right: 1px solid #E2DEB2;
	border-left: 1px solid #B6E0FC;
}

.panel-body{
	display:block;
	font-family:CenturyGothic, Trebuchet MS, Tahoma;
	font-size: 12px;
	color: #00578F;
	text-align: left;
	padding: 10px;
	border-width: 1px;
	border-color:#E2DEB2;
	border-left-style: solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-bottom-right-radius: 30px;
}

.contents{
	font-family:CenturyGothic, Trebuchet MS, Tahoma;
	font-size: 12px;
	color: #00578F;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

.figure-caption{
	font-family:CenturyGothicItalic;
	font-size: 11px;
	color: #00578F;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

.main-title{
	font-family:CenturyGothicBoldItalic;
	font-size: 18px;
	color: #00578F;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.content-head{
	font-family:CenturyGothicBold, Trebuchet MS, Tahoma;
	font-size: 16px;
	color: #00578F;
	text-align: left;
}


.boxPL { 
		position: relative; 
		margin: 0 0 0 0; 
		padding: 0 0; width: 37px; 
		height: 34px; 
		background-image: url(images-head/head_r2c2.png); 
		background-repeat: no-repeat; 
		}
		
.boxEN { 
		position: relative; 
		margin: 0 0 0 0; 
		padding: 0 0; width: 37px; 
		height: 34px; 
		background-image: url(images-head/head_r2c3.png); 
		background-repeat: no-repeat; 
		}
		
#box-link { 
		position: absolute; 
		top: 8px; 
		left: 4px; 
		width: 26px; 
		height: 16px; 
		background-color: transparent; 
		 }
		
table, td {
	border: 0px;
	padding: 0px;
}

td {
	margin: 0px;
}

hr {
     color: #ddd;
     background: #ddd;
     border: 0;
     width: 75%; 
     height: 1px;
}

li {
margin-top: .5em;
margin-bottom: .5em;
}