body  {
    font-family: Arial, Helvetica, sans-serif;
	background-color: #C0C0C0;
}

#printlog  {
    display: none;
}

#page {
    position:absolute;
	width:740px;
	height:580px;
	z-index:0;
	left: 8px;
	background-color: #CCCCCC;
	border: solid 1px #838383;
	margin-top: -290px;
	margin-left: -370px;
	top: 50%;
	left: 50%;
}

#menu {
    position:absolute;
	width:738px;
	height:30px;
	z-index:5;
	left: 1px;
	top: 513px;
	background-color: #838383;
}

#picborder {
    position:absolute;
	width:180px;
	height:455px;
	z-index:2;
	left: 440px;
	top: 58px;
	background-color: #DDDDDD;
}

#logleft {
    position:absolute;
	width:308px;
	height:40px;
	z-index:3;
	left: 0px;
	top: 114px;
	border-top: 1px solid red;
}

#logright {
    position:absolute;
	width:430px;
	height:40px;
	z-index:4;
	left: 308px;
	top: 114px;
	border-bottom: 1px solid red;
}

#menuitems  {
    position:absolute;
	width:364px;
	height:22px;
	z-index:5;
	left: 64px;
	top: 517px;
}

#headline {
    position:absolute;
	width:300px;
	height:35px;
	z-index:6;
	left: 85px;
	top: 220px;
	overflow: no;
}

#text {
    position:absolute;
	width:300px;
	height:225px;
	z-index:6;
	left: 85px;
	top: 255px;
	overflow: hidden;
}

a {
	text-decoration : none;
	color: #666666;
}

a:hover {
	text-decoration : none;
	color: black;
}

a.copy  {
    font-size : 7pt;
	color: #CCCCC0;
}

p {
	font-size: 10pt;
	line-height : 14pt;
	color: #000000;
	font-weight : normal;
}

.small {
    font-size: 8pt;
	line-height: 10pt;
	color: #000000;
	font-weight: normal;
}

ul {
    font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	font-weight : normal;
}

h1  {
	font-size: 14pt;
	line-height: 17pt;
	color: #000000;
	font-weight : normal;
}

.logoleft {
	font-size: 19pt;
	line-height: 30pt;
	color: #000000;
	font-weight: bold;
	text-align: right;
}

.logoright {
	font-size: 19pt;
	line-height: 30pt;
	color: #000000;
	text-align: left;
}

