html{overflow-y: scroll;}

body {
	background-color: #FFFFFF;
	margin: 0px;	
	padding: 0px;
}

.clearboth {
	clear: both;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link		{ font-family: Arial, Helvetica, sans-serif; color: #333333; text-decoration: none }
a:active	{ font-family: Arial, Helvetica, sans-serif; color: #333333; text-decoration: none }
a:visited	{ font-family: Arial, Helvetica, sans-serif; color: #333333; text-decoration: none }
a:hover		{ font-family: Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: none; cursor: hand }

strong {
	font-weight: bold;
}



/***************************** Wrappers *****************************/



#Wrapper {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 20px;
	bottom: 20px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 1;
	visibility: visible;
}

#SubWrapper {
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 956px;
	z-index: 2;
	visibility: visible;
	left: 0px;
	top: 0px;
	clear: none;
}

#Content_Left {
	position: absolute;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 266px;
	z-index: 2;
	visibility: visible;
	left: 18px;
	top: 299px;
	clear: none;
}

#Content_Right {
	position: absolute;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 266px;
	z-index: 2;
	visibility: visible;
	left: 632px;
	top: 299px;
	clear: none;
}


.Container1 {
	width: 956px;
	height: 262px;
}

.Menu {
	width: 956px;
	height: 17px;
}

.Container2 {
	width: 956px;
	background-image: url(images/page_background.gif);
	background-repeat: repeat-y;
	text-align: left;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 17pt;
	color: #333333;
	text-align: left;
}

.Container2_Address {
	padding-left: 18px;
}

.Container2_BSI {
	padding-right: 32px;
}


.Container3 {
	width: 956px;
	height: 38px;
	background-image: url(images/page_bottom.gif);
	background-repeat: no repeat;
}

.Container3 p {
	padding-top: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #333333;
	text-align: left;
}

