body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}

#Content {
	margin: auto; 
	padding:10px;
	width: 80%;
	}
	
	/* SPAN CLASSES */
	.title	
	  { letter-spacing: 2px;
	  	font-size: 20px;
		font-weight: bold;
		position: relative;
		top: 25px;
		padding-bottom: 5px;
		margin-bottom: 35px;
		width: 100%;
		border-bottom: 3px solid #990000;
		font-style: italic; }
		
	.tagline
	  { letter-spacing: 2px;
	    font-size: 13px;
	    line-height: 35px;
	    font-weight: bold;
	    text-align: right;
	    margin-top: 10px;
	    margin-bottom: 0px; 
	    width: 100%;
	    border-top: 3px solid #990000;
	    color: #000000;
	    font-style: italic; }
	    
	 .copy { font-size: 9px; }
	 
	 
	/* BOX AND LINK CLASSES */
	.boxRED 
	  { letter-spacing: 2px;
	  	font-size: 12px;
	  	font-weight: bold;
	  	line-height: 33px;
	  	padding-left: 25px;
	  	width: 100%;
	  	color: #cccccc; }
	  	
	.RED { background-color: #990000; }
	
		a:link.boxRED { color: #cccccc; text-decoration: none; }
		a:visited.boxRED { color: #cccccc; text-decoration: none; }
		a:hover.boxRED { color: #ffffff; text-decoration: none; }
	
	.boxGREY 
	  { letter-spacing: 2px;
	  	font-size: 12px;
	  	font-weight: bold;
	  	line-height: 33px;
	  	padding-left: 25px;
	  	width: 100%;
	  	color: #000000; }
	  	
	.GREY { background-color: #cccccc; }
	
		a:link.boxGREY { color: #000000; text-decoration: none; }
		a:visited.boxGREY { color: #000000; text-decoration: none; }
		a:hover.boxGREY { color: #990000; text-decoration: none; }
	
	.boxBLACK 
	  { letter-spacing: 2px;
	  	font-size: 12px;
	  	font-weight: bold;
	  	line-height: 99px;
	  	text-align: right; 
	  	padding-right: 25px;
	  	width: 100%;
	  	color: #cccccc; }
	  	
	.BLACK { background-color: #000000; }
	
		a:link.boxBLACK { color: #cccccc; text-decoration: none; }
		a:visited.boxBLACK { color: #cccccc; text-decoration: none; }
		a:hover.boxBLACK { color: #ffffff; text-decoration: none; }
	
	.floatBLACK { position: relative; margin: 0px; padding: 0px; float: right;  }
	
	

#Copyright {
	position: relative;
	margin-top: 5px;
	width: 100%;
	text-align:justify;
	font-size: 9px;
	color:#000000;
	}

