/* Private CSS of Affilicates */

body { background: #FFFFFF; text-align:center; margin: 0px; padding: 0px; border: 0px;}

h2 {
	color: #222222;
	font-family: "Trebuchet MS", Tahoma, "Franklin Gothic Book", Geneva, Arial, Helvetica, sans-serif; 
	font-size: 24px;
	font-weight: bold; 
}
/*
td.pageHeading, div.pageHeading { 
	color: #F1A42B;
	font-family: "Trebuchet MS", Tahoma, "Franklin Gothic Book", Geneva, Arial, Helvetica, sans-serif; 
	font-size: 24px;
	font-weight: bold; 
	background: #FFFFFF;
	text-align: left;
}
*/
div.aff-txt p { font-size: 16px; text-indent: 25px; line-height: 20px; }
div.aff-txt ul { list-style:none; }
div.aff-txt li { 
	list-style:decimal;
	padding-bottom: 12px;
	margin-left: 12px;
	line-height: 20px;
	font-family: "Trebuchet MS", Tahoma, "Franklin Gothic Book", Geneva, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: normal; 
}

a.aff-link:link    { color:#6B1983; font: normal 16px/1.25 "Trebuchet MS", Tahoma; text-decoration: underline }
a.aff-link:visited { color:#6B1983; font: normal 16px/1.25 "Trebuchet MS", Tahoma; text-decoration: underline }
a.aff-link:hover   { color:#F1A42B; font: normal 16px/1.25 "Trebuchet MS", Tahoma; text-decoration: underline }
a.aff-link:active  { color:#FF0000; font: normal 16px/1.25 "Trebuchet MS", Tahoma; text-decoration: underline }

p.error-msg {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#CC0000;
	font-weight: bold;
	text-align: center;
}
p.note {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DB8202; /*#6B1983; #F1A42B; */
	font-style:italic;
	text-align: center;
}