html		{
			height: 100%;
			}
body		{
        	background-image: url(images/bg.gif);
			height: 100%;
            margin: 0;
			}
font		{
			font-family: Trebuchet MS, Geneva, Verdana, Arial, Helvetica, sans-serif, Tahoma;
			font-size: 12px;
			color: #2F3C49;
			line-height: 13pt
			}
h1			{
			font-family: Trebuchet MS, Geneva, Verdana, Arial, Helvetica, sans-serif, Tahoma;
			color: #FFA34F;
			font-size: 12px;
			font-weight: bold
			}
p, td, ul	{
			font-family: Trebuchet MS, Geneva, Verdana, Arial, Helvetica, sans-serif, Tahoma;
			font-size: 12px;
			color: #404040
			}
a:link		{
			color: #FB8630;
			font-weight: bold;
			text-decoration: none
			}
a:active	{
			color: #FB8630;
			font-weight: bold;			
			text-decoration: none
			}
a:visited	{
			color: #FB8630;
			font-weight: bold;			
			text-decoration: none
			}
a:hover		{
			color: #2F3C49;
			font-weight: bold;			
			text-decoration: none
			}
.top		{
			font-size: 10pt;
			color: #FFFFFF;
			font-weight: bold
			}
.header		{
    		font-size: 10pt;
			color: #006699
			}
.small		{
    		font-size: 7pt
			}
.blue		{
    		color: #006699;
			}
.orange		{
			color: #FB8630
			}
.schwarz	{
			color: #555555;
			font-weight: bold
			}
textarea, select, option, input {
			font-family: Trebuchet MS, Geneva, Verdana, Arial, Helvetica, sans-serif, Tahoma;
			font-size: 8pt;
			color: #404040;
			scrollbar-face-color:#E5E5E5;
			scrollbar-highlight-color:#E5E5E5;
			scrollbar-3dlight-color:#E5E5E5;
			scrollbar-darkshadow-color:#E5E5E5;
			scrollbar-shadow-color:#E5E5E5;
			scrollbar-arrow-color:#006699;
			scrollbar-track-color:#E5E5E5;
			border: 1px solid #CFCFCE;
			background: #E5E5E5;
			}
.box		{
			border: solid #DFDFDE 2px;
			background-color: #F4F4F4;
			padding: 5px;
			padding-top: 5px;
			margin-bottom: 5px;
			}

.errorbox	{
			border: solid #DFDFDE 2px;
			background-color: #FB8630;
			padding: 5px;
			padding-top: 5px;
			margin-bottom: 5px;
			text-align: center;
			}

img.captcha {
			border: 1px solid #CFCFCE;
			margin-bottom: 5px;
			}

span.caution {
			color: #FFFFFF;
			font-weight: bold;
			text-transform: uppercase;
			}

div.book_banner	{
		position: absolute;	left: 100%;	top: 0px; overflow: visible;
		height: 163px; width: 163px;
		background: transparent url(images/banner_book.gif) no-repeat -200px -200px;
		margin: 0 0 0 -163px;
		padding: 0;
		color: #000;
		z-index: 100;
		border: none;
		float: none;
}