﻿html {
	margin: 0;
	padding: 0;
}

body {
     background-attachment:fixed;
     background-color:#e9e9e9;
     background-image: url('../images/background_paros.jpg'); z-index: -1;
	padding: 20px;
	font-family:"Futura Lt BT", "AvantGarde Bk BT", Arial, sans-serif;
	color: white;
}

table {
	width: 0%;
     background-image: url('../images/bg-table.png');
	border-style: none;
	border-width: 0px;
	border-width: 0;

}

.left_cell {
	width: 20px;
	text-align:left;
	vertical-align: top;
}

.right_cell_content {
	width: 80%;
	text-align:left;
	vertical-align: top;
}
p {
	 margin: 0px;
	 padding-top: 0em;
	 font-weight: bolder;
}

h1 {
	 font-size:150%;
	 color: #CC0000;
}
h2 {
	 font-size:110%;
	 color: #FF582F;
}
h3 {
	  font-size:105%;
}
h4 {
	  font-size:85%;
	  font-weight: lighter;
	  letter-spacing: 3px;
}
h5 {
	  font-size: 75%;
}
h6 {
	  font-size: 70%;
	  font-weight: lighter;
}
.yellow_text {
	color: yellow;
}
.table_colophon {
	text-align: center;
	font-size: 75%;
	color: #666666;
	width: 100%;
}
.logo {
	position: absolute;
	width: 300px;
	height: 112px;
	z-index: -1;
	left: 16px;
	top: -10px;
}
.logo_top {
	position: absolute;
	width: 300px;
	height: 112px;
	z-index: 1;
	left: 16px;
	top: -10px;
}

.colophon {
	text-align: left;
	font-size: 75%;
     color: inherit;
}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: navy;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: navy;
	}
a:hover { 
	text-decoration: underline; 
	color: white;
	background:silver;
	}
a:active {
	text-decoration: none;
	color: yellow;
}

 a img{
	background-color: transparent;
	text-decoration:none;
	border:0px;
}

ul {
	background: transparent;
	margin-left: 0px;
	margin-bottom: 2em;
	font-size: small;
	font-weight:bolder;
}

li {
	 background: transparent;
	 list-style-type: none;
	 margin-left: 0px;
	 font-size: small;
	 font-weight:bolder;
}



