@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	outline: 0px;
	line-height:1.3em;
	border-width: 0px;
}
body,td {
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #444;
}
body,html {
	width:100%;
	height:100%;
	overflow:hidden;
	background-color: #FFF;
}
a {
	color: #370093;
}
a:hover {
	color: #555;
}
#lma {
	position: absolute;
	height: 100%;
	width: 300px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #370093;
	left: 680px;
}
.menu {
}
.menu a {
	font-size: 14px;
	color: #370093;
	text-decoration: none;
}
.menu a:hover {
	color: #555555;
	text-decoration: none;
}
.menu a:visited {
	color: #999999;
	text-decoration: none;
}
.menu a:visited:hover {
	color: #555555;
	text-decoration: none;
}
.submenu {
	margin-bottom: 2px;
}
.submenu a {
	font-size: 12px;
	color: #069;
}
.videos {
	margin-top: 12px;
	margin-left: 50px;
}
.videos img {
}
.videos a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #370093;
	text-decoration: none;
	line-height: 1em;
}
.videos a:hover {
	color: #555555;
	text-decoration: none;
}
.address {
	position: absolute;
	width: 300px;
	bottom: 10px;
	left: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
.address h1 {
	font-size: 14px;
	font-weight: normal;
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
}
.address a {
	color: #555;
	text-decoration: underline;
}
.address a:hover {
	color: #370093;
	text-decoration: none;
}
#cnt {
	position: absolute;
	height: 100%;
	width: 680px;
	left: 0px;
	top: 0px;
	background-image: url(../layout/background-in.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.news {
	background-color: #F1F1FB;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #370093;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
}
.news b {
	color: #370093;
}
.cnttitle {
	background-color: #370093;
	color: #FFF;
	font-size: 16px;
	margin-top: 20px;
	width: 300px;
	padding-left: 90px;
	padding-bottom: 3px;
}
.conttt {
	width: 500px;
	position: absolute;
	height: 80%;
	overflow: auto;
	left: 90px;
	top: 94px;
	padding-right: 8px;
}
.conttt h1 {
	font-size: 14px;
	font-weight: normal;
}
.thumb {
	height: 65px;
	width: 65px;
	border: 3px solid #C5D4FF;
}
.copyrights {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #999;
}
.copyrights a {
	text-decoration: none;
	color: #999;
}
.copyrights a:hover {
	color: #370093;
}

