﻿@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "amit";
	src: url(amit.ttf) format("truetype");
}
/*
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
*/
*/
h1 {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	color: #FFF;
}



.testi{
	width:280px;
	height:280px;
	/*background:url(../imgs/testi_bg.png);*/
	/*margin:12px 0 0 18px;*/
	/*margin:0 auto;*/
   font-family: 'Arial', sans-serif;
   color:#000;
/*border:1px solid #f00;*/

}
.testi_txt{
	width:270px;
	height:260px;
    margin:5px 0 0 5px;
    /*margin:0 auto;*/
	float:left;
	border:1px solid #000;
	border-radius:10px;
	
	padding-left:15px;
}
/*.highlight {
	font-size: 50px;
	color: #000;
}*/
.ticker 
{
    line-height: 26px;
    
	width: 260px;
	height: 250px;
	overflow: hidden;
	padding: 0;
	list-style: none;
	border-radius: 0;
	text-align: justify;
	font-size:12px;
	
}
#ticker_02 {
	height: 230px;
}
.ticker li {
	height: 230px;
	padding:5px 0 5px 0;
	margin:5px 0 5px 0;
}
.a{
	font-size:14px;
	float:right;
	font-weight:bold;
    height: 18px;
    width: 200px;
}
