	  BODY {
	  	background: url(../images/darkback.jpg) repeat fixed center;
	  	background-color: #2257ba;
	  	padding: 0px;
	  	margin: 0px;
	  }

	  BODY, TD {
	  	font-family: Verdana, Arial, Tahoma;
	  	font-size: 11px;
	  }

	  .Main {
	  	border-left: 1px solid black;
	  	border-right: 1px solid black;
	  	background-color: #f1f4fa;
	  }

	  .Center {
	  	vertical-align : top;
	  	padding: 8px;
	  }

	  .Left, .Right {
	  	background-color: #dde4f4;
	  	vertical-align : top;
	  	padding: 8px;
	  }

	  .Left {
	  	border-right: 1px solid #a7bce3;
	  }

	  .Right {
	  	border-left: 1px solid #a7bce3;
	  }

	  .Top, .Bottom {
	  	background-color: #e7edf7;
	  }

	  .Top {
	  	border-bottom: 2px solid #a7bce3;
	  	text-align: center;
	  }

	  .Bottom {
	  	border-top: 2px solid #a7bce3;
	  	text-align: center;
	  	font-size: 10px;
	  	color: #0428a4;
	  }

	  .MenuTitleBar, .WindowTitleBar {
	  	background-color: #0428a4;
	  	background-image: url(../images/titlebar.gif);
	  	color: white;
	  	height: 19px;
	  	width: 100%;
	  }

	  .MenuTitleBar {
	  	font-size: 13px;
	  	text-align: center;
	  	padding-top: 3px;
	  }

	  .WindowTitleBar {
	  	font-size: 13px;
	  	font-weight: bold;
	  }

	  .WindowText {
	  	border-bottom: 1px solid #a7bce3;
	  	padding-bottom: 4px;
	  }

	  .MainMenuItem {
	  	width: 100%;
	  	font-weight: bold;
	  	background-color: #a7bce3;
	  	padding-left: 2px;
	  	background-image: url(../images/menudown.gif);
	  	background-position: 120 5;
	  	background-repeat: no-repeat;
	  	cursor : pointer;
			border-left: 1px solid #a7bce3;
			border-right: 1px solid #a7bce3;
	  }

	  .MainMenuItemDown {
	  	width: 100%;
	  	font-weight: bold;
	  	background-color: #a7bce3;
	  	padding-left: 2px;
	  	background-image: url(../images/menuup.gif);
	  	background-position: 120 4;
	  	background-repeat: no-repeat;
			cursor : pointer;
	  }

	  .MainMenuItem2 {
	  	width: 100%;
	  	padding-top: 8px;
	  	font-weight: bold;
	  	background-image: url(../images/mainmenuitem.gif);
	  	background-repeat: no-repeat;
	  	padding-left: 35px;
	  	background-position: 0px 8px;
	  }

	  .SubMenuItem, a.SubMenuItem, a.SubMenuItem:visited, a.SubMenuItem:hover, a.SubMenuItem.Selected, a.SubMenuItem.Active {
	  	width: 100%;
	  	background-image: url(../images/submenuitem.gif);
	  	background-repeat: no-repeat;
	  	padding-left: 14px;
	  	font-size: 10px;
	  	background-position: 2px 2px;
			text-decoration: none;
			color: black;
			font-weight: normal;
	  }
		
		a.SubMenuItem:hover, a.SubMenuItem.Selected, a.SubMenuItem.Active {
		  background-image: url(../images/submenuitemselected.gif);
		  background-color: #0428a4;
			color: white;
		}
		
		.MainMenuOpened {
			display:none; 
			border-left: 1px solid #a7bce3; 
			border-right: 1px solid #a7bce3; 
			border-bottom: 1px solid #a7bce3;
			background-color: #f1f4fa;
		}
		
		.FotoLink, a.FotoLink, a.FotoLink:visited, a.FotoLink:hover, a.FotoLink:selected, a.FotoLink:active {
		  width:100%;
			text-decoration: none;
			color: black;
		  font-size: 10px;
			border-left: 1px solid #a7bce3; 
			border-right: 1px solid #a7bce3; 
			border-bottom: 1px solid #a7bce3;
			background-color: #f1f4fa;
			font-weight: normal;
		}
		
		a.FotoLink:hover, a.FotoLink:selected, a.FotoLink:active {
		  background-color: #0428a4;
			color: white;
		}
		
		a, a:visited, a:hover, a:selected, a:active {
		  color: #0428a4;
			font-weight: bold;
			text-decoration:none;
		}
		
		a:hover, a:selected, a:active {
		  text-decoration:underline;
		}
