/* general styles, they do not contain any font definitions */

/* This file must not be used directly in htmls */

.as1 {
	font-size: 10pt;
	color: #800000;
	font-weight: bold;
	line-height: 1;
}
ul {
	list-style-type: disc;
	list-style-image: url('images/arrow.gif');
}
.inline { display: inline; }
br.all { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
input.input-button {
	/*	color: #949494; */
	background-color: #000000;
	/*	background-image: url( img/background_mini.jpg ); */
	border-style: outset;
	border-color: gray;/*	border-width: 1px; */
}
/*
table {
	border-style: ridge;
	border-width: 2px;
	border-color: #949494;
	border-collapse: collapse;
	width: 90%;
}

td {
	font-size: 12pt;
	color: #111111;
	font-family: helvetica, sans-serif, arial;
	font-style: normal;
	border-color: #949494;
}
*/
/*
textarea.textarea-email {
	background-color: #000000;
	color: #949494;
	width: 80%;
}
*/
/* end main elements */


/* start fx */
pre {
	font-family: helvetica, sans-serif, arial;
	font-style: normal;
	font-size: 10pt;
}
.small { font-size: 8pt; }
.big { font-size: 12pt; }
.normal { font-size: 10pt; }
.bigger { font-size: 14pt; }
.biggest { font-size: 18pt; }
.underline { text-decoration: underline; }
.italic { font-style: italic; }
.bold { font-weight: bold; }
div.indent {
	text-align: justify;
	margin-right: 15px;
	margin-left: 15px
}
/*
div.indent:first-letter {
	font-size: 28pt;
	font-weight: bold;
	font-family: cursive, sans-serif;
}
*/

div.indent:first-letter {
	text-align: justify;
	margin-left: 19px
}
div.blockindent {
	text-align: justify;
	margin-right: 15px;
	margin-left: 15px
}
/*
div.blindent:first-letter {
	font-size: 28pt;
//	margin-left: 30px;
	font-weight: bold;
	font-family: cursive, sans-serif;
}
*/
img.firstletter {
	vertical-align: text-top;
	float: left;
}
span.h2 {
	font-size: 18pt;
	font-weight: bold;
}
div.blockquote {
	display: block;
	margin: 1.33em 0;
	margin-left: 40px;
	margin-right: 40px;
}

/* end fx */
