/* CSS Document */

	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		 color:#666666;
		background-color: #ffffff;
	}
	
	#container
	{
		margin: 1em auto;
		width: 783px;
		height: 650px;
		text-align: left;
		background-color: white;
		border: 1px solid #999999;
	}
	
	#header
	{
		height: 110px;
		width: 100%;
		background-color: white;
	}

	
	#footer
	{
		clear: both;
		height: 200px;
		background-color:white;
	}
	
	#tag 
	{
	height: 15px;
	/* background-color: #E8E8E8;*/
	font-size: 80%;
	color:#666666;
	}
	
	.orange {
	color: #CC6600;
	}
	
	.bold {
	font-weight: bold;
	color: #CC6600;
	}
	
	.center {
	text-align: center;
	}
	
	.floatLeft {
	float: right;
	}
	
	.add {
	color:#333333;
	}
	
	.pad {
	font-size: 80%;
	padding: 10px;
	margin-left: 30px;
	margin-right: 220px;
	}
	
	a:link{
	text-decoration: none;
	color:#CC6600;
	font-weight: bold;
	}
	
	a:visited { 
		color: #666; 
		text-decoration: none;
		font-weight: bold;
		}   /* #004D79 */
	
	a:hover, a:active
	{
		color: #cccccc;
		text-decoration: none;
		font-weight: bold;
		/* background-color: #1F1F1F; */
	}