/*General Settings */
body {
	padding: 0px;
	margin: 0px;
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 15px;	
	color:#555555;
	background-color: #fff;
	}

p {
	margin-top: 0px;
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 15px;	
}

:link {
	color: #FF3300;
	text-decoration: none;
}

:visited{
	color: #FF3300;
	text-decoration: none;
}

:link:hover, :visited:hover, :link:active {
	color: #666633;
	text-decoration: none;
}

#active{
	color: #666633;
}
#active a, a:hover{
	color: #666633;
}

#container{
	text-align: center;
  	margin: 0px;
	padding: 0px;
	height: 475px;
	width: 940px;
	position: relative;
  	margin: auto;	top: 40px;}
  	
  	
img {	border-style: none;}
