body {
	color: black;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #E1EFF9;
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: justify;
}

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: #003366;
	font-size:22px;
	border-bottom: 1px solid #003366;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 10px;
}

.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;
}
.divSurrounding{
	position: relative;
	margin: auto;
	width:882px;
	height: 654px;
	top: 20px;
	background-color: #ffffff;
	background-image: url(./images/layout/main_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
.div_main_header {
	position:relative;
	top:0px;
	left: 0px;
	height:114px;
	width:882px;	
	background-image: url(./images/layout/header.jpg);
}
.div_main_content {
	position: relative;
	width:582px;
	height: 485px;
	top: 25px;
	left: 2px;
	padding-left: 230px;
	padding-right: 35px;
	padding-bottom: 10px;
	overflow: auto;
}
.div_left_content{
	position: absolute;
	left: 10px;
	top:139px;
	width: 180px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.div_bottom_end{
	margin: auto;
	position: relative;
	padding-top: 10px;
	height: 20px;
	width:882px;
	overflow: hidden;
	text-align:center;
	color: #999999;
	background-image: url(./images/layout/bottom_bg.jpg);
	font-size: 9px;
}

