*{
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background-color: #121212;
	color: #FFFFFF;
	font: 14px/19px verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	text-align: justify;
}
html {
	overflow-y: scroll;
}
p {
	margin-bottom: 1em;
}
h3 {
	color: #0066CC;
	margin-bottom: 1em;
	text-align: left;
}
ol, ul {
	padding-left: 1.5em;
	padding-bottom: 1em;
	text-align: left;
}
li {
	padding-bottom: 4px;
}
#micro_sites {
	padding: 0 53px 58px 0;
}
#content_table {
	width: 805px;
	margin: 0 auto;
	background-color: #000000;
	border: 1px solid white;
}
#header {
	height: 100px;
	padding: 0 230px 2px 0;
	text-align: right;
	vertical-align: bottom;
	text-transform: uppercase;
	background: transparent url("/images/header_global.jpg") no-repeat;
}
#navigation {
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	background: #FFFFFF url("/images/link_bar.jpg") repeat-x;
	padding-bottom: 1px;
}
#footer {
	height: 101px;
	text-align: right;
	vertical-align: bottom;
	background: #FFFFFF url("/images/footer.jpg") 0 1px no-repeat;
}
.content {
	padding: 1em;
}
.spacer {
	height: 12px;
	padding-bottom: 8px;
	background: #000000 url("/images/spacer_global.jpg") no-repeat 50%;
}
.image {
	font-size: 9px;
	line-height: 12px;
	margin: 5px 15px 10px;
	width: 350px;
	height: 500px;
	float: left;
}
.image_left {
	font-size: 9px;
	line-height: 12px;
	margin: 5px 10px 10px 5px;
	width: 350px;
	float: left;
	clear: right;
}
.image_right {
	font-size: 9px;
	line-height: 12px;
	margin: 5px 5px 10px 10px;
	width: 350px;
	float: right;
}
.image_center {
	font-size: 9px;
	line-height: 12px;
	margin: 5px auto 15px auto;
	width: 500px;
	clear: both;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.width_100 {
	width: 100px;
}
.width_250 {
	width: 250px;
}
.width_290 {
	width: 290px;
}
.width_375 {
	width: 375px;
}
.width_500 {
	width: 500px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a.external {
	color: #80B3E6;
	text-decoration: none;
	border-bottom: 1px dotted #80B3E6;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
a.external:hover {
	color: #0066CC;
	text-decoration: none;
	border-bottom: 1px dotted #0066CC;
}
img {
	border: 0 none;
}
strong {
	color: #80B3E6;
	border-bottom: 1px dotted #80B3E6;
}