/* CSS Document */
p {
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  display:inline;
}

a:link{
	color:#0066FF;
	text-decoration:none;
}

a:visited{
	color:#0066FF;
	text-decoration:none;
}

a:hover{
	color:#0066FF;
	border-bottom:'border-bottom-width' 'border-bottom-style' 'border-bottom-color';
	border-bottom-color:#0066FF;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-top:'border-top-width' 'border-top-style' 'border-top-color';
	border-top-color:#0066FF;
	border-top-style:dotted;
	border-top-width:thin;
	
}

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  background-color: #eeeeee;
}

.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
}

.menu{
	azimuth:left;
	width:210px; 
	height:400px;
	text-align:left;
	position:absolute;
	left:0px;
	top:150px;
	
	
}

.header{
	azimuth:left;
	width:550px; 
	height:70px;
	text-align:left;
	position:absolute;
	left:0px;
	top:0px;
	
	
}

.content{
	text-align:left;
	position:absolute;
	left:210px;
	top:80px;
	width:*;
	height: *;
}

.date{
	font-weight:bold;
	font-size:16px;
	text-align:right;
}

.oldvirtools{
	position:absolute;
	left:210px;
	top:250px;	
	width:640px; 
	height:460px;
}	

.virtools{
	width:640px; 
	height:460px;
}


.news{
	position:absolute;
	left:210px;
	bottom:5px;
	height:20%;
}


.news_box{
	font-size:9px;
	text-align:justify;
}

.news_box_title{
	font-weight:bold;
}

.news_box_desc{
	color:#555555;
}

.tr01Net{
	border:inherit;
	border-right:'border-right-width' 'border-right-style' 'border-right-color';
	border-right-color:#333333;
	border-right-style:solid;
	border-right-width:thin;
	
	border-left:'border-left-width' 'border-left-style' 'border-left-color';
	border-left-color:#333333;
	border-left-style:solid;
	border-left-width:thin;
	
	border-collapse:collapse;
	
	vertical-align:top;
	vertical-align:text-top;
	width:33%;
}



.blog{
	height:auto;
}

.hrBlog{
	border: solid 1px black; 
	margin-top: 0px; 
	margin-bottom: 0px;
	
}



