.title01 {
	font-size: 18px;
	font-style: italic;
	color: #CC3300;
	text-decoration: none;
	word-spacing: 2px;
	white-space: nowrap;
}
.required-field {
	color: red;
}
.title00 {

	font-size: 24px;
	font-style: italic;
	color: #CC3300;
	text-decoration: none;
	white-space: nowrap;
}
.top-bg {
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
}
.lang {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.title-block {
	font-size: 14px;
	font-style: italic;
	color: #CC3300;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bolder;
	text-shadow : #4682B4;
	font-family: "Arial", "Helvetica", "sans-serif";

}
input {

	border: 1px double #336699;
	background-color: #F1F7FE;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #003399;
	text-decoration: none;
}
select {


	border: 1px double #336699;
	background-color: #E5EFFD;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #003399;
	text-decoration: none;
}
textarea {



	border: 1px double #336699;
	background-color: #E5EFFD;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #003399;
	text-decoration: none;
}
option {




	border: 1px double #336699;
	background-color: #E5EFFD;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #003399;
	text-decoration: none;
}
.td-title {
	background-color: #E5EFFD;
	font-size: 14px;
	color: #003399;
	font-weight: bold;

}
pre {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333;
}
.stepbystep {
color: #ffffff;
background-color: #FE950C;
font-size: 18px;
font-weight: bold;
}
.stepbystep-off {
color: #ffffff;
background-color: #C0C0C0;
font-size: 18px;
font-weight: bold;
}