* {
	font-family: arial,tahoma,verdana;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: black;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	vertical-align: top;
}

body {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

h1,h2,h3,h4,h5 {
	font-weight: bold;
	line-height: 16px;
}


h1 { font-size: 20px; }
h2 { font-size: 17px; }
h3 { font-size: 15px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { line-height: 100%; } 

p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
}
a {
	color: blue;
}
input,select,textarea {
	border: 1px solid #b0b0b0;
	color: black;
	padding: 1px;
	background-color: white;
	font-weight: bold;
}

option {
	color: black;
	padding: 1px;
}

hr {
	border: 0;
	background-color: #060666;
	height: 1px;
}

#page {
	width: 960px;
	margin: 0 auto;
}

#header {
	text-align: right;
}

#head {
	background-image: url('../images/head1.jpg');
	background-repeat: no-repeat;
	height: 176px;
}

#footer {
	border-top: 1px solid black;
	/*border-bottom: 1px solid #c0c0c0;*/
	padding: 10px;
	text-align: center;
}

#footer * {
	font-size: 11px;
}

#menu {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid black;
}

#menu table	{
	height: 32px;
}

#menu td {
	vertical-align: middle;
	font-size: 12px;
	font-family: arial,verdana,tahoma;
	text-align: center;
}

#menu td.b, #clock {
	width: 100px;
}

#menu td.b {
	font-weight: bold;
}

#inner {
	/*border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;*/
	padding-top: 4px;
	padding-bottom: 4px;
}

._hover .thread ._hide {	
	display: none;
}


.thread {
	border: 1px solid #c0c0c0;
	margin: 2px;
	padding: 16px;
}

.thread p {
	text-align: justify;
}

._hover:hover .thread {
	border: 1px solid #2050aa;
	cursor: pointer;
}
