
/* ADVANTAGE - Style Sheet FORMATTING */

BODY 		{	background-color : #000000;
				font-family : Arial, Tahoma, Helvetica, sans-serif;
				margin-left : 0;
				margin-right : 0;
				margin-top : 0;
				margin-bottom : 0;
				text-decoration : none;
				color : #000000 }


a:link, a:visited, a:active	{ 
				text-decoration: none; 
				color: #004FDF }

a:hover		{ 	text-decoration: underline; 
				color: #004FDF }

.listtxt	{	font-family: Arial, Tahoma, Helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold }

.txt	{	font-family: Arial, Tahoma, Helvetica, sans-serif;
				font-size: 18px;
				font-weight: bold }
.txt2	{	font-family: Tahoma, Helvetica, sans-serif;
				font-size: 10px;
				 }

.backlink:link, .backlink:visited, .backlink:active {
				font-family:Arial, Tahoma, Helvetica, sans-serif;
				font-size: 18px;
				font-weight: bold;
			 	text-decoration: underline;
				color: #004FDF
			}
.backlink:hover	{
				 text-decoration: none;
				 color: #cc0033
				}
				
.hedr		{	font-family: Tahoma, Helvetica, sans-serif;
				font-size: 24px;
				font-weight: bold;
				color: #0066cc }
				
.hedr2		{	font-family: Tahoma, Helvetica, sans-serif;
				font-size: 24px;
				font-weight: bold;
				color: #cc0000 }

				
.faqtxt		{	font-size: 16px; }		

				
.hiddenPic 		{ display:none; }

