body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.TitleText
{
	/*background-color: #ECECEC;*/
	font-size: 14px;
	color: #CC6600;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	/*background-image: url(arrow_title_page_en.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
}

.SubTitleText
{
	font-size: 10px;
	color: #000099;
	font-weight: bold;
}

.NormalBoldText
{
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

.NormalText
{
	font-size: 11px;
	color: Black;
}
.NormalText  A:link {
	color: Black;
	TEXT-DECORATION: none;
}
.NormalText  A:visited {
	color: Black;
	TEXT-DECORATION: none;
}
.NormalText  A:hover {
	color: Black;
	TEXT-DECORATION: underline;
}

.InputClass {
	font-size: 11px;
	font-weight: normal;
	/*color: #FFFFFF;*/
	text-decoration: none;
	/*background-image: url(bg_button_en.gif);*/
	height: 20px;
	border-top: 1px solid #A9B7BB;
	border-right: 1px solid #55666A;
	border-bottom: 1px solid #55666A;
	border-left: 1px solid #A9B7BB;
	/*background-color: #A9B7BB;*/
	width: 320px;
}


.ButtonClass
{
	border-right: 1px solid;
	border-top: #cccccc 1px solid;
	font-weight: normal;
	font-size: 11px;
	border-left: #cccccc 1px solid;
	cursor: hand;
	color: #333333;
	border-bottom: 1px solid;
	height: 18px;
	background-color: #ffffff;
	text-decoration: none;
}
