body {
  	color:#000000;
	background-color:#ffffff;
 	font-family:Arial;
	line-height:1.5;
        padding:0px;
        margin:0px;
}

.mainContainer{
	width:100%;
	margin-left:auto;
	margin-right:auto;

}
.mainContainerCentered{
	width:1020px;
	text-align:left;
}

div,td,table{
	font-size: 10pt;
	font-family:Arial;
}



/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 5px solid #ffffff;
	/** remember to change image path **/
	background:#ffffff; 
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
	width:250px;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 14px;
	color: #000000;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 5px solid #cccccc;
	/** remember to change image path **/
	background: url(none) no-repeat #cccccc;
	color: #454743;
}
html {overflow: scroll;} 
/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.myinputstyle:focus {
	border: 5px solid #34AC48;
	/** remember to change image path **/
	background: url(none) no-repeat #34AC48;
	color: #ffffff;
}


.box_green_itour_header_active {
	font-size: 14px;
	color:#ec2e38;
	font-weight:bold;
}

.box_green_itour_header_nonactive {
	font-size: 14px;
	color:#ec2e38;
	font-weight:bold;
}

.article_itour_header_active {
	font-size: 12px;
	color:#ec2e38;
	font-weight:bold;
}

.article_itour_header_active_large {
	font-size: 14px;
	color:#ec2e38;
	font-weight:bold;
}

.article_itour_header_nonactive {
	font-size: 12px;
	color:#000000;
}

.article_itour_text {
	font-size: 12px;
	color:#808285;
}

.article_itour_header_date{
	font-size: 10px;
	color:#808285;
}

.over_itour_header_nonactive {
       color:#769d97;
       font-weight:bold;
}
