@font-face {
	src:url(font/kievit-black-italic.TTF);
	font-family:'Kievit';
  }
  
  a.navbar2 {
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	padding: 18px;
  }
  
  a.navbar2:hover {
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	padding: 18px;
  }
    
  body,
  html {
	padding:0;
	margin:0;
	color:#fff;
	font-family:Tahoma;
	font-size:12px;
	background-color:#010417;
	width:100%;
	height:100%;
	background-color:#171717;
	background-repeat:no-repeat;
	background-size:cover;
  }
  
  a {
	text-decoration:none;
	color:#fff;
	font-family:Tahoma;
	font-size:15x;
  }
  
  img {
	border:0;
	border-style:none;
  }
  
  .Error {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:red;
  }
  
  /* <Marquee> */
  
	  td.time {
	text-align:center;
  }
  
  #timecontainer {
	font-size:11px;
	color:#fff;
  }
  
  #frmimages {
	padding-bottom:10px;
	padding-left:35px;
  }
  
  .Message {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#ffffff;
	cursor:pointer;
  }
  
  a.Message:link {
	color:#ffffff;
  }
  
  a.Message:visited {
	color:#ffffff;
  }
  
  a.Message:active {
	color:#ffffff;
  }
  
  a.Message:hover {
	color:#ffffff;
  }
  
  form.my-form {
	float:left;
	width:565px;
	height:auto;
	margin:12px 0 0 0;
  }
  
  li {
	list-style:none;
  }
  
  li a {
	text-transform:uppercase;
  }
  
  
  .menuaf {
	float:left;
	padding:0;
	margin:0;
  }
  
  .menuaf>li {
	float:left;
	text-align:center;
  }
  
  .menuaf>li>a {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
	padding: 0 18px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
  }

  .btnLogout {
	background:#F61533;
	color:#ffffff;
	text-transform: uppercase;
	width: 58px;
	padding: 7px 20px 7px 20px;
  }