html, body
{
	height: 100%;
	min-height: 100%;
}

body 
{
	color: #ccc;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 9pt;
	background: #353535;
	overflow: auto;
}

h1
{
	color: #fff;
	font-size: 24px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #ddd;
}

h2
{
	color: #ddd;
	font-size: 1.5em;
	text-align: center;
}

h3
{
	color: #fff;
	font-size: 4.5em;
	text-align: left;
}

h4
{
	font-size: 1.3em;
}

.content
{
	margin: 0 20px;
	text-align: center;
}

.content a
{
	color: #fff;
}

.content p
{
	margin-top: 3em;
	text-align: left;
	font-size: 4em;
	color: #ddd;
}

.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a
{
	color: #fff;
}

table td .contacts
{
	font-size: 9pt;
	margin: 0 3px;
	text-align: right;
	text-decoration: none;
}

table td  a
{
	color: #fff;
	text-decoration: none;
}

table td  a .contacts
{
	color: #ddd;
	text-decoration: none;
}

table td .description
{
	font-size: 7pt;
	margin: 0 3px;
	text-align: center;
	text-decoration: none;
}

table td div .name
{
	font-size: 8pt;
	margin: 0 2px;
	text-align: center;
	text-decoration: none;
}

table td div .description
{
	font-size: 7pt;
	margin: 0 2px;
	text-align: center;
	text-decoration: none;
}

div.line1
{
	border: 1px solid #353535;
	padding: 2px;
}

div.line2
{
border: 1px solid #fff;
padding: 2px;
}

div.line3
{
border-top: 3px solid #353535;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

.contacts2
{
	font-size: 0.5em;
	margin: 0 3px;
	text-align: left;
	text-decoration: none;
}

.main
{
	height: 100%;
}