html {
	width: 100%;
	height: auto;
	margin: 0;
    padding: 0;	
}
body {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 8pt;
    color: #435230;
	margin: 0;
    padding: 0;
}
table, td {
    border-collapse: collapse;
    border: 0;
    padding: 0;
}
img {
	border: 0;
}
a, a:visited, a:link, a:active {
    color: #FF6600;
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.preview {
	color: #007583;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	line-height: 0.91em;
}
p  {
	margin: 0 0 7px 0;
	font-size: 1.2em;
}
h1 {
    font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 0;	
}
h1.pageHeader {
	display: block;
	position: absolute;
	right: 41px;
	bottom: 5px;
	color: #876130;
}
h2 {
	font-size: 21px;
	font-weight: normal;
	color: #A11010;	
	margin: 3px 0 14px;
}
h3 {
    font-size: 13px;
    color: #1F82C8;
    margin: 0;
	padding: 0; 
	font-weight: Normal; 
}
h5 {
	font-size: 15px;
	color: #777;
	margin: 0 0 5px;
}
h1 span, h2 span {
	font-size: 13px;
	color: #333;
}
input.text {
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
}
.displayBlock {
    display: block;
}
.displayNone {
    display: none;
}
.relative {
    position: relative;
    overflow: visible;
}
.empty25 {
    height: 25px;
}
.empty10 {
    height: 10px;
}
.corner {
	position: absolute;
	width: 10px;
    height: 10px;
}
.cornerLeftTop {
	left: 0;
	top: 0;
	background: url('../img/corners/leftTop.png') left top no-repeat transparent;
}
.cornerRightTop {
    right: 0;
    top: 0;
    background: url('../img/corners/rightTop.png') left top no-repeat;	
}
.cornerLeftBottom {
    left: 0;
    bottom: 0;
    background: url('../img/corners/leftBottom.png') left top no-repeat transparent;
}
.cornerRightBottom {
    right: 0;
    bottom: 0;
    background: url('../img/corners/rightBottom.png') left top no-repeat;  
}
#commentBlock {
	margin-top: 25px;
}
.floatWrapper {
	clear: both;
    height: 1%;
    overflow: hidden;
}
.form .element {
	margin: 10px 0;
}
.form .element input {
}
.form .element label {
	border-bottom: 1px solid #333;
	display: block;
	float: left;
	width: 221px;
}
a.rightBlock {
    border-top: 0px solid #906948;
    display: block;
    padding: 7px 5px 10px 10px;
    text-align: right;
    text-decoration: none;
    font-weight: bold;
    color: #906948;
	font-size: 11px;
    background: url('../img/common/horizontalMenuSeparator.png') right bottom no-repeat;
}

