html{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	text-align: left;
	height: 100%;
	margin: 0;
	padding: 0;
}

td{
	text-align: left;
	vertical-align: top;
}

td.topnav{
	background: url(images/index_03.gif) repeat-x;
	color: #6E514C;
	font: bold 13px times new roman;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	text-align: right;
	vertical-align: middle;
	padding: 0 0 5px 0;	
}

td.main{
	background: url(images/index_04.gif) no-repeat top left;
	font: normal 13px "Times New Roman", Times, serif;
	letter-spacing: 0.07em;
	padding: 30px 5px 5px 100px;
}

.main2{
	font: bold normal 15px "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #4D3835;
}

.main3{
	font: bolder small-caps normal 14px "Times New Roman", Times, serif;
	letter-spacing: 0.07em;
	color: #4D3835;
}

.main4{
	font: normal 14px "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	color: #4D3835;
}

a{
	color: #6E514C;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
.uppercase {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
}
.small_caps {
	font-variant: small-caps;
	font-size: 13px;
}
