td, p {
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
}
hr {
	color: #CCCCCC;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration:underline;
}

a:active , a:hover {
	color: #000000;
	text-decoration:underline
}

td.box_bottomleft{width:10px; height:10px; background-color:#FDF34B}
td.box_bottomright{width:10px; height:10px; background-color:#FDF34B}
td.box_topleft{width:10px; height:10px; background-color:#FDF34B}
td.box_topright{width:10px; height:10px; background-color:#FDF34B}
td.box_right{width:10px; background-image: url(images/right.gif); background-position: right; background-color:#FDF34B}
td.box_top{height:10px;  background-image: url(images/top.gif); background-position: top; background-color:#FDF34B}
td.box_borrom{height:10px;  background-image: url(images/bottom.gif); background-position: bottom; background-color:#FDF34B}

td.SectionTitle{
  font-family: Arial;
  color: #000000;
  font-size: 10pt;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom: 1px solid #C0C0C0;
  padding-top: 3px;
  padding-bottom: 3px;
}

td.RightMenu{
  font-family: Arial;
  color: #0000FF;
  font-size: 9pt;
  vertical-align: middle;
  text-align: left;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom: 1px solid #C0C0C0;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: hand;
}

.PageTitle{
	color: #333333;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold
}

.SubTitle{
	color: #0000FF;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold
}

.Heading{
	color: #333333;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold
}

.BracketComment{
	color: #999999;
	font-family: Arial;
	font-size: 8pt;
}

td.Header{
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	background-color: #E4E4E4;
	border-left-width:1px;
	border-top-width:1px
}

a:link.Header, a:visited.Header {
	color: #333333;
}

a:active.Header, a:hover.Header {
	color: #0000FF;
}

td.Value{
	border-bottom:1px solid #E4E4E4; font-size: 9pt;
	font-family: Arial;
	color: #333333;
	border-left-width:1px; border-right-width:1px; border-top-width:1px
}

input.FormElement, textarea.FormElement {
	color: #0000FF;
	font-size: 8pt;
	font-family: Arial;
}
input.FormButton{
	color: #0000FF;
	font-size: 8pt;
	font-family: Arial;
	padding:0 .25em 0 .25em;
  width:auto;
  overflow:visible;
}
input.LargeFormButton{
	color: #0000FF;
	font-size: 10pt;
	font-family: Arial;
	font-weight:bold;
  width:auto;
  overflow:visible
}