@font-face {
	font-family: 'DejaVu Sans';
	src: url('font/DejaVuSans.ttf');
}

@font-face {
	font-family: 'DejaVu Sans';
	font-weight: bold;
	src: url('font/DejaVuSans-Bold.ttf');
}

@font-face {
	font-family: 'DejaVu Sans';
	font-style: italic;
	src: url('font/DejaVuSans-Oblique.ttf');
}

@font-face {
	font-family: 'DejaVu Sans';
	font-weight: bold;
	font-style: italic;
	src: url('font/DejaVuSans-BoldOblique.ttf');
}


a { color: #789 }
a:active { text-decoration: none }
a:hover { color: #f30; text-decoration: none }
a:link { color: #6495ed; text-decoration: none }
a:visited { color: #789; text-decoration: none }
a:visited:hover { color: #f30; text-decoration: none }

body {
	color: #C0C0C0;
	font-size: .8125em;
	font-family: 'DejaVu Sans',sans-serif;
	background: black;
	padding: 0px;
	margin: 0px;
}

.cen {text-align: center}

sup {font-size: 65%}

h1 sup {font-size: 50%}

h1 { 
	color: #789; 
	font-size: 2em; 
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 10px;
}
h2 {
	color: #789;
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
}
h3 {
	color: #789;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
}
hr{
	border: 2px;
	height: 2px;
	color: #46525e;
	background-color: #46525e;
/*	background-image: url(header/headerback-gra.gif);
	background-position: 0px;*/
	margin-top: 30px;
	margin-bottom: 15px;}
}
ol { 
	font-size: 10pt; 
	font-family: sans-serif;
}
p {
	padding-top: 3px;
	margin: 0px;
}

ul {
	font-size: 12px;
	color: #D8DEE7;
}

.pictcap {
	font-size: 10px;
	color: #789;
}
.vistable-r {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}
.days {
	font-size: 12px;
	font-weight: bold;
	color: #789;
}

ul { 
	color: #789;
        list-style: square;
	font-size: 12px;
}
ul li p { 
        color: #D8DEE7;
}

/* ul li:before {
	content: "\25C9 \0020";
	}
*/

.vistable-l {
	border-bottom: medium solid #666666;	
	border-left: medium solid #666666;
}
.thinborder {
	border: thin solid #333333;
	width: 800px;
	position: absolute;
}
.h1alatt {
    padding-top: 0px;
    font-weight: bold;
}

.keretes{
	border: 2px solid #46525e;
/*	margin: 15px; */
}

