*{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
}
body{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #393939;
}
li{
	list-style: none;
}
img{
	border: 0px;
}
a{
	color: #1174AE;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
}
a:link{
	color: #1174AE;
	text-decoration: underline;
}
a:visited{
	color: #1174AE;
}
a:hover{
	text-decoration: none;
}
a:active{
	color: #1174AE;
}
.clear{
	clear: both;
}
#header{
	background: #F0F0F0 url(images/logo.jpg) no-repeat left;
	height: 50px;
}
#menu{
	background-color: #0091D7;
	padding: 0px 10px 0px 10px;
}
#menu a{
	color: White;
	line-height: 20px;
}
#title{
	padding: 5px 10px 0px 10px;
	font-weight: bold;
}
.link{
	padding: 1px 10px 1px 10px;
}
.item{
	clear: both;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #DCDCDC;
}
#line{
	border-bottom: 1px dashed #DCDCDC;
	padding-top: 5px;
}
.item-title a{
	
}
.paginate{
	padding: 5px 10px 5px 10px;
}
.paginate a{
	text-decoration: none;
}
.news{
	padding: 0px 10px 0px 10px;
}
.news img{
	margin-right: 10px;
}
.news-title{
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}
#footer{
	background-color: #0091D7;
	padding: 0px 10px 0px 10px;
	height: 20px;
	line-height: 20px;
	color: White;
	margin-top: 5px;
}
#devel{
	padding: 10px;
}
#devel a{
	text-decoration: none;
}
