BODY {
	color:Black;
	background-color:White;
}
H1, H2, H3 {	font-family:	verdana, sans-serif; }
H1 {
  border-bottom:  #666666 2px dotted;
  font-size : large;
}

H2 {
	border-bottom:	#666666 2px dashed;
	border-top:	#666666 2px dashed;
	border-left:	#666666 2px dashed;
	border-right:	#666666 2px dashed;
  font-size : large;
}

H3 {
	border-top:		#666666 1px dotted;
	border-bottom:	#666666 1px dotted;
	border-left:		#666666 1px dotted;
	border-right:		#666666 1px dotted;
}
A {	text-decoration: underline; }
/*A:hover {
	background-color : #cccccc;
	color : #333333;
}
A:link {
	color:	#333333;
}
A:visited {
	color:	#666666;
}
A:active {
	color:	red;
}
*/

BLOCKQUOTE, PRE {
	border-right:	#888800 1px dashed;
	border-top:	#888800 1px dashed;
	border-left:	#888800 1px dashed;
	border-bottom:	#888800 1px dashed;
	color:		black;
	background-color: #e6e6e6;
	margin-left:	2em;
	margin-right:	2em;
}
PRE {
	white-space:	pre;
	font-family:	monospace;
}
DT {
	border-top:	#cccccc 1px dotted;
	border-bottom:	#cccccc 1px dashed;
	font-weight:	bold;
}
.cvstag {
	font-family:	optima, palatino, times, serif;
	text-align:	right;
}
textarea, input,select {
	border: 1px solid black;
}
input, select {
	font-family: arial,helvetica,sans-serif;
}
img {
	border-width: 0px;
}
img.withborder {
	border-width: 1px;
}

div.headbox {
  width:100%;
  margin: 0px;
  padding: 0px;
  height: 25px;
}
div.headicon {
 float: left;
 font-size: small;
}
div.headnavi {
 float: right;
 margin-right: 0px;
 font-size: small;
}
div.headend {
  clear: both;
}

div.message1 {
   border-top: 1px solid #d0d0d0;
   border-left: 1px solid #d0d0d0;
   border-right: 1px solid #d0d0d0;
   background-color: #f0f0f0;
}
div.message0 {
   border-left: 1px solid #d0d0d0;
   border-right: 1px solid #d0d0d0;
   border-top: 1px solid #d0d0d0;
   background-color: #fefefe;
}
div.message_text {
  font-size: 12pt;
}
div.message_attributes {
  font-size: 10pt;
}
div.baloon_message_text {
  font-size: 10pt;
}
div.baloon_message_attributes {
  font-size: 9pt;
}
div.menu_tab {
  width: 900px;
  height: 2em;
}
div.menu_tab_item {
  float:left;
  display:block;
  height: 1.3em;
  color:#5a5a5a;
  background-color: #f0f0f0;
  text-align:center;
  padding-left: 1em;
  padding-right: 1em;
  border-bottom: 1px solid black;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-top: 1px solid #808080;
}
div.menu_tab_item_selected {
  float:left;
  display:block;
  font-weight: bold;
  /* width:61px;
  height:15px; */
  height: 1.3em;
  color:#5a5a5a;
  background-color:#d3c7c7;
  text-align:center;
  padding-left: 1em;
  padding-right: 1em;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
div.menu_tab_item_spacer {
  float:left;
  display:block;
  height: 1.3em;
  color:#5a5a5a;
  background-color:white;
  text-align:center;
  padding-left: 1em;
  padding-right: 1em;
  border-bottom: 1px solid black;
}
