body {
	color: #104B99;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #E4E4E4 fixed;
	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;
}
h1{
	font-size: 18px;
	margin-top: 0px;
	border-bottom: 1px solid #104B99;
}
.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;
}

.divSurrounding{
	position: relative;
	margin: auto;	
	width:900px;
	top:0px;
}
.divMainHeader {
	position:relative;
	top:0px;
	left: 0px;
	height:189px;
	width:100%;	
	background-image: url(./images/layout/header.jpg);
}

.divMainContent {
	position:relative;
	width:765px;
	height: 525px;
	margin-left:135px;
	background-image: url(./images/layout/main_content_bg.gif);
	overflow: auto;
}

.divMainMenu {
	position: absolute;
	left: 0px;
	top: 189px;
	width: 135px;
	height: 475px; 
	padding-top: 50px;
	overflow: hidden;
	background-image: url(./images/layout/menu_bg.gif);
	background-repeat: no-repeat;
	border-bottom: #999999;
}
.divBottomEnd{
	position: relative;
	width:100%;
	overflow: hidden;
	text-align:center;
	color: #999999;
	font-size: 9px;
}
