	body {
		background-color: #eee;
		font-family: arial,sans-serif;
		font-size: 12px;
		margin: 0;
		padding: 0;
		overflow-y: scroll;
	}
	
/* display: none; */
	img[src="/transpix.gif"], div.header {
		display: none;
	}
/* display: none; */
	
	
	embed {
		overflow: hidden;
		width: 100%;
	}
	
	h3 {
		color: #454545;
		padding: 10px;
		margin: 0;
	}
	
	p {
		text-align: justify;
	}
	
	a {
		color: #454AB4;
		font-weight: bold;
		text-decoration: none;
	}
	
	a:hover {
		color: #000;
	}
	
	img {
		border: 0;
	}
	
	div#header {
		margin-top: 2px;
		height: 94px;
		overflow-y: hidden;
	}
	
	ul#tabs {
		margin: 0;
		padding: 0;
		margin-top: -30px;
		
		background: #939393;
		background: -moz-linear-gradient(top, #939393 0%, #5c5c5c 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939393), color-stop(100%,#5c5c5c));
		background: -webkit-linear-gradient(top, #939393 0%,#5c5c5c 100%);
		background: -o-linear-gradient(top, #939393 0%,#5c5c5c 100%);
		background: -ms-linear-gradient(top, #939393 0%,#5c5c5c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#5c5c5c',GradientType=0 );
		background: linear-gradient(top, #939393 0%,#5c5c5c 100%);
		text-align: center;	
	}
	
		ul#tabs li {
			display: inline-block;
			list-style-type: none;	
			line-height: 25px;
			padding: 0 6px;		
		}
		
			ul#tabs li a {
				color: #fff;
				font-weight: bold;
			}
			
			ul#tabs li a:hover {
				color: #ddd;
			}
			
	div#adColumn {
		float: left;
		padding-bottom: 20px;
		height: 100%;
		width: 202px;
	}
	
		div.adBox, div.contentBox {
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			background-color: #fff;
	
			-webkit-box-shadow: 0px 2px 0px #878787;
			-moz-box-shadow:    0px 2px 0px #878787;
			box-shadow:         0px 2px 0px #878787;
		}	
		
		div.adBox p {
			text-align: center;
		}
			
		div.adBox {	
			text-align: center;
			
			padding: 20px 0;
			
			margin: 10px auto 0 20px;
			width: 182px;
		}
	
		
	div#content {
		min-width: 758px;
		max-width: 1232px;
		padding-left: 212px;
		padding-top: 10px;
	}
	
		div.contentBox {
			word-wrap: break-word;
			padding: 15px;
			margin-right: 15px;
		}
		
			i.alert {
				background-color: #FFFF00;
			}
			
			a.button {
				background-color: #D83030;
				border: 2px solid #D83030;
				color: #fff; 
				display: block; 
				font-size: 14px;
				margin: 20px auto; 
				padding: 5px; 
				text-align: center; 
				width: 300px;
			}
			
			a.button:hover {
				background-color: #707070;
				border: 2px solid #707070;
			}
		
	div#footer {
		padding: 10px;
		text-align: center;
	}
			