/* CSS Document */
body {
	margin:0px;
	padding:0px; 
	background-image: url(toitoi.png);
	background-position:100px bottom;
	background-repeat:no-repeat;
	}
/* Header */
.header_brother {
	background-image: url(header_repeat.gif);
	background-position:left top;
	background-repeat:repeat-x;
	}
/* Menu */
.menu {
	padding-top: 50px;
	/* background-color: #A6B1C6;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	height: 100%; */
	}
.menu_text {
	font-family: "Monotype Corsiva","Gill Sans MT","Gill Sans",Verdana;
	font-size:28px;
	color:#727A86;
	position:absolute;
	left:0px;
	top:270px;
	width:250px;
	height:100%;
	z-index:1;
	}
.menu_text a{
	font-family: "Monotype Corsiva","Gill Sans MT","Gill Sans",Verdana;
	font-size:28px;
	color:#727A86;
	text-decoration:none;
	}
/* Content */
.content_header {
	font-family:  "Monotype Corsiva","Gill Sans MT","Gill Sans",Verdana;
	font-size: 24px;
	color:#727A86;
	}
.content_text {
	font-family: "Gill Sans MT","Gill Sans",Verdana;
	font-size:18px;
	color: #8D98AA;
	padding-top: 50px;
	}
.content_text a{
	color: #8D98AA;
	}

/* Copyright */
.copyright {
	/* background-color:#CDC3AC;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity:0.8; */
	font-family: "Gill Sans MT","Gill Sans",Verdana;
	font-size: 14px;
	color: #727A86;
	text-align:center;
	}
.copyright a {
	color: #727A86;
	text-decoration:none;
	}
/* Table */
.table {
	border:solid #8D98AA;
	border-style:solid;
	border-spacing:0px;
	border-width:medium;

}
.error {
	color:#91212B;
}
.table td {
	border:solid #8D98AA;
	border-style:solid;
	border-spacing:0px;
	border-width:thin;
}
.table input {
	border:solid #8D98AA;
	border-style:solid;
	border-spacing:0px;
	border-width:thin;
}
.table textarea {
	border:solid #8D98AA;
	border-style:solid;
	border-spacing:0px;
	border-width:thin;
}
.table_htext {
	color:#FFFFFF;
	background-color:#8D98AA;
	
}
	
