/* определения основных тэгов */
body{
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-family : Tahoma;
        color: #000000;
        font-weight: normal;
        font-size : 11px;
}

h1,h2,h3
{	color: #716a43;
	font-size : 160%;
        font-weight: normal;
}
h2
{
	font-size : 130%;
}
h3
{
	font-size : 110%;
}

td
{
                font-family : Tahoma;
                font-weight: normal;
                font-size : 11px;
                line-height : 24px;
}
a{
        font-family : Tahoma;
        font-size : 11px;
        font-weight: normal;
        text-decoration: none;
        color: #9C0000;
}
a:hover{
        font-family : Tahoma;
        font-size : 11px;
        color: #E80000;
        font-weight: normal;
        text-decoration: underline;
}

a.mnu:link, a.mnu:visited {
        text-decoration: underline;
     }

.tablechet	{
	background-color: #F9F9F9;
		}

.tablehead 	{
	background-color: #F2F2F2;
		}
.red {
        background: url(images/red.gif);
        background-position: bottom;
        background-repeat: repeat-x;
     }
.grey {
        background: url(images/grey.gif);
        background-position: bottom;
        background-repeat: repeat-x;
     }
