/* $Id$ */
.red { color: #800000; font-style: normal; }
.right { text-align: right; }
.left { text-align: left; }
.auth {
	color: #275F46;
	font-size: 9pt;
	font-family: Verdana,Arial;
	text-indent: 0;
}
.title {
	font-weight: bold;
	text-align: center;	
	text-indent: 0;
}
.epig {
	text-align:	right;
	font-style: italic;
	text-indent: 0;
}
cite {
	font-size: 8pt;
	font-style: normal;
}
p {
	text-align: justify;
	text-indent: 2em;
}
div{
	text-indent: 2em;
}
pre { font-size: 9pt; }
img { border: 0; }
img.f_right {
	float: right; 
	margin-left: 10px;
}
img.f_left {
	float: left; 
	margin-right: 10px;
}
h1 {
	font-size: 9pt; 
	font-family: Tahoma,Verdana,Arial;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	color: black; 
	text-align: center;
	letter-spacing: 0.1em;
}

table { padding: 0; margin: 0; border: 0; width: 100%; font-size: 9pt; }
td, th { padding: 0; margin: 0; border: 0; }

a { font-size: 9pt; color: #3d3d3d; font-weight: bold; text-decoration: none; }
a:hover { font-size: 9pt; color: black; font-weight: bold; text-decoration: none; }

.backgreen {
	background: #F1FFF7;
}
body {
	font-size: 9pt;
	color: black;
	font-style: normal;
	font-family: tahoma,verdana,arial;
	text-decoration: none;
	margin: 0;
	background: white;
}
.textin {
	width: 80px;
	background: #F1FFF7;
	font: 11px 'Tahoma';
	color: black;
	border: solid 1px #275F46;
}
.button {
	width: 60px; 
	font-weight: bold; 
	color: #3d3d3d;
	font-size: 11px; 
	cursor: hand; 
	border: 1px outset #275F46; 
	background: #F1FFF7;
}
