﻿html {
	background-image: url('../images/layout/balk_header.jpg');
	background-repeat: repeat-x;
	background-color: #fef7f1;
	color: #515048;
	font-family: Arial;
	font-size: 12px;
}

td.header {
	background-image: url('../images/layout/header.jpg');
	background-repeat: no-repeat;
}
td.menu {
	vertical-align: bottom;
	text-align: left;
	color: #675341;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}
td.text {
	color: #515048;
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
	background-image: url('../images/layout/text_back.jpg');
	background-repeat: no-repeat;
	background-position: 50% 100%; 	
	padding: 3px;
}
h2 {
	color: #f9a25e;
    font-family: Microsoft Yi Baiti, Verdana;
	font-size: 26px;
	word-spacing: -5px;
}

td.copybalk
{
	background-image: url('../images/layout/balk_copy.jpg');
	background-repeat: repeat-x;
}

td.copy
{
	color: #515048;
	font-family: Arial;
	font-size: 11px;
    text-align: right;
    vertical-align: bottom;

}
td.input
{
	color: #515048;
	font-family: Arial;
	font-size: 12px;

}
input
{
	color: #515048;
	font-family: Arial;
	font-size: 12px;

}