.mainlink:link 
{ 
	cursor: hand; 
	text-decoration: underline; 
	color: #800000; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.mainlink:visited 
{ 
	cursor: hand;
	text-decoration: underline; 
	color: #FF0000; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.mainlink:hover 
{ 
	cursor: hand;
	text-decoration: underline; 
	color: #000000; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.menulink:link 
{ 
	cursor: hand; 
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 11px;
	font-weight: normal; 
	font-family: arial;
}

.menulink:visited 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 11px;
	font-weight: normal; 
	font-family: arial;
}

.menulink:hover 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #FFFF00; 
	font-size: 11px;
	font-weight: normal; 
	font-family: arial;
}

.footer
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;  
	color: #CCCCCC; 
}

.text 
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;  
	color: #000000; 
}

.bold, b 
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
}

.boldblue 
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000066; 	
}

.editheading
{
	background-color: #FFCCCC;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
	padding: 2px; 
}

.edit
{
	background-color: #FFEEEE;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #990000; 	
}

.addheading
{
	background-color: #49ADBD;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
	padding: 2px; 
}

.add
{
	background-color: #DBEFF2;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
}

.showheading
{
	background-color: #1C3383;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #FFFFFF; 	
	padding: 2px; 
}

.show
{
	background-color: #D2D6E6;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;  
	color: #000000; 	
}

.heading
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;  
	color: #FFFFFF; 	
	padding: 2px; 
}

.title
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;  
	color: #000000; 	
	padding: 2px; 
}

input, textarea, select, option
{
	font-family: arial;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #CCCCCC;
     border: 1px solid #FFFFFF;
}