@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/site_grid/bg_pattern.jpg);
	background-repeat: repeat-x;
	background-color: #EBE9DD;
}

a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}

.content {
	background-color: #FFF;
	color: #000;
}

.tit_logo {
	font-size: 13px;
	color: #666;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-bottom: 3px;
}

.titolo {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
}

.txt_content {
	font-size: 9pt;
	line-height: 1.2em;
}
.txt_content a {
	color: #00F;
	text-decoration: none;
}
.txt_content a:hover {
	text-decoration: underline;
}


input {
	width: 190px;
	margin-bottom: 5px;
	height: 20px;
	margin-top: 5px;
	border: 1px solid #666;
	background-color: #FAF9F5;
	color: #900;
	margin-left: 5px;
}

textarea {
	width: 190px;
	margin-bottom: 5px;
	height: 100px;
	margin-top: 5px;
	border: 1px solid #666;
	background-color: #FAF9F5;
	color: #900;
	margin-left: 5px;
}

.button {
	background-color:#666;
	color:#FFF
}

.bottom {
	color: #FFF;
	background-color: #000;
	text-align: center;
	font-size: 10px;
}

