html			{
			cursor: default;
			overflow: hidden;
			}

body			{
			height: 100%;
			width: 100%;
			padding: 0px;
			margin: 0px;
			background-color: #cccccc;
			overflow-x: auto;
			overflow-y: scroll;
			}

.main			{
			font-family: Arial;
			font-size: 12pt;
			height: 100%;
			width: 80%;
			border: 0px solid #000000;
			}

td			{
			padding: 0px;
			margin: 0px;
			}

a 			{
			color: #990000;
			cursor: default;
			text-decoration: none;
			}

a:hover			{
			cursor: default;
			text-decoration: none;
			}

a:focus			{
			outline: none;
			}





.header			{
			height: 120px;
			color: #dddddd;
			background-color: #111111;
			font-size: 20pt;
			letter-spacing: 1px;
			text-align: center;
			vertical-align: middle;
			}





.menu			{
			height: 1px;
			padding: 0px;				border-bottom:12px solid #eeeeee;
			}

.menu table		{
			width: 100%;
			font-family: Arial;
			font-size: 15px;
			background-color: #222222;
			}

.menu table td		{
			padding:2px 14px 3px 14px;
			}

.menu table td a	{
			color: #cccccc;
			text-decoration: none;
			}

.menu table td a:hover	{
			color: #ffffff;
			text-decoration: underline;
			}

.menu .selected		{
			color: #000000;
			background-color: #eeeeee;
			text-decoration: underline;
			}





.content		{
			background-color: #aaaaaa;
			padding: 0px;
			vertical-align: top;
			}





.footer			{
			height: 1px;
			color: #aaaaaa;
			background-color: #111111;
			font-family: Verdana;
			font-size: 10pt;
			text-align: right;
			vertical-align: middle;
			letter-spacing: 0.15px;
			border-top: #444444 solid 2px;
			padding: 6px 14px 8px 14px;
			}

.footer a		{
			color: #aaaaaa;
			border-width: 0px;
			text-decoration: none;
			}

.footer a:hover		{
			color: #eeeeee;
			border-width: 0px;
			text-decoration:underline;
			}





.canvas			{
			color:#222222;
			background-color:#eeeeee;
			font-family: Verdana;
			font-size: 9pt;
			text-align: justify;
			text-decoration: none;
			padding: 8px 14px 8px 14px;
			margin: 0px 0px 1px 0px;
			}

.canvas hr		{
			display: block;
			width: 100%;
			height: 0px;
			border-width: 0px;
			border-top: 1px dotted #aaaaaa;
			}

.canvas a 		{
			color: #990000;
			text-decoration: none;
			}

.canvas a:hover		{
			color: #990000;
			text-decoration:underline;
			}

.canvas .title		{
			color: #000000;
			font-family: Arial;
			font-weight: bold;
			font-size: 10.5pt;
			letter-spacing: 0.25px;
			border-width: 0px;
			margin: 0px 0px 4px 0px;
			text-decoration: underline;
			}

.canvas .title a	{
			color: #000000;
			border-width: 0px;
			}

.canvas .title a:hover	{
			color: #990000;
			text-decoration: underline;
			border-width: 0px;
			}

.canvas .sign		{
			text-align: right;
			font-size: 8pt;
			letter-spacing: -1px;
			margin: 4px 0px 0px 0px;
			}

.canvas .sign a		{
			color: #aaaaaa;
			text-decoration: none;
			border-width: 0px;
			}

.canvas .sign a:hover	{
			text-decoration: underline;
			border-width: 0px;
			}

.canvas small a 	{
			color: #222222;
			text-decoration: underline;
			}

.canvas small a:hover 	{
			color: #990000;
			text-decoration: underline;
			}





.pages			{
			color: #aaaaaa;
			background-color: #eeeeee;
			font-family: Verdana;
			font-size: 8pt;
			line-height: 8pt;
			text-align: center;
			padding: 8px 14px 8px 14px;
			margin: 1px 0px 0px 0px;
			}

.pages .current		{
			color:#222222;
			}

.pages .title		{
			font-size: 8pt;
			color: #aaaaaa;
			margin: 0px 0px 4px 0px;
			}

.pages a		{
			color: #990000;
			text-decoration: none;
			border-width: 0px;
			}

.pages a:hover		{
			color: #990000;
			text-decoration: underline;
			border-width: 0px;
			}





.paging			{
			padding: 0px;
			margin: 12px 0px 14px 0px;
			border-width: 0px;
			text-align: center;
			/* --- этим стилем будет оформлена неактивная стрелочка --- */
			font-size: 11pt;
			font-family: Arial;
			color: #888888;
			}

.paging .current	{
			color: #000000;
			font-size: 10pt;
			font-family: Arial;
			padding: 0px;
			margin: 0px 8px 0px 8px;
			}

.paging a		{
			color: #000000;
			font-size: 11pt;
			font-family: Arial;
			border-width: 0px;
			text-decoration:none;
			}

.paging a:hover		{
			border-width: 0px;
			text-decoration: underline;
			}
