/* General */

body {
	font-family: Arial;
	font-size: 9pt;	
}

p {
	font-family: Arial;
	font-size: 9pt;	
	font-weight: normal;
}

h1 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: darkgreen;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	text-align: right;
	width: 98%;
	height: 18px;
	border-style: dotted;
	border-width: 1px;
	border-color: lightgrey;
	
	background-image: url(../images/main/h1graph1.jpg);
	background-repeat:no-repeat;

	
}

h1.sub {
	background-image: none;
	color: black;
	margin-top: 5px;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
}


/* Input controls */

.smalltextfield{
	font-size: 8pt;
	height: 16px;
	width: 140px;
}

/* BOXES */

.boxheadline {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	margin-top: 0px;
}

.boxcontent {
	font-family: Arial;
	font-size: 9pt;
	padding-top: 8px;
}

#box_topleft {
	width: 10px;
	height: 25px;
	background-image: url(../images/box/top_left.gif);
}

#box_topleft_collapsed {
	width: 10px;
	height: 25px;
	background-image: url(../images/box/top_left_collapsed.gif);
}

#box_top {
	height: 25px;
	background-image: url(../images/box/top.gif);
}

#box_topright {
	width: 10px;
	height: 25px;
	background-image: url(../images/box/top_right.gif);
}

#box_topright_collapsed {
	width: 10px;
	height: 25px;
	background-image: url(../images/box/top_right_collapsed.gif);
}

#box_left {
	width: 10px;
	background-image: url(../images/box/left.gif);
}

#box_content {
	vertical-align: top;
	margin: 0px;
}

#box_right {
	width: 10px;
	background-image: url(../images/box/right.gif);
	
}

#box_bottomleft {
	width: 10px;
	height: 10px;
	background-image: url(../images/box/bottom_left.gif);
	
	font-size: 1pt;
}

#box_bottom {
	height: 10px;
	background-image: url(../images/box/bottom.gif);
	float: bottom;
	font-size: 1pt;
}

#box_bottomright {
	width: 10px;
	height: 10px;
	background-image: url(../images/box/bottom_right.gif);
	font-size: 1pt;
}
