.text-tiny   {font-size: 7px; font-family: "Century Gothic", Arial, sans-serif; }
.text-reg    {font-size: 13px; font-family: "Century Gothic", Arial, sans-serif; }

.text {
	font-size: 13px;
	font-style: normal;
	color: #000000;
	font-family: "Century Gothic", Arial, san-serif;
}

.text-error {
      color: #FF0000;
	font-size: 12px;
	font-family: "Century Gothic", Arial, san-serif;
	font-style: normal;
	font-weight: bold;
}

 .text-white {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, san-serif;
}

.text-big {
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-family: "Century Gothic", Arial, san-serif;
}

.text-big-white {
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, san-serif;
}

.text-small {
	font-size: 11px;
	font-family: "Century Gothic", Arial, san-serif;
        color: #511901;
}

.spacer {
	font-size: 5px;
	font-family: "Century Gothic", Arial, san-serif;
}

.credit {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.heading {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
      color: #000000;
	font-weight: bold;
}

.heading-dark {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
      color: #000000;
	font-weight: bold;
}

.title  {
      font-family: "Century Gothic", Arial, sans-serif;
      font-size: 18px; 
      font-weight: bold;
}

.title-grey  {
         font-family: "Century Gothic", Arial, sans-serif;
         font-size: 18px;
         color: #999999; 
         font-weight: bold;
}

.title-rust  {
         font-family: "Century Gothic", Arial, sans-serif;
         font-size: 18px;
         color: #511901; 
         font-weight: bold;
}

.title-violet  {
         font-family: "Century Gothic", Arial, sans-serif;
         font-size: 18px;
         color: #7432CE; 
         font-weight: bold;
}
body,td,th {
	color: #511901;
}
/** for black text on light bkgrnd **/
a.black       {text-decoration: none; color: #000000;} 
a:link.black  {text-decoration: none; color: #111111;} 
a:hover.black {text-decoration: none; color: #121212;} 

/** for white text on dark bkgrnd **/
a.white       {text-decoration: none; color: #FFFFFF;} 
a:link.white  {text-decoration: none; color: #FFFFFF;} 
a:hover.white {text-decoration: none; color: #F32621;} 

a:link {
	color: #AA1F00;
	text-decoration: none;
}
a:hover {
	color: #BA452A;
	text-decoration: none;
}


