
/*---------------------------------------------------------
Bruno Correia - http://bcdc.us
additional styles on reset.css file							
---------------------------------------------------------*/
			
.clear			{ clear:both; }

.float-left		{ float:left; }
.float-right	{ float:right; }

.text-left		{ text-align:left; }
.text-right		{ text-align:right; }
.text-center	{ text-align:center; }
.text-justify	{ text-align:justify; }

.bold			{ font-weight:bold; }
.italic			{ font-style:italic; }
.underline		{ border-bottom:1px solid; }
.highlight		{ background:#ffc; }

.wrap			{ width:960px;margin:0 auto; }

.img-left		{ float:left;margin:4px 10px 4px 0; }
.img-right		{ float:right;margin:4px 0 4px 10px; }

.nopadding		{ padding:0; }
.noindent		{ margin-left:0;padding-left:0; }
.nobullet		{ list-style:none;list-style-image:none; }

				
/*---------------------------------------------------------*/
	
body 	{
		margin:0;
		background-color: #B5A898;
		}

#content	{
		width: 778px;
		height: 596px;
		padding-top:6px;
		padding-left:6px;			
		margin: 0 auto;		
		background-color: #FFFFFF;
		display:none;
		}
			
#swfcontent {
		position:relative;	
		}
		
#cos	{
			position:relative;
			display: none;
			width: 784px;
			height: 198px;
			margin: 0 auto;
			}

#cos img	{ 
				position:absolute;
				top:0;
				z-index:98;
				display:block;
				}
							
.close {
		position:absolute;
		top:20px;
		right:20px;
		width:100px;
		height:30px;
		z-index:99;
		}			

.close img	{
		display:block;
		}
