td {

	font-family: verdana, arial;
	font-size: 10px;
	line-height: 16px;
	color: #CCCCCC;
}
body {
	font-family: verdana, arial;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
}

a:link { color: #006699; text-decoration: none }
a:visited { color: #006699; text-decoration: none }
a:hover { color: #006699}

.img {
	border: 1px dotted #000000;
}
.form {
	font-family: verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	BACKGROUND-COLOR: #FFFFFF;
    border: 1px dotted #000000;
}

.formbu {
	font-family: verdana, Arial;
	font-size: 11px;
	BACKGROUND-COLOR: #ffffff;
	border: 1px solid #000000;
	font-weight: bold;
	color: #000000;

}

hr {border: none 0; 
border-top: 1px dashed #999;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.bodyIndent01 {
	font-family: verdana, arial;
	font-size: 10px;
	line-height: 16px;
	color: #999999;

}

.bodyBoldRed01 {
	font-family: verdana, arial;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}

.bodyMain {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: normal;
	color: #666666;
	font-style: normal;

}

.bodyMainBold {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: normal;
	color: #666666;
	font-weight: bold;

}

.bodyRed01 {

	font-family: verdana, arial;
	font-size: 10px;
	line-height: 16px;
	color: #CC0000;
	font-weight: normal;
}

.bodySpeech01 {

	font-family: verdana, arial;
	font-size: 10px;
	line-height: 16px;
	color: #999966;
	font-weight: normal;
}

acronym {
	cursor: help; border-bottom: 1px dotted #336699; font-style: normal
}
acronym:hover {
	cursor: help
}
.bodyBoldBlue {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: normal;
	color: #336699;
	font-weight: bold;
}
.table {
	border:1px solid #666;
	border-collapse:collapse;
	margin:0;
	padding:0;
}.bodyMainRed {

	font-family: verdana, arial;
	font-size: 12px;
	line-height: normal;
	color: #993300;
	font-style: normal;

}
.bodyHeaderSmall_01 {

	font-family: verdana, arial;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}
.bodyCntntSmall_01 {

	font-family: verdana, arial;
	font-size: 10px;
	line-height: normal;
	color: #5D5035;
}

/*
  * Forms
  ****************************************************************/

  form
  {
    margin:0;
  }

  #content form
  {
    background-color:#f0f4f6;
    background-image:url(/graphics/form-background.gif);
    background-repeat:repeat-x;
    background-position:0 0;
    border-bottom:1px solid #c0d0d8;
    margin:10px 0;
    padding:10px;
  }

  fieldset
  {
    border-width:0;
    border-bottom:1px dashed #d0d4d6;
    margin:0 0 20px 0;
    padding:0;
  }

  legend
  {
    color:#204050;
    font:normal bold 115% "Verdana", serif;
    margin:10px 0 0 0;
    padding:0;
  }

  * html legend
  {
    margin-left:-8px;
    margin-bottom:10px;
  }

  fieldset .field
  {
    border-top:1px dashed #d0d4d6;
    clear:both;
    padding:6px 0;
  }

  fieldset br
  {
    display:none;
  }

  fieldset .field label
  {
    color:#204050;
    display:block;
    float:left;
    margin-right:5px;
    width:115px;
  }

  fieldset .field label .required
  {
    color:#ff0000;
    font-weight:normal;
  }

  fieldset .field input
  {
    max-width:240px;
  }

  fieldset .field textarea
  {
    margin-top:5px;
    width:368px;
  }

  fieldset .field textarea + .notes
  {
    margin-left:0 !important;
  }

  fieldset .field .notes
  {
    color:#809098;
    font-size:75%;
    margin:2px 0 0 120px;
  }

  input,
  textarea,
  select
  {
	font-family: verdana, arial;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
  }

  html>body input,
  html>body textarea,
  html>body select
  {
	font-family: verdana, arial;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
  }

  input.text,
  textarea
  {
    background:#f8f8f8 url(/graphics/input-background.gif) repeat-x top left;
    border:1px solid black;
    border-color:#c0c4c6 #e0e4e6 #e0e4e6 #c0c4c6;
    color:#808486;
    padding:2px 0 2px 4px;
  }

  input.text.highlight,
  textarea.highlight,
  input.text:focus,
  textarea:focus
  {
    background-color:#ffffff;
    background-image:url(/graphics/input-active-background.gif);
    border-color:#a0b0b8;
    color:#204050;
  }

  div.textarea_toolbar
  {
    font-size:85%;
    text-align:right;
  }

  div.textarea_toolbar input
  {
    font-size:85%;
  }

  div.textarea_toolbar input
  {
    margin-left:3px;
    padding:0 2px;
  }

  form img.confirmation
  {
    border:1px solid #C0D0D8;
    margin-top:5px;
  }

  div.errors p
  {
    color:#e00000;
  }

  div.errors li
  {
    background-image:url(/graphics/ul_li-errors.gif) !important;
  }

  div.errors a
  {
    color:#202020 !important;
    text-decoration:none !important;
  }

  div.errors a:hover
  {
    border-bottom:1px dashed #e00000;
  }
