<Style>/* Default CSS Stylesheet for a new Web Application project */{}

html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none
}

.cellheader {
	align: center;
	border:#89959B 0px solid;
	background-color:#DEDFEA;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:12px;
	font-weight:bold;
	color:#004082;
	width: 100%;
	text-align: center;
}

.cellcontent {
	border:#89959B
	1px solid;
}

.button {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:10px;font-weight:bold;
	color:#496690; background: #E9ECF2 url(http://web.hoeglund.net/images/button.gif);
	border:#89959B 1px solid;
	margin-top:2px;
	cursor: pointer;
}

.small {
	font-size:10px; 
	font-weight:normal; 
}

.redlink {
  	color: #707070;
  	font-weight: bold;
	text-decoration: none;
}
.redlink:active {
  	color: #707070;
	font-weight: bold;
	text-decoration: none;
}

.redlink:visited {
  	color: #707070;
	font-weight: bold;
	text-decoration: none;
}
.redlink:hover {
	color: #982D10;
	font-weight: bold;
	text-decoration: underline;	
}

span.header {
  padding: 0px 0px 0px 0px;
}

.header {
  width: 100%;
  align: left;
  background: #982D10 url(images/top_top_bar.gif) top left repeat-x;
  vertical-align: top;
}

.horbarbottom {
  width: 100%;
  align: left;
  background: transparent url(images/top_top_bar.gif) top left repeat-x;
  vertical-align: top;
}
.horbartop {
  width: 500;
  align: left;
  background: transparent url(images/top_top_bar.gif) bottom left repeat-x;
  vertical-align: bottom;
}

.content {
  align: left;
  vertical-align: top;
  background-color: #ffffff;
}

.document {
  align: left;
  background: transparent url(images/document_bg.gif) top right repeat-x;
  vertical-align: top;
  background-color: #C5CFD0;
}

div.headerbar {
  background-color: #000000;
  width: 1007px;
  background-image: url(images/head_bar.gif)
}

td.datetime {
  background-color: #EEEEEE;
  border: 3px solid;
  border-color: #c0c0c0 #505050 #505050 #c0c0c0;
  padding: 4px 2px 4px 2px;
  text-align: center;
  background-position: top left;
}

div.quote {
  width: 715;
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 6pt;
  font-style: normal;
  color: #000000;
  background-color: #EEEEEE;
  border: 1px solid;
  border-color: #c0c0c0 #505050 #505050 #c0c0c0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.startpage {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  background-color: #EEEEEE;
  border: 3px solid;
  border-color: #c0c0c0 #505050 #505050 #c0c0c0;
  padding: 4px 2px 4px 2px;
  text-align: center;
}

h2.table, h3.table {
color: #000000;
}

p.response {
	color: #5555FF;
	font-weight: Bold;
	text-align: center;
}

div.startTable {
  background-color: #FFFFFF;
  border: 3px solid;
  border-color: #c0c0c0 #505050 #505050 #c0c0c0;
  padding: 4px 2px 4px 2px;
  text-align: center;
  background-position: top left;
}

div.linkMenue {
  align: center;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 3px solid #83838D;
  border-color: #c0c0c0 #505050 #505050 #c0c0c0;
  padding: 2px 6px 2px 6px;
  text-align: center;
  width: 706px;
}

div.linkMenue a.linkHeaderItem {
cursor: pointer;
font-size: 11pt;
font-weight: bold;
color: #222222;
border: 2px solid;
border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
text-decoration: none;
}

div.linkMenue a.linkHeaderItem:hover {
  border: 2px solid;
  border-color: #707070 #505050 #505050 #707070;
  font-weight: bold;
  color: #44ac12;
}

div.linkMenue a.linkHeaderItem:active {
  border: 2px solid;
  border-color: #707070 #505050 #505050 #707070;
  font-weight: bold;
  color: #44ac12;
}

a.linktable					{ font-size: 9pt; font-weight: normal; color: #1690DD; background-color: transparent; border-color: black; text-decoration: none;}
a.linktable:hover			{ font-size: 9pt; font-weight: normal; color: #CE0000; background-color: #DDEEFF; border-color: black; text-decoration: none;}
a.linktable:visited			{ font-size: 9pt; font-weight: normal; color: #1690DD; background-color: transparent; border-color: black; text-decoration: none;}
a.linktable:visited:hover	{ font-size: 9pt; font-weight: normal; color: #CE0000; background-color: #DDEEFF; border-color: black; text-decoration: none;}
a.linktable:active			{ font-size: 9pt; font-weight: normal; color: #1690DD; background-color: transparent; border-color: black; text-decoration: none;}

table.links {
	border-color: #707070 #505050 #505050 #707070;
	color: #5555FF;
	padding: 2px 6px 2px 6px;
	background-color: transparent;
}

body {
	scrollbar-face-color: #DDDDDD;
	scrollbar-shadow-color: #505050;
	scrollbar-arrow-color: #707070;
}

</Style>