html,body
{
	font-family: Times New Roman,tahoma,helvetica,sans-serif;
	height: 100%;
	font-size: 10pt;
	width: 780px;
	/*margin-left : auto;*/
	/*margin-right : auto;*/
	margin: 0 auto;
	_margin: 0% 20% 0% 20%;
}

table
{
	font-size: 10pt;
}

a.back:link,a.back:visited,a.back:active 
{
	color: blue;
	font-size:110%;
	text-decoration: none;
}

a.back:hover
{
	color: blue;
	font-size:110%;
	text-decoration: underline;
}
			
p.header
{
	color: white;
	font-style: italic;
	word-spacing: 10px;
	letter-spacing: 5px;
	font-size : 16pt;
	margin-right: 5%;
	line-height:60px;
}


a:link,a:visited,a:active {
		color: black; 
		text-decoration: none;        
	}
a:hover
{
	color: white;	
	text-decoration:none;
}


div.top
{	
	position:relative;
	background-color : yellow;
}


#hosts
{
	_margin-top:2%;
	width:740px;
	margin-left: 10px;
}

#hosts table
{
	border:2px solid #2763A5;
	padding:0;
	margin:0;
	border-collapse: collapse;
	text-align : center;
	width:100%;	
}

#hosts td
{
	border:2px solid #2763A5;
	margin:0;
}

#hosts h1
{
	color: #2763A5;
	font-style: italic;
	word-spacing: 10px;
	letter-spacing: 5px;
}

#legend
{
	width:25%;
}
#legend table
{
	border:2px solid #2763A5;
	/*padding:0;*/
	/*margin:0px;*/
	border-collapse: collapse;
	text-align : center;
	width:100%;
}
#legend td
{
	border:2px solid #2763A5;
	padding:0px;
	margin:0px;

}

#legend h3
{
	margin:5% 0 0 0;
	letter-spacing: 5px;	
	color: black;
}

a.menu:link
{
	color: white;
	text-decoration: none;
}

a.menu:visited
{
	color: white;
	text-decoration: none;
}

a.menu:hover
{
	color: black;
	text-decoration: none;
}

a.menu:active
{
    color: white;
    text-decoration: none;
}


div.head
{
	background-color:#36507b;
	padding:0;	
	margin:0;
	margin-top:2%;
	color:white;
	font-weight: bold;
	text-align: center;	
	clear:both;
}

/*-----------------------------------------------*/



div.low
{
	background-color:green;
	margin-left: 1%;
	font-size: 8px; /*it make that minimut height for div is size of font*/
}

div.medium
{
	background-color:DodgerBlue;
	margin-left: 1%;
	font-size: 8px; /*it make that minimut height for div is size of font*/
}

div.high
{
	background-color:Orange;
	margin-left: 1%;
	font-size: 8px; /*it make that minimut height for div is size of font*/
}

div.huge
{
	background-color:OrangeRed;
	margin-left: 1%;
	font-size: 8px; /*it make that minimut height for div is size of font*/
}

