/* CSS left.php */

body {
	background-color:#C9CEEC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-left:20px;
	margin-top:20px;
	}
	
h2 {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

a {
	color:#FF7C06;
	font-weight:bold;
}

.spacer {
	height:10px;
	}	
	
.italic {
	font-style:italic;
	}
.popup {
	background-image:url(../images/popup.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#C9CEEC;
	margin-top: 60px;
	}
