/* Carol Jo Vecchie Women's Services CSS */

BODY 				{	margin-left: 0px;
						margin-top: 0px;
						margin-right: 0px;
						margin-bottom: 0px;
						background-color: #FFFFFF;
						background-image: url("image-intro/background.jpg"); }
						
.pt11beige			{	font-family:Tahoma; 
						font-size:11px;
						color:#d4ce7a; }
						
.pt11yellow			{	font-family:Tahoma; 
						font-size:11px;
						color:#fff9af; }

.pt11white			{	font-family:Tahoma; 
						font-size:11px;
						color:#FFFFFF; }

.pt12				{	font-family:  arial, helvetica, sans-serif;
						font-size: 12px;
						line-height: 16px;
						color: #552d00;}

.pt18				{	font-family:  arial, helvetica, sans-serif;
						font-size: 18px;
						line-height: 22px;
						color: #cf2b27;}

.content			{	/*border: 1px dashed #552d00; */
						height:300px;
						width:415px;
						margin-top:20px;
						overflow:auto;						
						background-color:#f8efd7; }

.footer1			{	font-family:Tahoma; 
						font-size:9px;
						color:#d4ce7a; }
						
.footer2			{	font-family:Tahoma; 
						font-size:9px;
						color:#edeed3; }
						
A.footer2:link 		{	color: #edeed3;
						text-decoration: none; }				
A.footer2:hover 	{	color: #edeed3;
						text-decoration: underline; }
A.footer2:visited	{	color: #edeed3; }
A.footer2:active	{	color: #edeed3; }

A.white:link 		{	color: #FFFFFF;
						text-decoration: none; }				
A.white:hover 		{	color: #FFFFFF;
						text-decoration: underline; }
A.white:visited		{	color: #FFFFFF; }
A.white:active		{	color: #FFFFFF; }

A:link 				{	text-decoration: none;}  		/* for unvisited links */
A:hover 			{	text-decoration: underline;}
A:visited 			{	text-decoration: none;} 		/* for visited links */
A:active 			{	} 				


