.text_title			{
							font-family: Garamond; color: black;
							font-size: 20pt; font-style: italic;
							font-weight: normal;
							
							text-align: center;
					}
.text_simple		{
							font-family: Garamond; color: black;
							font-size: 13pt; font-style: italic;
							font-weight: normal;
							
							text-align: left;
					}
.text_error			{
							font-family: Garamond; color: red;
							font-size: 10pt; font-weight: italic;
							
							text-align: center;
					}
.input				{
							border: 1px dotted black;
							
							color: brown;
							
							font-family: Garamond;
							font-size: 13pt; font-weight: normal;
							font-style: normal;
							
							line-height: 12pt;
							
							background-color: lightgrey;
							
							vertical-align: middle; text-align: left;
							
							width: 300px;
					}
.button				{
							border: 1px solid black;
							
							color: brown;
							
							font-family: Garamond;
							font-size: 10pt; font-weight: bold;
							font-style: normal;
							
							line-height: 12pt;
							
							background-color: lightgrey;
							
							text-align: center;
							
							width: 150px;
					}