body
{
  font-family: Verdana, Arial, Helvetica;
  color: Black;
  background-color: White;
}

a:link
{
  color: Blue
}

a:visited
{
  color: Purple
}

a:active
{
  color: Red
}

a:hover
{
  color: Red
}

.userMsg {
	background-color: #FFFFA0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
  	border: thin solid #5674BA;
}

.disabledText {color: #c0c0c0}

.enabledText {color: #000000}

.largeBoldText {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
}

.largeBoldTextShaded {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  background-color: #E4E4EB;
  border: thin solid #000000;
}

.largeBoldErrorText {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color:red;
}

.boldRedLargeText{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color:red;
}

.boldRedMediumText{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color:red;
}

.mediumBoldText {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

.mediumLargeBoldText {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.orderFormReturnAddress {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.orderFormCustomerAddress {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 30px;
}

.orderFormHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 30px;
}

.orderFormProductText {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
}

table.mediumOutline {
  border: solid black 3px;
}

table.thinOutline {
  border: solid black 1px;
}

.successHeader {
    font-weight: bold;
    color: #00CC00;
    position: relative;
    top: 50px
}

.failHeader {
    font-weight: bold;
    color: #FF0000;
    position: relative;
    top: 50px
}

.success {
    font-weight: bold;
    color: #00CC00;
}

.fail {
    font-weight: bold;
    color: #FF0000;
}

td.smallText{
    font-size: 10px
}

.mediumText{
    font-size: 12px
}

.smallText{
    font-size: 10px
}

.smallRedText{
    font-size: 10px;
    color: #FF0000;
}

.labelSmallText{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px
}

.labelMediumText{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}


tr.tableHeader {
    background: #5674BA;
    color: #FFFFFF;
}

tr.tableFooter {
    background: #3E5485
}

tr.tableRowColor {
    background-color: #E4E4EB
}

tr.tableRowColorLtYellow {
    background-color: #FFFFA0
}

tr.tableRowColorGray {
    background-color: #EDEDDC
}


tr.tableRowColorOdd {
    background-color: #EFEFF3
}

tr.tableRowColorEven {
    background-color: #FFFFFF
}

tr.tableRowColorOdd_10 {
    background-color: #EFEFF3;
    font-size: 10pt;
}

tr.tableRowColorEven_10 {
    background-color: #FFFFFF;
    font-size: 10pt;
}


td.separator{
    border-bottom: thin solid #000000
}

th.faqTitle{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #5674BA;
}

th.faqText{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  background-color: #EFEFF3;
}

th.newsHeader{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF;
  background-color: #5674BA;
}

th.newsTitle{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  background-color: #5674BA;
}

th.newsText{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  background-color: #EFEFF3;
}

th.newsDate{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #5674BA;
}

.Header{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 14px;
  color: #FFFFFF;
}

.Headerline{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 18px;
  color: #3E5485;
}

.actLikeLink{
	cursor:pointer;	
}

span.nonStdSize{
	color: #c0c0c0;
}

