/* Общий стиль страницы */
body
{
	background-color: #E5E8EE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

/* Общие шрифты для общих тегов */
font, th, td, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	text-align: justify;
}

a
{
	text-decoration: underline;
	color: #465964;
}
a:visited
{
	text-decoration: underline;
	color: #34444B;
}
a:hover
{
	text-decoration: underline;
	color: #FF0066;
}
a:active
{
	text-decoration: underline;
	color: #FFCC00;
}
hr
{
	height: 2px;
	color: #0000FF;
}

h1
{
	font-weight: bold;
	font-size: 20px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 120%;
	color: Blue;
}
h2
{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

/* Текстовые кнопки */
#txtbtn a
{
	height: 16px;
	padding: 2px;
	border: 1px solid gray;
	background-color: #FFCF63;
	color: #4A697B;
	font-size: 13px;
	text-decoration: none;
	white-space: nowrap;
}
#txtbtn a:hover
{
	text-decoration: none;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	color: #FF0066;
}

/* Copyright and bottom info */
.copyright
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	letter-spacing: -1px;
}
a.copyright, a.copyright:visited, .copyright a, .copyright a:visited
{
	color: #444444;
}
a.copyright:hover, a.copyright:active, .copyright a:hover, .copyright a:active
{
	color: #000000;
	text-decoration: none;
}
