p.menu	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11 px;
	color: #dddddd;
	font-weight: bold;
	}
	
p.main	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12 px;
	color: #333333;
	padding-left: 10 px;
	padding-right: 10 px;
	}
	
p.phone	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11 px;
	font-weight: bold;
	text-align: right;
	color: #333333;
	padding-left: 10 px;
	padding-right: 10 px;
	}
	
p.caption	{
	font-family: arial, helvetica, sans-serif;
	font-size: 9 px;
	text-align: center;
	color: #333333;
	padding-left: 10 px;
	padding-right: 10 px;
	}
	
h1	{
	font-family: arial, helvetica, sans-serif; 
	font-size: 14 px;
	color: #333333;
	weight: bold;
	padding-left: 7 px;
	}	

h2	{
	font-family: arial, helvetica, sans-serif; 
	font-size: 12 px;
	color: #333333;
	weight: bold;
	padding-left: 7 px;
	}

li	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12 px;
	color: #333333;
	padding-left: 10 px;
	padding-right: 10 px;
	}

body	{
	background-image:	url('bg-3.gif')
	}

em	{	
	font-style:	normal;
	font-weight: bold;
	color:	black;
	background:	white;
	}	
		
strong	{	
	font-style:	italic;
	background:	white;
	font-weight:	bold;
	color:	black;
	}

a:link	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14 px;
	color: #303758;
	font-weight: bold;
	text-decoration:  none;
	}	
		
a:visited	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14 px;	
	text-decoration:	none;
	font-weight:	bold;
	color:	#010a32;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#0c76ad;
	background:	#FF0;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#010a32;
	background:	#dddddd;
	}