body		{	font-family: arial, sans-serif;
			background-image: url('img/background.gif');
			background-repeat: repeat;
		}

.header		{	height: 30px;
			background-image: url('img/header-middle.gif');
			background-repeat: repeat-x;
			vertical-align: middle;
			color: black;
		}
.header_left	{	width: 25px;
			background-image: url('img/header-left.gif');
			background-repeat: no-repeat;
		}
.header_right	{	width: 25px;
			background-image: url('img/header-right.gif');
			background-repeat: no-repeat;
		}
.header_logo	{	width: 600px;
			text-align: left;
			font-size: 16pt;
			font-weight: bold;
		}
.header_date	{	width: 150px;
			text-align: right;
			font-size: 10pt;
		}

.mainmenu	{	height: 27px;
			font-size: 12pt;
			text-align: center;
		}
.mainmenu_left	{	width: 25px;
			background-image: url('img/mainmenu-left.gif');
			background-repeat: no-repeat;
		}
.mainmenu_right	{	width: 25px;
			background-image: url('img/mainmenu-right.gif');
			background-repeat: no-repeat;
		}
.mainmenuentry_normal	{	width: 150px;
				background-image: url('img/mainmenu-button-normal.gif');
				background-repeat: no-repeat;
			}
.mainmenuentry_hover	{	width: 150px;
				background-image: url('img/mainmenu-button-highlight.gif');
				background-repeat: no-repeat;
			}
.mainmenuentry_normal a	{	color: blue; text-decoration: none	}
.mainmenuentry_hover a	{	color: white; text-decoration: none	}

.content	{	height: 450px;
			background-color: rgb(245, 245, 245);
			font-size: 12pt;
			color: black;
		}
.content_left	{	width: 25px;
			background-image: url('img/content-left.gif');
			background-repeat: repeat-y;
		}
.content_right	{	width: 25px;
			background-image: url('img/content-right.gif');
			background-repeat: repeat-y;
		}
.footer		{	height: 8px;
			background-image: url('img/footer-background.gif');
			background-repeat: no-repeat;
		}

.box_header		{	height: 28px;
				font-size: 12pt;
				color: white;
			}		
.box_header_left	{	width: 8px;
				background-image: url('img/box-header-left.gif');
				background-repeat: no-repeat;
			}
.box_header_right	{	width: 8px;
				background-image: url('img/box-header-right.gif');
				background-repeat: no-repeat;
			}
.box_header_text	{	background-image: url('img/box-header-middle.gif');
				background-repeat: repeat-x;
			}
.box_content		{	font-size: 12pt;
				background-color: white;
				color: black;
			}
.box_content_left	{	width: 8px;
				background-image: url('img/box-left.gif');
				background-repeat: repeat-y;
			}
.box_content_right	{	width: 8px;
				background-image: url('img/box-right.gif');
				background-repeat: repeat-y;
			}
.box_content_text	{	vertical-align: middle;
			}
.box_footer		{	height: 6px;
			}
.box_footer_left	{	width: 8px;
				background-image: url('img/box-footer-left.gif');
				background-repeat: no-repeat;
			}
.box_footer_right	{	width: 8px;
				background-image: url('img/box-footer-right.gif');
				background-repeat: no-repeat;
			}
.box_footer_text	{	background-image: url('img/box-footer-middle.gif');
				background-repeat: repeat-x;
			}

.button_normal		{	width: 150px;
				height: 24px;
				background-image: url('img/button-normal.gif');
				background-repeat: no-repeat;
				vertical-align: middle;
				text-align: center;
				font-size: 12pt;
				color: blue;
				cursor: pointer;
			}
.button_hover		{	width: 150px;
				height: 24px;
				background-image: url('img/button-highlight.gif');
				background-repeat: no-repeat;
				vertical-align: middle;
				text-align: center;
				font-size: 12pt;
				color: white;
				cursor: pointer;
			}
			
.navigation_normal	{	width: 300px;
				height: 24px;
				background-image: url('img/navigation-normal.gif');
				background-repeat: no-repeat;
				vertical-align: middle;
				text-align: center;
				font-size: 12pt;
				color: blue;
				cursor: pointer;
			}
.navigation_hover	{	width: 300px;
				height: 24px;
				background-image: url('img/navigation-highlight.gif');
				background-repeat: no-repeat;
				vertical-align: middle;
				text-align: center;
				font-size: 12pt;
				color: white;
				cursor: pointer;
			}