/* Default Style Sheet for www.zelmeroz.com */
/* Created May 2008                         */

/* html selectors */
body {
	width: 840px;
	font-family: Univers, Arial, Helvetica, SunSans-Regular, sans-serif;
	background color: white;
	margin: 10px 0 0 10px;
	padding: 0 0 0 0;
	}

h1,h2,h3 {
	font-style: bold;
	color: #630000;
	text-align: left;
	}

h1  {
	font-size: large;
	margin: 6px 0 10px 0; /*top right bottom left*/
	}

h2  {
	font-size: medium;
	margin: 6px 0 10px 0; /*top right bottom left*/
	}

h3  {
	font-size: small;
	margin: 4px 0 6px 0; /*top right bottom left*/
	}

table {
	margin: 0 0 0 0;
	Table-Layout: fixed;
	font-size: x-small;
	}

td {
	vertical-align: top;
	padding: 2px 1px 2px 1px;
	}

p {
	color: black;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	line-height: 120%;
	}

ul, ol, dl {
	color: black;
	text-align: justify;
	margin: 0 0 4px 0;
	}
dt {
	color: #669933;
	font-weight: bold;
	margin: 0 0 2px 0;
	}
dd {
	margin: 0 0 2px 10px;
	}

img	{
	border-style: none;
	border-width: 0px;
	}

/* ids */

#contenta {
	font-size: medium;
	position: absolute;
	z-index: 10;
	height: 580px;
	width: 250px;
	overflow: scroll;
	margin: 0 0 0 0;
	padding: 0 15px 10px 10px;
	overflow: auto;
	}

#contentb {
	font-size: small;
	position: absolute;
	z-index: 10;
	height: 580px;
	width: 530px;
	overflow: scroll;
	margin: 0 0 0 270px;
	overflow: auto;
	}

#pagefoot {
	font-size: x-small;
	color: #363636;
	position: absolute;
	z-index: 20;
	width: 800px;
	margin: 600px 0 0 0;
	}
	
/* classes */
	
.small {
	font-size: small;
	}	
.xsmall {
	font-size: x-small;
	}
	
/* Pseudo classes */

a:link {
	color: #840000;
	text-decoration: none;
	}
a:visited {
	color: green;
	text-decoration: none;
	}
a:hover {
	color: black;
	text-decoration: none;
	}
	

