body		{
				background-color:	#ffffff;
				color:				#000000;
				text-align:			center;
				font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, sans-serif;
				font-size: 82%;
			}
p			{
				padding:		0px 10px;
			}

h1,h2,h3,h4	{
				padding:	10px;
			}

div#logo	{	
				height: 60px;
				background: 		url(/main/images/plaul.klein.gif) no-repeat left;
				background-color: 	#000000;
				text-align: right;
				padding-right: 7px;
			}
div#logo h1 {
				display: inline;
				text-align: right;
				color: #ffffff;
				font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, sans-serif;
				font-size: 24px;
				font-weight: bold;
				line-height: 60px;
				vertical-align: top;
				padding: 0px;
			}
div#logo h2 {
				display: inline;
				text-align: right;
				color: #ffffff;
				font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, sans-serif;
				font-size: 24px;
				font-weight: bold;
				line-height: 30px;
				padding: 0px;
			}
			
div#bottomlogo {
				height: 60px;
				background: url(/main/images/plaul.klein.u.gif) no-repeat right;
				background-color: 	#000000;
			}
			
a:link,a:visited	{
			color:				#cc0000;
			text-decoration:	none;
		}
a:hover,a:active,a:focus {
			color:				#cc0000;
			text-decoration:	underline;
		}
a img	{
			border: 0;
		}

ul		{
			padding-right: 10px;
		}
#bigbox		{
				text-align:			justify;
				width:				720px;
				border:				3px solid #000000;
				margin:				0 auto 0 auto;
				padding:			0;
			}

.top		{
				vertical-align: top;
			}
.bottom		{
				vertical-align: bottom;
			}
.center		{
				text-align: center;
			}
