/* CSS */

.body 		{
				font-size: 11.5px; 
				font-family:  arial;
				color: #707070;
				line-height: 15px
			}

a 			{ 
				color: #CC6733; 
				text-decoration:none  
			}
			
a:visited 	{ 
				color: #CC6733; 
				text-decoration:none   
			}
			
a:hover 	{ 
				color: #ff9966; 
				text-decoration:none  
			}

a:selected 	{ 
				color: #ff9966; 
				font-family:  arial; 
				text-decoration:none  
			}


a:large 	{
				font-size: 14.5px; 
				font-family:  arial;
				color: #CC6733;
				line-height: 18px
			}



li, ol 		{
				font-size: 16px; 
				font-family:  arial;
				color: #707070;
				line-height: 15px
			}



.header		{
				font-family:		Arial;
				font-size: 			11.5px; 
				line-height: 		15px;
				color:				#CC6733

			}
			
			
			
			
IMG			{
				border:				0px
			}


.bullet 	{
				list-style-image: url(/images/sound.gif)
			}



H1			{
				font-family:		Arial;
				font-size:			13px;
				line-height: 		15px;
				color:				#CC6733
			}


H2			{
				font-family:		Arial;
				font-size:			12px;
				line-height: 		15px;
				color:				#CC6733
			}



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
			}

