@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 10px 30px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 30px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color: #443;
	margin: 0px;
	padding: 0px;
	list-style: circle outside;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003333;
	list-style: square inside;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
li {
	display: inline;
	padding-right: 20px;
 list-style: square url(Routers/0200_small arrow in box .png) outside;
}
.style11 {
	font-size: large
}
ul {
	list-style: url(Routers/0045_zhiva.png) outside;
}
#ModemTab .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul h1 {
	font-size: 18px;
	font-style: italic;
	color: #06F;
}
-->

