/* Standard styles that the Admin can define for text blocks
-----------------------------------------------------------------------------------*/
.Standard {
	font-weight: normal;
	font-size: 10pt;
	color: #000;
}
.Subtitle1 {
	font-weight: bold;
	font-size: 14pt
}

.Subtitle2 {
	font-weight: bold;
	font-size: 11pt
}

.Extra {
	color: #903;
	font-size: 10pt
}
.Quotation {
  font-style: italic
  }


.LineOdd {
	background-color: #ccc;
}


.LineEven {
	background-color: #999;
}

.LargeButton {

  float: right;
  width: 257px;
  height: 44px;
  background: url("button_largefocus.gif") no-repeat scroll 0 0 #51ABEB;
  width: 257px;
}

.LargeButton a {
    background-color: transparent;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 31px;
    padding: 13px 0 0 16px;
    text-decoration: none;
}

