/* CSS Document */
body {
margin: 0px;
}

.menutitle {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color : black;
	border-bottom: 2px dotted gray;
	padding: 5px;
}

td.topmenu_norm {
background-color:#fafafa;
border:1px dotted gray;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: black;
font-weight: bold;
text-align: center;
width : 100px;
cursor:pointer;
}

td.topmenu_over {
background-color:#1EA1EA;;
border:1px dotted gray;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: white;
font-weight: bold;
text-align: center;
width : 100px;
cursor:pointer;
}

td.menuheader_item {
background-image:url(../images/bullet01.gif);
background-position: right;
background-repeat: no-repeat;
padding-right: 15px;
padding-left : 25px;
padding-bottom : 7px;
text-align:right;
font-size: 9pt;
vertical-align: middle;
cursor:pointer;
color: gray;
}

td.menuheader_over {
	background-image:url(../images/bullet02.gif);
background-position: right;
background-repeat: no-repeat;
padding-right: 15px;
padding-left : 25px;
padding-bottom : 7px;
text-align:right;
font-size: 9pt;
vertical-align: middle;
cursor:pointer;
color: black;
}

div.crtext {
  font-family : verdana;
  font-size: 8pt;
  color: gray;
}

div.crtext a {
	text-decoration : none;
	color: gray;
}

div.crtext a:visited {
color: gray;
	text-decoration : none;
}

div.crtext a:hover {
	text-decoration : none;
	color : black;
}

div.mainpage_box {
	font-family : tahoma;
	font-size: 9pt;
	color: gray;
	border: 1px dotted silver;
	padding: 15px;
	text-align: justify;
	margin: 5px;
}

div.mainpage_boxhead {
	font-family : arial;
	font-weight: bold;
	font-size: 16pt;
	color: navy;
	text-align: right;
	margin: 5px;
	}

div.right_bar {
	margin: 5px;
	text-align: right;
	padding: 2px 10px 2px 10px;
	font-size : 8pt;
}

div.right_barhead {
	font-family : arial;
	font-weight: bold;
	font-size: 13pt;
	color: navy;
	text-align: right;
	border-bottom: 2px solid black;

}