@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
}
img {
	border:none;
}
:focus {
	outline:none;
}
.msg-1 {
	font:40px/40px tahoma;
	color:#fff;
}
.msg-2 {
	font:11px/20px tahoma;
	color:#fff;
}
.msg-3 {
	font:14px/18px tahoma;
	color:#737373;
}
.msg-4 {
	font:12px/18px tahoma;
	color:#737373;
}
.msg-5 {
	font:bold 13px/18px tahoma;
	color:#f58220;
}
.msg-5l {
	font:12px/18px tahoma;
	color:#f58220;
}
.msg-5l a:link, .msg-5l a:visited {
	font:12px/18px tahoma;
	color:#f58220;
	text-decoration:none;	
}
.msg-5l a:hover, .msg-5l a:active {
	font:12px/18px tahoma;
	color:#f58220;
	text-decoration:underline;
}
.msg-5 a:link, .msg-5 a:visited {
	font:bold 13px/22px tahoma;
	color:#737373;
	text-decoration:none;
}
.msg-5 a:hover, .msg-5 a:active {
	font:bold 13px/22px tahoma;
	color:#f58220;
	text-decoration:none;
}
.msg-5head {
	font:40px/43px tahoma;
	color:#f58220;
}
.msg-5head2 {
	font:bold 16px/24px tahoma;
	color:#f58220;
}
.msg-5head3 {
	font:bold 23px/27px tahoma;
	color:#f58220;
}
.msg-5head3 a:link, .msg-5head3 a:visited {
	font:bold 23px/27px tahoma;
	color:#f58220;
	text-decoration:none;
}
.msg-5head3 a:hover, .msg-5head3 a:active {
	font:bold 23px/27px tahoma;
	color:#737373;
	text-decoration:none;	
}
.msg-5head4 {
	font:bold 24px/28px tahoma;
	color:#f58220;
}
.msg-6 {
	font:12px/18px tahoma;
	color:#737373;
	padding:0 7px;
}
.msg-6 a:link, .msg-6 a:visited {
	font:12px/18px tahoma;
	color:#737373;
	padding:0 7px;	
	border-right:1px dashed #d3d3d3;
	text-decoration:none;	
}
.msg-6 a:hover, .msg-6 a:active {
	font:12px/18px tahoma;
	color:#f58220;
	padding:0 7px;	
	border-right:1px dashed #d3d3d3;	
	text-decoration:underline;	
}


.msg-67 {
	font:12px/18px tahoma;
	color:#333;
	
}
.msg-67 a:link, .msg-67 a:visited {
	font:12px/18px tahoma;
	color:#333;
	
	
	text-decoration:none;	
}
.msg-67 a:hover, .msg-67 a:active {
	font:12px/18px tahoma;
	color:#333;
	
	
	text-decoration:underline;	
}


.msg-677 {
	font:12px/18px tahoma;
	color:#333;
	font-weight:bold;
	
}
.msg-677 a:link, .msg-67 a:visited {
	font:12px/18px tahoma;
	color:#333;
	font-weight:bold;
	
	
	text-decoration:none;	
}
.msg-677 a:hover, .msg-67 a:active {
	font:12px/18px tahoma;
	color:#333;
	text-decoration:underline;	
	font-weight:bold;
}


.msg-7 {
	font:14px/20px tahoma;
	color:#121212;
}

.hover-img a img {
	width:190px;
	height:140px;	
	border:3px solid #FFFFFF;	
	transition:width .15s, height .15s;
	-moz-transition:width .15s, height .15s, -moz-transform .15s; /* Firefox 4 */
	-webkit-transition:width .15s, height .15s, -webkit-transform .15s; /* Safari and Chrome */
	-o-transition:width .15s, height .15s, -o-transform .15s; /* Opera */
}
.hover-img a:hover img {
	width:190px;
	height:140px;	
	border:3px solid #f58220;	
}



input.search {
	width:168px;
	height:23px;
	border:none;
	padding:0 4px 0 0;
	font:12px/13px tahoma;
	color:#5a5a5a;
	background:transparent;
}
input.search-news {
	width:229px;
	height:30px;
	border:none;
	padding:0 3px;
	font:13px/13px tahoma;
	color:#5a5a5a;
	background:transparent;
}
input.form {
	width:195px;
	height:23px;
	border:1px solid #d3d3d3;
	padding:0 3px;
	font:13px/13px tahoma;
	color:#5a5a5a;
	background:#ffffff;
}
textarea.area {
	width:195px;
	height:80px;
	border:1px solid #d3d3d3;
	padding:3px;
	font:13px/13px tahoma;
	color:#5a5a5a;
	background:#ffffff;
}