body {
	color: #626262;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(./images/layout/bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: justify;
	width: 100%;
	height: 100%;
	margin: 0px;
}

a:hover {
	color: #1B4AAD;
	text-decoration: underline;
}
a {
	color: #1B4AAD;
	text-decoration: none;
}
a.special{
	background-image: url(./images/layout/link_image.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top:1px;
}
input
{
	font-size: 11px;
}
select
{
	font-size: 11px;
}
form{
	margin: 0px;
}
h1{
	color: #e75128;
	font-size:18px;
	margin-top:0px;
	margin-bottom:25px;
}

.standardButton{
	background-image: url(./images/layout/standard_button.gif);
	background-repeat: no-repeat;
	width:150px;
	height:20px;
	color: #565656;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.standardButton_small{
	background-image: url(./images/layout/standard_button_small.gif);
	background-repeat: no-repeat;
	width:80px;
	height:20px;
	color: #565656;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.selection_button{
	width: 24px;
	height: 24px;
	background-color: transparent;
	background-image: url(./images/layout/selection_button.gif);
	cursor: pointer;
	border: none;
}

.div_layout_surrounding{
	position: relative;
	margin: auto;	
	width:804px;
	top:50px;

}
.divSurrounding{
	position: relative;
	width:782px;
	margin-left:1px;
	margin-top:1px;
	margin-bottom: 1px;
}
.div_main_header {
	position:relative;
	top:0px;
	left: 0px;
	height:108px;
	width:100%;	
	background-image: url(./images/layout/header.jpg);
	z-index: 2;
	background-repeat:no-repeat;
}
.main_table{
	width:100%;
}
.div_main_content {
	width:500px;
	padding-top: 35px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	overflow: auto;
	line-height:16px;
}

.div_left_content{
	width: 130px;
	padding-top: 30px;
	vertical-align:top;
	padding-bottom: 5px;
	line-height:18px;
}
.div_right_content{
	width: 150px;
	padding-top: 35px;
	padding-bottom: 5px;
	text-align:right;
	line-height: 14px;
}

