* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

table{
	margin: 0px;
	padding: 0px;
}

.header_main{
	background: url(../images/bg_header.gif) repeat-x;
}
.menu_main{
	background: url(../images/bg_menu.gif) repeat-x;
}
.sub_header_main{
	background-color: #e4e3df;
}
.content_main{
	background-color: #ffffff;
}
.footer_main{
	background: url(../images/bg_footer.gif) repeat-x;
}


.data_table{
	width: 80%;
}

.header_text{
	color: #ffffff;
	font-size: 75%;
}

a.topmenu:link, a.topmenu:active, a.topmenu:visited{
	color: #ffffff; 
	text-decoration: none;
	font-size: 105%;
}

.titletext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
}

.titletext_l2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 70px;
}

.white_box{
	border: solid thin #cfcfcd;
	background-color: #ffffff;
}

.white_box2{
	border-right: solid thin #cfcfcd;
	background-color: #ffffff;
	padding-right: 10px;
}

.image_in_box{
	border: solid thin #cfcfcd;
	margin: 10px;
}

.text_in_box{
	font-size: 90%;
	color: #eb8810;
	text-align: center;
	font-weight: bold;
}

.text_in_box2{
	font-size: 100%;
	color: #eb8810;
	font-weight: bold;
}

.line_in_box{
	color: #c4c4c4;
	background-color: #c4c4c4;
	height: 1px;
	border-width:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	width:80%;
}

.line_in_box2{
	color: #c4c4c4;
	background-color: #c4c4c4;
	height: 1px;
	border-width:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	width:40%;
}

.text_description_in_box{
	font-size: 80%;
	color: #636365;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.text_description_in_box2{
	font-size: 90%;
	color: #636365;
	text-align: left;
	padding-left: 140px;
	padding-top: 10px;
}

a.regular_link:link, a.regular_link:active, a.regular_link:visited{
	color: #d96a00; 
	text-decoration: none;
	font-size: 100%;
}

a.header_link:link, a.header_link, a.header_link:visited{
	color: #ffffff; 
	text-decoration: none;
}
a.header_link:hover{
	color: #ffffff; 
	text-decoration: underline;
}

.error{
	color: #CC0000;
  padding-left: 106px;
}