input.f_submit
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: normal;
	font-size: 13px;
	background-image: none;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: white;
	text-decoration: none;
	cursor: pointer
}	

A.f_link:link        {/* непосещенные ссылки */
        color: #049cfc;
        }

A.f_link:link        {/* непосещенные ссылки */
        color: black;
        text-decoration: none;
        }
A.f_link:visited        {/* посещенные ссылки */
                color: black;
                text-decoration: none;
                }
A.f_link:hover
{
	color: #049cfc;
}
A.f_link:active{/* активные ссылки */
        color: #049cfc;
        text-decoration: none;
        }
.f_noMailUser
{
	font-size: 13px;
	font-family: Arial, Verdana;
}
.f_TableHeader
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 3px;
	color: #000000;
	padding-top: 3px;
	border-bottom: #ffffff 1px solid;
	font-family: arial;
	background-color: #ebebeb;
}

.f_TableStd
{
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    width: 100%;
}

.f_trGrey
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 13px;
	padding-bottom: 3px;
	color: #000000;
	padding-top: 3px;
	border-bottom: #ffffff 1px solid;
	font-family: arial;
	height: 40px;
	background-color: #ebebeb;
}

.f_trWhite
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 13px;
	padding-bottom: 3px;
	color: #000000;
	padding-top: 3px;
	border-bottom: #ebebeb 1px solid;
	font-family: arial;
	height: 40px;
	background-color: white;
}

td.f_td
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 13px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: arial;
}

a.f_BackLink
{
	color: #676666;
	font-size: 10pt;
}

.f_MainFont
{
	font-weight: normal;
	font-size: 13px;
	font-family: arial;
}

.f_MainFontBold
{
	font-weight: bold;
	font-size: 13px;
	font-family: arial;
}

.ButtonNormal {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	/*border-color: #F0F0EE;*/
}

.ButtonOver {
	border: 1px solid #0A246A;
	background-color: #B6BDD2;
}

.ButtonDown
{
	border: 1px solid #0A246A;
	background-color: #8592B5;
}