@charset "UTF-8";
/* CSS Document */

a:link {text-decoration: underline; color: white}
a:visited {text-decoration: underline; color: white}
a:active {text-decoration: underline; color: white}
a:hover {text-decoration: none; color: #cc0000;}

body
{
	background-image:url('bgline.jpg');
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;

}  
.p
{
	font-family:"arial";
	font-size: 16px; 
	color:white; 
	line-height: 1.2
} 

.p1
{
	font-family:"arial";
	font-size:24px; 
	color: #FFFF00;
	line-height: 2;
    letter-spacing: 2px;
} 

.p2
{
	font-family:"garamond";
	font-size: 17px; 
	color:white; 
	line-height: 1;
} 

.p3
{
	font-family:"arial";
	font-size: 11px; 
	color:white; 
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: justify; 
} 

.p4
{	
	font-family:"arial"; 
	font-size:12px; 
	color:#FFFFFF; 
	line-height:1.2;
	letter-spacing: 0.4px;
	background-color: #000000;
} 

.p5
{
	font-family:"arial";
	font-size: 16px; 
	color:white; 
	line-height: 1.2;
	text-align: justify; 
	letter-spacing: 0.2px;
}
.h5{ text-align: justify; } 


.pname
{
	font-family:"arial";
	font-size: 12px; 
	color:#F90; 
	line-height: 1.4;
    letter-spacing: 2px;
}

.head
{
	font-family:"Verdana", serif ;
	font-size: 12px; 
	color:white; 
	line-height: 1.2;
	text-align:left;
	padding:12px;
	align:center;
	
}

.centeralign 
{
	text-align:center
}
.justy 
{
	text-align:justify
}

.background1 
{
	background-image: bar1.jpg;
	background-repeat: no-repeat;
} 


.content
{
	font-family:"Verdana", serif ;
	font-size: 12px; 
	color:white; 
	line-height: 1.2;
	text-align:left;
	padding:68px;
}

.footer
{
	padding:10px;
	line-height: 3;

}
.services
{
	table-layout:fixed;
	border:dotted;
}

.foottext
{
	font-family:"arial";
	font-size: 10px; 
	color:#999999; 
	line-height: 1.1
} 