/* 
	Premier Seguros General Trading 
	Printer styles
*/
body
{
	background-color:Transparent;
	color:black; /* c_text */
	font-family: Times New Roman, Tahoma, Sans-Serif;
	font-size:11pt;
}
.main
{
	margin:0;
	width:100%;
	letter-spacing:normal;
}
.wrapper
{
}


/*** Header ***/
.header
{
	display:none;
}

/*** Side Bar ***/	
.sideBar
{
	display:none;
}


/*** Content ***/
.content
{
	width:100%;
}
.content h2
{
	padding:0.2em 0 0 0.95em;
	margin:0 0 0.1em -0.95em;
	letter-spacing:normal;
	font-size:1.5em;
	font-weight:normal;
}
/*** Footer ***/
.footer
{
	margin-top:10em;
	font-size:0.7em;
	color:#555;
	line-height:normal;
}
.footer .footerContent
{
	border-top: solid 3px #e9e9e9;
	padding-top:1em;
}
.footer .footerContent .dl35
{
	width:40%;
	float:left;
	display:inline;
	margin-right:3em;
}
.footer .footerContent .dl30
{
	width:40%;
	float:left;
	display:inline;
	margin-right:3em;
}



.splashContainer
{
	display:none;
}

/*** Content ***/
p {
	padding-left:0em;
	padding-right:0.5em;
}
a,
a:visited
{
	color:#555; /*c_link*/
	text-decoration:none;
}
h1,h2,h3,h4,h5
{
	font-family:Tahoma,Sans-Serif;
	color: #555; /* c_header */
}



/*** News ***/
.news
{
}
	.news h2
	{
		color:#747474; /* c_news_title */
		font-size:1.5em;
		padding:0;
		margin:0;
		background-image:none;
	}
	.news ul
	{
		margin:1em 0 0 0em;
		padding:0;
	}
		.news ul li
		{
			width:40%;
			display:block;
			float:left;
			margin-right:2.2em;
		}
			.news ul li .date
			{
				display:block;
				color:#919191; /* c_date */
				font-size:0.95em;
			}
	.news .allnews
	{
		margin-top:1em;
	}
	
	
/*** Gallery ***/
.gallery	
{
	display:none;
}
