body {

	margin: 0px;

	background-color: #FFFFFF;
	
	text-align: center;
	
}

#PageHolder {

	margin: auto;
	
	width: 580px;
	
	font-family: verdana;
	
	font-size: 11px;
	
	color: #1D2226;
	
	text-align: center;
	
}

#PageTop {

	height: 128px;
	
	text-align: center;
	
	margin-bottom: 10px;
	
}

#PageBanner {

	display: none;
	
}

#PageTopmenu {

	display: none;
	
}

#PageContent {

	margin: auto;
	
	width: 100%;
	
	text-align: center;
	
}

#PageBottom {

	display: none;
	
	clear: both;
	
}

#PageFooter {

	display: none;
	
}

#TopHolder {

	margin: auto;
	
	text-align: center;

	width: 100%;
	
}

#Logo {

	width: 300px;
	
	float: left;
	
	position: relative;
	
	top: 7px;

}

#TopShortcut {

	width: 629px;
	
	float: left;
	
	display: none;

}

#Topmenu {

	display: none;
	
}

#Footer {

	display: none;
	
}

#ContentColumn1 {

	display: none;
	
}

#ContentColumn2 {

	width: 100%;
	
	float: left;
	
	text-align: left;
	
}

.TopmenuColumn {

	padding-left: 20px;
	
	padding-right: 20px;
	
}

.LeftMenuRow {

	height: 26px;
	
	background-color: #D0E8F6;
	
	text-align: left;

}

.LeftMenuRow_Active {

	height: 26px;
	
	background-color: #9AC2D8;
	
	text-align: left;

}

.LeftmenuBottomBG {

	height: 1px;

	background-image: url("../gfx/bg_leftmenu_split.gif");
	
	background-repeat: repeat-x;
	
	background-position: left center;
	
}

.BoxHolder {

	background-color: #CDE1EF;
	
	float: left;
	
	display: none;
	
}

.BoxTop {

	width: 100%;

	height: 38px;
	
	background-image: url("../gfx/box/box_top.gif");
	
	background-repeat: no-repeat;
	
	background-position: right top;
	
	color: #FFFFFF;
	
	font-weight: bold;
	
	line-height: 37px;
	
}

.BoxMiddle {

	text-align: left;
	
	vertical-align: top;
	
	padding-left: 10px;
	
	padding-right: 10px;
	
	padding-top: 3px;
	
	font-size: 10px;
	
}

.BoxBottom {

	height: 17px;
	
	background-image: url("../gfx/box/box_bottom.gif");
	
	background-repeat: repeat-x;
	
	background-position: left bottom;
	
	text-align: right;
	
}

.BoxTopCorner {

	width: 19px;
	
	height: 38px;

	background-image: url("../gfx/box/box_top_corner.gif");
	
	background-repeat: no-repeat;
	
	background-position: left top;
	
	float: left;
	
}

.BoxBottomCorner {

	width: 22px;
	
	height: 17px;

	background-image: url("../gfx/box/box_bottom_corner.gif");
	
	background-repeat: no-repeat;
	
	float: right;
	
}

table {

	font-family: verdana;

	font-size: 10px;
	
	border-width: 0px;
	
	table-layout: fixed;
	
}

form {

	margin: 0px;
	
}