/*** Background ************************************************/

.bg_lang_selection {
	background-image: url(../images/bg_lang_selection.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*.bg_index {
	background-image: url(../images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}*/
.bg_content {

	background-repeat: no-repeat;
	background-position: center top;
}

/*Content*******************************************************/

p {
	margin-top: 0px;
	margin-bottom: 12px;
}
hr {
	color: #DDDDDD;
	height:1px;
}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #02265b;
	line-height: 24px;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005596;
	line-height: 24px;
	margin-top: 10px;
	font-weight: bold;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005596;
	line-height: 20px;
	font-weight: bold;
}

.text_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 16px;
}
.text_index_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005596;
}
.text12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 20px;
}
.text12 a{
	color: #005596;
	text-decoration: underline;
}
.text12 a:hover{
	color: #a50022;
	text-decoration: underline;
}
.text12_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 20px;
	font-weight: bold;
}

/*Bullet*******************************************************/

ul{
    margin: 0px;
    padding: 0px;
	line-height:0px;
}
li{
    margin: 0px;
    padding: 0px;
}

.bullet1 li{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	font-size: 12px;
	line-height:15px;
	background:url(../images/bullet_1.gif);
	background-position: 10px 4px;
	background-repeat: no-repeat;
	margin: 7px 0px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.bullet2 li{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	font-size: 12px;
	line-height:15px;
	background:url(../images/bullet_2.gif);
	background-position: 10px 4px;
	background-repeat: no-repeat;
	margin: 7px 0px 0px 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*table*******************************************************/
.tableframe{
	border-top: 4px solid #005596;
}

.tableframe .tableinside{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d2d2d2;
	padding: 3px 10px 3px 10px;
	vertical-align:top;
}

.tableframe .tablehd{
	background: #ffffff url("../images/common/table_hd_bg.gif") 0px 0px repeat-x;
	font:Arial, Helvetica, sans-serif 12px;
	color: #005596 ;
	font-weight:bold;
}
/*Others*******************************************************/

.input_box{
	background-color:#c2c2c2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #444444;
	border: 1px solid #616366;
	height: 15px;
	width: 90px;
}
.input_boxcontact{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #444444;
	border: 1px solid #c2c2c2;
	width: 250px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
}
.footer a{
	color: #6295bc;
	text-decoration: none;
}
.footer a:hover{
	color: #005596;
	text-decoration: underline;
}