.mainlink:link 
{ 
	cursor: hand; 
	text-decoration: none; 
	color: #FF9900; 
	font-size: 12px;
	font-weight: bold; 
	font-family: tahoma;
}

.mainlink:visited 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #FF9900; 
	font-size: 12px;
	font-weight: bold; 
	font-family: tahoma;
}

.mainlink:hover 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #000000; 
	font-size: 12px;
	font-weight: bold; 
	font-family: tahoma;
}

.smalllink:link 
{ 
	cursor: hand; 
	text-decoration: underline; 
	color: #000000; 
	font-size: 11px;
	font-weight: normal; 
	font-family: arial;
}

.smalllink:visited 
{ 
	cursor: hand;
	text-decoration: underline; 
	color: #000000; 
	font-size: 11px;
	font-weight: normal; 
	font-family: arial;
}

.smalllink:hover 
{ 
	cursor: hand;
	text-decoration: underline; 
	color: #C17900; 
	font-size: 11px;
	font-weight: normal; 
	font-family: arial;
}

.small
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;  
	color: #999999; 
}

.text 
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;  
	color: #666666; 
}

.bold, b 
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
}

.active 
{
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;  
	color: #660066; 	
}

.italic, i
{
	font-family: arial;
	font-size: 12px;
     font-style: italic;
	color: #000000; 	
}

input, textarea, select, option
{
	font-family: tahoma;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #FF9900;
     border: 1px solid #000000;
}

.form
{	
     font-family: tahoma;
	color: #000000;
	font-size: 11px;
     font-weight: normal;
}

.heading
{
	font-family: helvetica, arial;
	font-size: 16px;
	font-weight: bold;  
	color: #FFFFFF; 	
}

.editheading
{
	background-color: #669999;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;  
	color: #FFFFFF; 	
	padding: 2px; 
}

.edit
{
	background-color: #99CCCC;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;  
	color: #000000; 	
}

.addheading
{
	background-color: #669966;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;  
	color: #FFFFFF; 	
	padding: 2px; 
}

.add
{
	background-color: #99CC99;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;  
	color: #000000; 	
}

.showheading
{
	background-color: #CCCCCC;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;  
	color: #000000; 	
	padding: 2px; 
}

.show
{
	background-color: #EEEEEE;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;  
	color: #000000; 	
}