/* CSS */

.body 		{
				font-size: 13.5px; 
				font-family:  arial;
				color: #000000;
				line-height: 16px
			}

a 			{ 
				color: #2a38c5; 
				text-decoration:none  
			}
			
a:visited 	{ 
				color: #2a38c5; 
				text-decoration:none   
			}
			
a:hover 	{ 
				color: #2a38c5; 
				text-decoration:none  
			}

a:selected 	{ 
				color: #2a38c5; 
				font-family:  arial; 
				text-decoration:none  
			}


a:large 	{
				font-size: 14.5px; 
				font-family:  arial;
				color: #2a38c5;
				line-height: 18px
			}



li, ol 		{
				font-size: 16px; 
				font-family:  arial;
				color: #707070;
				line-height: 15px
			}



.header		{
				font-family:		Arial;
				font-size: 			14.5px; 
				line-height: 		15px;
				color:				#2a38c5

			}
			
			
			
			
IMG			{
				border:				0px
			}


.bullet 	{
				list-style-image: url(/images/sound.gif)
			}



H1			{
				font-family:		Arial;
				font-size:			16px;
				line-height: 		16px;
				color:				#2a38c5
			}


H2			{
				font-family:		Arial;
				font-size:			12px;
				line-height: 		15px;
				color:				#000000
			}



P		 	{
				font-size: 11.5px; 
				font-family:  arial;
				color: #707070;
				line-height: 15px
			}


.small 		{
				font-size: 9px; 
				font-family:  arial;
				color: #FFFFFF;
				line-height: 15px
			}


