html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
        background: #2f0605 url(images/fon.jpg);

	font-size: 80%;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

a:link {color: #907f26; text-decoration: none; outline: none;}
a:visited{color:#907f26; text-decoration: none; outline: none;}
a:active {color: #907f26; text-decoration: none; outline: none;}
a:hover{color:#b7a623; text-decoration: underline; outline: none;}

table.content{
        width: 100%;
        height: 100%;
}
table.content td{
        vertical-align: middle;
}
table.tc {
        margin-top: 35px;
}
td.lt{
        text-align: left;
        font-size: 180%;
}
td.rt{
        text-align: right;
        font-size: 180%;
}

div.lp{
	height:15px;
	width: 15px;
        background: url(images/point.gif) no-repeat 0 50%;
        margin: 0 17px 0 8px;
}

div.rp{
	height:15px;
	width: 15px;
        background: url(images/point.gif) no-repeat 0 50%;
        margin: 0 8px 0 17px;
} 