/* WIELTOR CSS Document */
/*general rules*/
*
{
margin: 0px;
padding: 0px;
background: white;
}

a {
outline: none;
}

a {
	color: #000;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4, h5, h6 { 
font : 1em "Tahoma", "Geneva", sans-serif;
font-weight: 500;
text-transform : none;
color : #777;
margin-top: 20px;
margin-bottom: 10px;
} 
h1 { 
font-size : 1.8em;
} 
h2 { 
font-size : 1.6em;
} 
h3 { 
font-size : 1.6em;
} 

h4 { 
font-size : 1.4em;
} 

/*images*/
img { 
border : 0px solid #ddd;
} 

img.float-right { 
margin : 5px 15px 0px 0px;
} 

img.float-left { 
margin : 5px 15px 10px 0px;
border: 2px solid #ddd;
} 

a img { 
border : 3px solid #ddd;
} 


/*Layout*/
body {
	font : 10pt/1.8em Verdana, 'Trebuchet MS', Arial, Sans-serif;
  color : #666;
	background: #172b5d ;
	text-align: center;
	margin-top: 10px;
	width: 100%;
}


/* header */
#header {
	display: none;
}

/*top menu*/
#navcontainer
{
display: none;
}

/* Main column body*/
#words {
  text-align:left;
	width:100%
}

/*typo*/
p {
	margin: 1em 0em 0 0em;
}

#words ol li {
	margin: 0 1em;
	line-height: 1.8em;
}

#words ul.sign { 
  list-style: square;
  margin: 0.5em 0 0 1em;
	line-height: 1.8em;
} 

#words ul.sign li{ 
  border:0px solid black;
  padding-left: 1.4em;
}

#words ul.adr {
  list-style-type: none;
}

#word.links {
	color: #4A91C3;
	font-weight: bold;
	text-decoration: none;
}

#words table.data {
text-align: center;
font-size: 10pt;
border-spacing: 0px;
border-collapse: collapse;
margin: 1em 1.5em 1.5em 0em;
}

#words table td p {
font-size: 10pt;
}

#words table.data td {
  border: 1px solid #C0C0C0;
  padding: 5px 3px 5px 3px;
  width: 100px;
}

#words table.photo {
width: 100%;
text-align: center;
border-spacing: 0px;
border-collapse: collapse;
margin: 0.5em 0em 1em 0em;
}

#words table.photo td {
  background: #fff;
  vertical-align: middle;
  border: 0px solid #404040;
  padding-top: 10px;
  padding-bottom: 10px;
}

#words table.photo td img {
  border: 2px solid;
  margin: auto;
}

#words table.photo td a img {
  border: 2px solid #ddd;
  margin: auto;
}

/* side column*/
#sidebar {
display: none;
}


/* footer */
#footer {
display: none;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

.space_10{
clear: both;
height: 10px;
}

.clearleft{ 
clear: left; 
line-height: 1em;
}

.clearright{ 
clear: right; 
line-height: 1em;
}

.clearboth{ 
clear: both; 
line-height: 0.1em;
}
