html, body {
	background-color: rgb(204,204,204);
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

#header {
	width: 744px;
	padding-right: 28px;
	padding-left: 28px;
	position: relative;
	height: 164px;
}

.logo {
	position: absolute;
	float: left;
	bottom: 40px;
	width: 202px;
	height: 48px;
}

.logo_2nd {
	position: absolute;
	float: left;
	bottom: 32px;
	width: 200px;
	height: 70px;
	left: 220px;
}

.logo_small {
	position: absolute;
	float: left;
	bottom: 60px;
	width: 150px;
	height: 30px;
	left: 595px;
	z-index: 100;
}

.homelink {
	width: 200px;
	text-align: right;
	position: absolute;
	right: 28px;
	top: 20px;
}

.headflag {
	position: absolute;
	right: 80px;
	width: 100px;
	height: 55px;
	bottom: -30px;
	text-align: center;
}

#content {
	width: 744px;
	padding-right: 28px;
	padding-left: 28px;
	position: relative;
	padding-top: 20px;
	clear: both;
}

.homeintrotext {
}

.homeintrotext h1 {
	color: rgb(121,121,121);
	font: normal normal 16px/22px Arial, Helvetica, sans-serif;
	margin-top: 0;
}

.homeintrotext h2 {
	color: rgb(85,85,85);
	font: normal normal 14px/22px Arial, Helvetica, sans-serif;
	margin-top: 0;
}

.td_detail {
	vertical-align: top;
	width: 544px;
	padding-bottom: 10px;
}

.td_detail p {
	width: 500px;
	line-height: 17px;
}

.td_detail a {
	text-decoration: underline;
}

.td_image {
	vertical-align: top;
	text-align: center;
	width: 200px;
}

.image_border {
	border: 1px solid rgb(200,200,200);
	padding: 4px;
	margin-bottom: 5px;
}

#footer {
	width: 744px;
	position: relative;
	padding: 0 28px 40px;
	clear: both;
}

#footerflags {
	width: 744px;
	padding: 0 28px 40px;
}

 .footerflags_table {
	padding-top: 10px;
	width: 500px;
	border-top: 1px solid rgb(140,140,140);
	padding-bottom: 15px;
}

.footerflags_backlink {
	border-top: 1px solid rgb(140,140,140);
	padding-top: 12px;
	width: 500px;
	position: relative;
}

.td_flag {
	padding-right: 28px;
	vertical-align: bottom;
	height: 55px;
	width: 40px;
}

.td_flag_end {
	vertical-align: bottom;
	height: 55px;
	width: 40px;
	padding-right: 8px;
}

a {
	color: #6699cc;
	text-decoration: none;
}

a:hover {
	color: rgb(50,50,50);
	text-decoration: underline;
}

h1 {
	font: bold 200%/90% Arial, Helvetica, sans-serif;
	color: rgb(64,84,92);
	letter-spacing: -0.06px;
}

h3 {
	color: rgb(121,121,121);
	font: normal normal 12px/12px Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 11px;
}

h4 {
	font-variant: normal;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 9px;
}

.footnote {
	font-size: 9px;
}

.footnote a {
	font-size: 9px;
	text-decoration: underline;
}

p {
	margin-top: 9px;
	margin-bottom: 9px;
}