/** wasfaa_stylesheet.css **/
/* field label in a table cell */
td.FieldLabel {
  padding-left :      6px;
  padding-right :     6px;
  text-align :        right;
	font-family :       Times New Roman;
	font-size :         10pt;
	font-style :        normal;
	font-weight :       bold;
}
/* table cell where field label is located */
td.LabelCell {
	padding-left :      6px;
	padding-right :     6px;
	font-family :       Times New Roman;
	font-size :         10pt;
	font-style :        normal;
	font-weight :       bold;
}

/* table cell where data or form object is located */
td.ValueCell {
	padding-right :     6px;
	padding-left :      6px;
	font-family :       Times New Roman;
	font-size :         10pt;
	font-style :        normal;
	font-weight :       normal;
}

td.LinkCell {
	background-color : #ffffff;
	padding-left :     6px;
	padding-right :    6px;
    font-family :      Times New Roman;
    font-size :        10pt;
    font-style :       normal;
    font-weight :      normal;
    padding-top :      10px;
}

td.LargeCell {
	color :             #000000;
	font-family :       Times New Roman;
	font-size :         12pt;
	font-style :        normal;
	font-weight :       normal;
    vertical-align :    text-top;
}

td.BasicCell {
	color :             #000000;
	font-family :       Times New Roman;
	font-size :         10pt;
	font-style :        normal;
	font-weight :       normal;
}
td.BasicCellTop {
	color :             #000000;
	font-family :       Times New Roman;
	font-size :         10pt;
	font-style :        normal;
	font-weight :       normal;
    vertical-align :    text-top;
}
td.BasicCellBold {
	color :             #000000;
	font-family :       Times New Roman;
	font-size :         10pt;
	font-style :        normal;
	font-weight :       bold;
}
/* --------------------------------------------- */

.MainHeading {
  color :            #000000;
  font-family :       Times New Roman;
  font-size :         14pt;
  font-style :        normal;
  font-weight :       bold;
  margin-top :        20px;
}

.BodyFont {
  color :             #000000;
  font-family :       Times New Roman;
  font-size :         10pt;
  font-style :        normal;
  font-weight :       normal;
}

.LabelText {
	color :             #FF5A00;
	font-family :       Times New Roman;
	font-size :         10pt;
	font-style :        normal;
	font-weight :       normal;
}

.LabelTextBold {
	color :             #FF5A00;
	font-family :       Times New Roman;
	font-size :         10pt;
	font-style :        normal;
	font-weight :       bold;
}

.SmallText {
	color :             #000000;
	font-family :       Times New Roman;
	font-size :         8pt;
	font-style :        normal;
	font-weight :       normal;
}

.BasicText {
	color :             #000000;
	font-family :       Times New Roman;
	font-size :         10pt;
	font-style :        normal;
	font-weight :       normal;
}

.LargeText {
	color :             #000000;
	font-family :       Times New Roman;
	font-size :         12pt;
	font-style :        normal;
	font-weight :       normal;
}

.SmallTextBold {
	color :             #000000;
	font-family :       Times New Roman;
	font-size :         8pt;
	font-style :        normal;
	font-weight :       bold;
}

.BasicTextBold {
	color :             #000000;
	font-family :       Times New Roman;
	font-size :         10pt;
	font-style :        normal;
	font-weight :       bold;
}

.LargeTextBold {
	color :             #000000;
	font-family :       Times New Roman;
	font-size :         12pt;
	font-style :        normal;
	font-weight :       bold;
}

.SmallTextReverse {
	color :             #ffffff;
	font-family :       Times New Roman;
	font-size :         8pt;
	font-style :        normal;
	font-weight :       normal;
}

.BasicTextReverse {
	color :             #ffffff;
	font-family :       Times New Roman;
	font-size :         10pt;
	font-style :        normal;
	font-weight :       normal;
}

.LargeTextReverse {
	color :             #ffffff;
	font-family :       Times New Roman;
	font-size :         12pt;
	font-style :        normal;
	font-weight :       normal;
}

.SmallTextReverseBold {
	color :             #ffffff;
	font-family :       Times New Roman;
	font-size :         8pt;
	font-style :        normal;
	font-weight :       bold;
}

.BasicTextReverseBold {
  color :             #ffffff;
  font-family :       Times New Roman;
  font-size :         10pt;
  font-style :        normal;
  font-weight :       bold;

.LargeTextReverseBold {
	color :             #ffffff;
	font-family :       Times New Roman;
	font-size :         12pt;
	font-style :        normal;
	font-weight :       bold;
}

.LinkText {
    color :            #000000;
    font-family :      Times New Roman;
    font-size :        10pt;
    font-style :       normal;
    font-weight :      normal;
    padding-top :      10px;
}

.LinkTextBold {
    color :            #000000;
    font-family :      Times New Roman;
    font-size :        10pt;
    font-style :       normal;
    font-weight :      bold;
    padding-top :      10px;
}

.Spacing {
    padding-top :      100px;
    padding-bottom :   100px;
}

.MarginBottom {
    margin-bottom : 100px;
}

.MarginRight {
    margin-right : 200px;
}
/* --------------------------------------------- */

/* box around section headings */
table.SectionHeadingBorder {
  border-style :      none;
	background-color :  #ff9900;
}

/* aligns image in the center of the table cell */
td.SectionHeadingLogo {
	vertical-align :    middle;
	text-align :        center;
}

/* aligns heading text in table cell                   */
/* use "&nbsp;&nbsp;" before text in order to position */
/* IE and NS handle padding differently                */
td.SectionHeadingText {
	text-align :        middle;
	font-family :       Times New Roman;
	font-size :         10pt;
	font-style :        normal;
	font-weight :       bold;
}

td.SubMenu {
	background-color:  #FFB871;
}

td.ListHeading {
	background-color: #CCCCCC;
}

tr.OddRow {
	background-color: #EAEAEA;
}

tr.EvenRow {
	background-color: #FFD3A8;
}

img.SectionHeadingImage {
  width  :             20px;
  height :             15px;
}
