body {
	margin: 0px;
	padding: 0px;
	background: url('../images/background.jpg') repeat-x #ffffff;
	color: #000000;
	font-family: Tahoma;

}
td {
	vertical-align: top; 
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	font-size: 11px;
	border: 1px solid #666666;
}
h1 {
	margin: 10px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
}
.fo_text {
	width:200px;
}
.fo_textarea {
	width:200px;
	height:70px;
}
.error {
	color:#F00;
}
a {
	color: #000000;
}
.page {
	background: #ffffff;
	border: 1px solid #000000;
}
.space {
	width: 10px;
}
.space_min {
	width: 4px;
}
.menu_block {
	width: 228px;
	height: 47px;
	line-height: 45px;
	text-align: right;
}
.menu {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.menu_padding {
	padding-right: 10px;
}
.content_block {
	width: 445px;
}
.panel {
	color: #ffffff;
	background: #000000;
	margin: 2px 0px;
}
.footer {
	text-align: center;
	color: #ffffff;
	background: #000000;
	padding: 7px;
}
.search {
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	background: #000000;
}
.right_align {
	text-align: right;
}

