@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000000;
	line-height: 1.7em;
	margin: 0px;
	background-image:url(../images/bg_tile.gif);
	background-repeat:repeat-x;
	padding: 45px 15px 30px 15px;
	text-align: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #3399cc;
	text-decoration: underline;

}
a:hover {
	color: #3399cc;
	text-decoration: underline;

}
hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #33CC66;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #EBEBEB;
}
.bsnHeaderWrapper {
    position: relative;
    margin:0 auto;
    text-align: left;
	width: 588px;
}
.bsnContentWrapper {
    position: relative;
    margin:0 auto;
    text-align: left;
	width: 620px;
}
.bsnOffsetWrapper {
    position: relative;
    margin:0 auto;
    text-align: left;
	width: 620px;
}
.bsnOffsetleft {
	position: absolute;
	left: -45px;
	top: -30px;
	width: 45px
}
.bsnFooterWrapper {
	position: relative;
	margin:0 auto;
    text-align: left;
	width: 620px;
}
.bsnContentColSext {
	width: 588px;
	margin: 30px 15px 0px 15px;
	float: left;
	display: inline;
	text-align: left;
}
.bsnContentColSingle {
	width: 73px;
	margin: 30px 15px 0px 15px;
	float: left;
	display: inline;
	text-align: left;		
}
.bsnContentColDouble {
	width: 176px;
	margin: 30px 15px 0px 15px;
	float: left;
	display: inline;
	text-align: left;
}
.bsnContentColDoubleImg {
	width: 176px;
	margin: 0px 15px 0px 15px;
	float: left;
	display: inline;
	text-align: left;
}
.bsnContentColQuad {
	width: 382px;
	margin: 30px 15px 0px 15px;
	float: left;
	display: inline;
	text-align: left;
}
.bsnContentColTreble {
	width: 279px;
	margin: 30px 15px 0px 15px;
	float: left;
	display: inline;
	text-align: left;
}
.bsnContentColGreyLine {
	width: 1px;
	margin: 30px 0px 0px 0px;
	float: left;
	display: inline;
}
.bsnGreyText {
	color: #b3b3b3;
}
.bsnLightGreyText {
	font-size: 9px;
	color: #999999;
}
.bsnDarkGreyText {
	color: #666666;
}
.bsnSmallHeader {
	letter-spacing: 0.1em;
	font-weight: bold;
}
.bsnMediumHeader {
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.bsnHomeHeader {
	font-size: 12px;
	letter-spacing: normal;
	font-weight: bold;
	color: #b3b3b3;
}

