/* CSS Document */body {	background-color: #333333;	font-family: Arial, Helvetica, sans-serif;	color: #FFFFFF;	font-size: medium;}.Big {	font-size: x-large;	font-style: italic;}.List {	font-style: italic;}.Banner {	font-size: large;	font-style: italic;	background-image: url(images/background/blue_background.gif);	background-repeat: repeat;}.bullet {	color: #FF6600;}.med_italics {	font-size: small;	font-style: italic;}.small_italics {	font-size: xx-small;	font-style: italic;}a:link {	color: #FFFFFF;	text-decoration: none;}a:visited {	text-decoration: none;	color: #FFFFFF;}a:hover {	text-decoration: blink;	color: #ED5A29;}a:active {	text-decoration: none;	color: #ED5A29;}#Right_box {	z-index:1;	float: right;	background-color: #000000;	border: thin dashed #222222;}#Left_box {	z-index:1;	float: left;	background-color: #000000;	border: thick solid #333333;}