body, h1, h2, p, div
{
	font-family: verdana, arial, sans-serif;
	color: #000;
}

a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {color: #fff; text-decoration: none; background: #06c; border: 1px solid #006;} 
a:active {color: #fff; text-decoration: none;}

none.a:link {color: #000; text-decoration: none;}
none.a:visited {color: #000; text-decoration: none;}
none.a:hover {color: #000; text-decoration: none;} 
none.a:active {color: #000; text-decoration: none;}

body 
{
	background : #efefef url('http://www.micronetservice.com/bg.gif') fixed;
	margin: 5px;
	margin-top: -8px;
	padding: 10px;
	padding-left: 0px;
}

h1
{ 
	font-size: 19px;
	color: #fff; 
	text-align:center;
	margin-left:2px; 
	font-weight:bold; 
}

h2
{ 
	font-size: 18px; 
	color: #fff; 
	text-align:center; 
	font-weight:bold; 
	margin-bottom: 6px;
}

h3
{ 
	font-size: 16px; 
	color: #000; 
	text-align:center; 
	font-weight:bold; 
	margin-bottom: 6px;
}

p	{
	text-indent: 4px;
	font-size: 12px;
	line-height:130%;
	text-align:left;
}

.small {
	font-size: 10px; 
  	color: #000; 
  	text-align:left; 
  	font-weight: bold; 
  	margin: 8px;
	padding: 3px;
	line-height: 130%;
}

.msblue {
	color:#06c;
}

.resource {
	text-indent: 0px;
	font-size: 12px;
	line-height:130%;
	text-align:left;
}

a.resource:link {color: #000; text-decoration: underline; background: #fff; border: 1px solid #fff;}
a.resource:visited {color: #000; text-decoration: none; background: #fff; border: 1px solid #fff;}
a.resource:hover {color: #fff; text-decoration: none; background: #06c; border: 1px solid #006;} 
a.resource:active {color: #000; text-decoration: none; background: #fff; border: 1px solid #fff;}

.navigation	{
	font-size:11px;
	text-indent: 0px;
	margin: 3px;
	padding: 5px;
}

div.wrapper-top {
	width: 740px;
	background: #06c url('http://www.micronetservice.com/micronet.gif');
	background-repeat: no-repeat;
	background-position: left;
	margin:-2px;
	margin-left: -5px;
	border: 3px solid #006;
	border-top: 0px;
	border-left: 0px;
	padding: 10px;
	padding-top: 5px;
}

div.wrapper-bottom {
	width: 740px;
	background: #fcc;
	margin:-2px;
	border: 2px dotted #603;
	padding: 10px;
	padding-bottom: -5px;
}

div.content {
	margin: 2px;
	margin-left: -5px;
	align: left;
	width: 740px;
	padding: 14px;
	border: 1px dashed #06c;
	border-top: 0px;
	border-left: 0px;
	background: #fff;
}

div.navbox {
	align: left;
	float: left;
	width: 190px;
	margin: 5px;
	margin-left: -9px;
	margin-top: -5px;
	
	padding: 5px;
	border: 1px solid #ccc;
	border-left: 0px;
	background: #efefef;
}

.mask	{
	background-color: fff;
	padding: 4px;
}

.legal {
	border: 4px double #006;
	margin: 15px;
	padding: 5px;
	float: center;
	width: 250px;
}