@charset "windows-1251";
a.menu
{
text-decoration: none;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #ffffff;
}
a.menu:hover
{
text-decoration: underline;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #ffffff;
}
a.menu:visited
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #ffffff;
}
.FontClass1
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #708322;
}
.FontClass2
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #585757;
}
.FontClass3
{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #555655
} 
.FontClass4
{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #4C4C4C;
}
.FontClass5
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #6B6B6B
}
.FontClass6
{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #6A6A6A;
}
.FontClass7
{
font-family: arial;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}
.myFont
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #003399
}
.FontRed
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #CC3300
}
a.ReadMoreClass
{
text-decoration: none;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #708322
}
a.ReadMoreClass:hover
{
text-decoration: underline;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #708322
}
a.ReadMoreClass:visited
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #708322
}
a.metamorph
{
color: #FFFFFF;
text-decoration: none;
font-family: arial;
font-size: 10px;
font-weight: bold;
}
a.metamorph:visited
{
color: #FFFFFF;
font-family: arial;
font-size: 10px;
font-weight: bold;
}
a.metamorph:hover
{
color: #FFFFFF;
text-decoration: underline;
font-family: arial;
font-size: 10px;
font-weight: bold;
}
.tb10 {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 150px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	width: 150px;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}

.button1 {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.FontRedBig
{
font-family: tahoma;
font-size: 14px;
font-weight: bold;
color: #CC3300
}