
body {
	margin-top: 20px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
}

.link {
	
	color: #666666;
	font-size: 14px;
	line-height: 16px;	
	text-decoration: none;
	display: block;
	font-weight: bold;

}
.linkI {	
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	display: block;
}

.link:hover{
	color: Gray;
}
.c {	
	color: #666666;
	font-size: 11px;
}
.info{	
	color: #666666;
	font-size: 11px;
}
.info tr {
	vertical-align: top;
}

.titlePlace{
	height: 32px;
}
#navigation {
	position: absolute;
	min-width: 200px;
}
#content {
	position: relative;
	margin-left: auto;
  margin-right: auto;	
}
