/* CSS Document */
a			{	
				color:#333333;
				text-decoration:none;
				font-weight:bold;
				border:0;
				}

a:visited			{
				color:#333333;	
				text-decoration:none;
				border:0;				
				}				

a:hover			{	
				color: #ff0000;
				text-decoration:underline;
				border:0;
				
				}

.red {
	color:#FF0000;
	}
	
.red:visited {
	color:#FF0000;
	}	
				
.bodytext	{	font-family:	"Palatino Linotype", "Times New Roman";
				font-size:		10pt;
				color:			black}
				
.indextext	{	font-family:	"Myriad Pro";
				font-size:		10pt;
				color:			#333333}

.index2text	{	font-family:	"Myriad Pro";
				font-size:		12pt;
				color:			#CC3300;
				font-weight: 	bold}
				
.index3text	{	font-family:	"Myriad Pro";
				font-size:		12pt;
				color:			#FF020E}
							
.news		{	text-decoration:	underline;
				font-family:		"Myriad Pro";
				font-size:			8pt;
				color:				#333333} 				
				
.email		{	text-decoration:	underline;
				font-family:		"Palatino Linotype", "Times New Roman";
				font-size:			10pt;
				color:				blue} 
				
.AMJContentTitle	{	font-family: Arial, Tahoma;
						font-size:	10pt;
						color: red;
						font-weight: bold;
						text-decoration: underline}

