@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 140%;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

a,
a:visited {
	color: #000000;	
}

a:hover {
	color: #999999;
}

img {
	border: none;	
}

.clear {
	clear: both;	
}

.ref_wrapper
{
	min-height: 120px;
	_height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	clear: both;
}

.ref_image
{
	float: left;
	position: relative;
	margin: 0px 10px 5px 0px;
	border: 1px solid #999999;
}

.ref_title
{
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
}

.ref_text
{
	font-size: 1em;
}

.news_wrapper
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #555555;
	clear: both;
}

.news_date
{
	font-size: 1em;
	font-weight: normal;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.news_image
{
	float: left;
	padding: 0px 15px 10px 0px;
}

.news_text
{	
	font-size: 1em;
}

.project {
	margin: 0px 0px 25px 0px;	
}

.project img {
	padding: 0px;
	margin: 0px 10px 5px 0px;
	border: 1px solid #999999;
}