/* CSS Document */

html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#f7f8ea;
	background-image:url(img/baskground.jpg);
}
#main {
	width:100%;
	height:100%;
	background:url(img/corner.jpg) right bottom no-repeat;	
}
body, table {
	font-size:11pt;
}
td {
	vertical-align:top;
}
.menucont {
	font-family:"Arial Narrow", Tahoma, Arial;
	font-size:11pt;
}
.menu {
	color:#069;
	text-decoration:none;
}
.menu:hover {
	background:#069;
	color:#f7f8ea;
}
.menu1 {
	color:#333;
	text-decoration:none;
}
.pa {
	margin-left:8px;
	margin-right:8px;
}
.dom {
	margin:4px;
}
.frame {
	background-color:#fff; padding:8px;
}
.form {
	border:1px solid #999;
	width:120px;
	margin-bottom:2px;
}
.smd {
	width:16px;
}
.micro {
	margin:0;
	font-size:8pt;
}
.micbold {
	font-size:11pt;
}
.ntm {
	margin-top:0;
}
h3 {
	font-weight:bold;
	font-size:18pt;
	margin-top:32px;
	margin-bottom:16px;
}
h4 {
	font-weight:bold;
	font-size:14pt;
	margin-top:8px;
	margin-bottom:16px;
}
p {
	font-size:11pt;
	margin-top:16px;
	margin-bottom:16px;
}
p.newsdate {
	margin-top:16px;
	margin-bottom:0;
	color:#666;
	font-size:8pt;
}
p.news {
	font-size:10pt;
	margin-top:0;
	margin-bottom:16px;
}
a {
	color:#069;
	text-decoration:underline;
}
a:hover {
	background:#069;
	color:#f7f8ea;
	text-decoration:none;
}
label {
	font-size:10pt;
}