.dummy {}

  body {
    font-family: Arial, Sans-Serif;
  }
  hr {
    height: 1px;
    color:  #C0C0C0;
  }
  
  textarea {
    background-color: #F9F9F9;
    font-family: Arial, Sans-Serif;
    border-bottom: #999999 2px solid;
    border-left: #CCCCCC 1px solid;
    border-right: #999999 2px solid;
    border-top: #CCCCCC 1px solid;
    color: #333333;
    font-size: 8pt;
    padding-left: 5px;
    overflow: auto;
    width: 300px;
  }
  .button {
    background-color: #333366;
    border: none 0px;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    color: #FFFFFF;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
  }
  .subheader {
    font-weight: 600;
  }
  .margin-left-10 {
    margin-left: 10px;
  }
  
  /* StyleSheet for applications */
.required {
	color:red;
}

.optional {
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
}

.formStyle td {
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}
.formstyle .bluehead {
	font-family: verdana,arial,helvetica;
	font-size: 12pt;
	font-weight: 700;
	color: #2A659F;
	padding-left:0px;
}
input.text, input.money {
	background-color: #F9F9F9;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 9pt;
	height: 20px;
	color: #333333;
	width: 145px;
	padding-left: 5px;
	border-bottom: #999999 2px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #999999 2px solid;
	border-top: #CCCCCC 1px solid;
}
input[type="text"], input.money {
	background-color: #F9F9F9;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 9pt;
	height: 20px;
	color: #333333;
	width: 145px;
	padding-left: 5px;
	border-bottom: #999999 2px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #999999 2px solid;
	border-top: #CCCCCC 1px solid;
}
input.money {
 width: 130px;
}

.radio {
	width:13px;
	height:13px;
	border: none;
	background-color: transparent;
}	
input[type="radio"] {
	width:13px;
	height:13px;
	border: none;
	background-color: transparent;
}

select {
	background-color: #F9F9F9;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 9pt;
	height: 18px;
	color: #333333;
	min-width: 125px;
	min-height: 24px;
	border-bottom: #999999 2px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #999999 2px solid;
	border-top: #CCCCCC 1px solid;
}
input.button {
    background-color: #333366;
    border: none 0px;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    color: #FFFFFF;
    padding: 1px;
}
input[type="button"] {
	padding-left:7px;
	padding-right:7px;
}
