
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#eeeeee;
	}

body, TD {
	font-family: Tahoma, Verdana, Arial, Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #000066;
	}

H4	{
	font-size: 16px;
	}

/* ---------------------------------------------- */

/* links */

a:link {
	text-decoration: none;
	color: #333366;
	}

a:visited {
	text-decoration: none;
	color: #333366;
	}

a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000066;
	}

a:active {
	text-decoration: none;
	color: #333366;
	}


a button {
  cursor: pointer;
}

/* ---------------------------------------------- */

.error {
	border: 2px solid #F00;
	}

.error_msg {
	color: #F00;
	font-weight: bold;
	padding:3px;
	margin-bottom: 10px;
	}

/* ------------------------------------------------------------------ */

input, textarea {
	font-family: verdana, helvetica, serif;
	font-size: 11px;
	padding: 3px;
	}

/* ------------------------------------------------------------------ */

.text_k {
	font-size: 10px;
	color: #666;
	}

.blog_img {
	border:0;
	margin:5px;
	}

/* -------------------------------------------------------- */


table.Tab2er {
}

table tr {
  vertical-align: top;
}
table.TabDetails tr td:first-child {
  font-weight: bold;
  width: 110px;
}


