/* CSS */

/* COLORS:
*/

/* default settings */
td        { font-family: "Times New Roman", Times, serif; color: #444444; font-size: 13px; line-height: 16px; font-weight: normal; text-decoration: none; }
a:link    { font-family: "Times New Roman", Times, serif; color: #8cac29; font-size: 13px; line-height: 16px; font-weight: bold; text-decoration: none; }
a:visited { font-family: "Times New Roman", Times, serif; color: #8cac29; font-size: 13px; line-height: 16px; font-weight: bold; text-decoration: none; }
a:hover   { font-family: "Times New Roman", Times, serif; color: #cf9c1b; font-size: 13px; line-height: 16px; font-weight: bold; text-decoration: none; }
a:active  { font-family: "Times New Roman", Times, serif; color: #cf9c1b; font-size: 13px; line-height: 16px; font-weight: bold; text-decoration: none; }

.head { color: #415a29; font-size: 18px; line-height: 18px; font-weight: bold; text-decoration: none; }

.head2 { color: #415a29; font-size: 18px; line-height: 20px; font-weight: bold; text-decoration: none; }

.caption { line-height: 14px; }

/* credit / copyright */
.cc           { font-family: Verdana, Arial, sans-serif; font-size: 9px; line-height: 11px; font-weight: normal; color: #888888; text-decoration: none }
.cc a:link    { font-family: Verdana, Arial, sans-serif; font-size: 9px; line-height: 11px; font-weight: bold; color: #8cac29; text-decoration: none }
.cc a:visited { font-family: Verdana, Arial, sans-serif; font-size: 9px; line-height: 11px; font-weight: bold; color: #8cac29; text-decoration: none }
.cc a:hover   { font-family: Verdana, Arial, sans-serif; font-size: 9px; line-height: 11px; font-weight: bold; color: #cf9c1b; text-decoration: none }
.cc a:active  { font-family: Verdana, Arial, sans-serif; font-size: 9px; line-height: 11px; font-weight: bold; color: #cf9c1b; text-decoration: none }

.cc2           { font-family: Verdana, Arial, sans-serif; font-size: 9px; line-height: 11px; font-weight: normal; color: #444444; text-decoration: none }
.cc2 a:link    { font-family: Verdana, Arial, sans-serif; font-size: 9px; line-height: 11px; font-weight: bold; color: #8cac29; text-decoration: none }
.cc2 a:visited { font-family: Verdana, Arial, sans-serif; font-size: 9px; line-height: 11px; font-weight: bold; color: #8cac29; text-decoration: none }
.cc2 a:hover   { font-family: Verdana, Arial, sans-serif; font-size: 9px; line-height: 11px; font-weight: bold; color: #cf9c1b; text-decoration: none }
.cc2 a:active  { font-family: Verdana, Arial, sans-serif; font-size: 9px; line-height: 11px; font-weight: bold; color: #cf9c1b; text-decoration: none }

/* SPECIAL OFFER */
.special           { font-family: Verdana, Arial, sans-serif; 
					 font-size: 10px; line-height: 10px; 
					 font-weight: bold; color: #ff3300; 
					 text-decoration: none }
.special a:link    { color: #ff3300; text-decoration: none }
.special a:visited { color: #ff3300; text-decoration: none }
.special a:hover   { color: #cf9c1b; text-decoration: none }
.special a:active  { color: #cf9c1b; text-decoration: none }


/* BG Images */
.mainBg {
	background-image:  url(images/stageBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.popBg {
	background-image:  url(images/popupBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* text field */
.tf {  font-family: Verdana, Arial, sans-serif; 
font-size: 10px; line-height: 14px; color: #444444; border: #415a29; border-style: solid; background: #e8eed4; width: 100%; height: 14px; 
border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* text area */
.ta {  font-family: Verdana, Arial, sans-serif; 
font-size: 10px; line-height: 14px; color: #444444; border: #415a29; border-style: solid; background: #e8eed4; width: 100%; height: 60px; 
border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* drop-down */
.dd {  font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; line-height: 14px; color: #333333; border: #333333; border-style: solid; background: #eeeeee; 
border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* button */		  
.but { font-family: Verdana, Arial, sans-serif; 
font-size: 9px; line-height: 9px; color: #ffffff; font-weight: normal; border: #415a29; background-color: #415a29; width: 100%; height: 16px; 
border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px 
}