body {
	color: black;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF fixed;
	text-align: justify;
	width: 100%;
	height: 100%;
	margin: 0px;
}

a:hover         {
	color: #9F1623;
	text-decoration: underline;
}
a {
	color: #9F1623;
	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{
	color: #9F1623;
	border-bottom: 1px solid #9F1623;
	font-size:18px;
	font-weight: normal;
	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;
}

.divSurrounding{
	position: relative;
	margin: auto;	
	width:760px;
	top:50px;
	background-color: white;
	background-image: url(./images/layout/main_bg.gif);
}

.divMainHeader {
	position:relative;
	height:170px;
	width:760px%;	
	background-image: url(./images/layout/header.gif);
	z-index: 2;
}

.divMainContent {
	position:relative;
	width:680px;
	margin-left:40px;
	overflow: auto;
}

.divBottomEnd{
	position: relative;
	width:730px;
	height: 15px;
	padding-top: 10px;
	padding-right: 30px;
	background-image: url(./images/layout/bottom_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align:right;
	color: #999999;
	font-size: 10px;
}

