/* CSS Document */

.red
	{ font-size: 10px;
	font-family:  verdana,Helvetica, sans-serif;
	color: #868686; text-decoration: none }
.red A 
	{ font-size: 10px;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #868686; text-decoration: none }
.red A:hover 
	{ font-size: 10px;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d10000; text-decoration: none }
	
	
.white
	{ font-size: 10px;
	font-family:  verdana,Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff; text-decoration: none }
.white A 
	{ font-size: 10px;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff; text-decoration: none }
	
.white A:hover 
	{ font-size: 10px;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #393939; text-decoration: none }
	
.text
	{ font-size: 11px;
	font-family:  verdana,Helvetica, sans-serif;
	color: #565656; text-decoration: none }
	
.big
	{ font-size: 13px;
	font-family:  verdana,Helvetica, sans-serif;
	color: #565656; text-decoration: none };
	
	
.bg{
	background-color:#3b7b96;
	font-size: 10px;
	font-family:  verdana,arial,Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff; text-decoration: none };
.bg A{
	background-color:#3b7b96;
	font-size: 10px;
	font-family:  verdana,arial,Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff; text-decoration: none };
.bg A:hover{
	background-color:#3b7b96;
	font-size: 10px;
	font-family:  verdana,arial,Helvetica, sans-serif;
	font-weight:bold;
	color: #565656; text-decoration: underline };
.gallery{
	font-size: 10px;
	font-family:  verdana,arial,Helvetica, sans-serif;
	font-weight:bold;
	color: #565656; text-decoration: none;}
.gallery A 
	{ 
	font-size: 10px;
	font-family:  verdana,arial,Helvetica, sans-serif;
	font-weight:bold;
	color: #565656; text-decoration: none; }
	
.gallery A:hover 	{
	font-size: 10px;
	font-family:  verdana,arial,Helvetica, sans-serif;
	font-weight:bold;
	color: #565656; text-decoration: underline; };

.bg_table{
background-color:#dedbd2;}
.bg_table1{
background-color:#e9e6e1;}
	
.ar{
	font-size: 12px;
	font-family:  tahoma,arial,Helvetica, sans-serif;
	font-weight:none;
	color: #565656; text-decoration: none;}
	
.hand{ /*class added to contents of 1st demo when they are open*/
cursor: hand;
cursor: pointer;}

