body {
    margin: 0px;
	background-color: #137897;
}
.intro_bg {
    background-image:url(../images/intro_bg.jpg);
	background-repeat: repeat-x;
}
.flash_shadow {
	background-image: url(../images/flash_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.right_shad {
	background-image: url(../images/right_shad.jpg);
	background-repeat: no-repeat;
}
.left_shad {
	background-image: url(../images/left_shad.jpg);
	background-repeat: no-repeat;
}
.bottom_links, .bottom_links:link, .bottom_links:visited, .bottom_links:active  {
	font: 13px Arial;
	color: #FFFFFF;
	text-decoration: none;
}
.bottom_links:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.divider {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.footer {
	font: 11px Arial;
	color: #FFFFFF;
}
