@charset "UTF-8";
/* CSS Document */

.style1 {
	font-family: georgia;
	font-size: 14px;
	color: #000;
	background-color: #fff;
line-height: 25px;
padding: 1px;
}

body {
	background-color: #FFF;
	align: left;
	background-repeat: no-repeat;
	background-image: url(image_type.jpg);
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #CC0033;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #CC0033;
}
a:visited {
	color: #CC0033;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	letter-spacing: 0px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-variant: small-caps;
	letter-spacing: 3px;
}
#textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	background-color: #FFF;
	float: left;
	height:auto;
	width: 500px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	line-height: 18px;
	margin-left: 20px;
}
#header {
	background-color: #FFF;
	color: #000;
	width: 500px;
	height: auto;
	padding: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-left: 20px;
}
.style2 {
	font-style:italic;
	font-weight: bold;
}
