.mainlink:link, a:link
{ 
	cursor: hand; 
	text-decoration: none; 
	color: #65684C; 
	font-size: 11px;
	font-weight: bold; 
	font-family: arial;
}

.mainlink:visited, a:visited 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #65684C; 
	font-size: 11px;
	font-weight: bold; 
	font-family: arial;
}

.mainlink:hover, a:hover 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #000000; 
	font-size: 11px;
	font-weight: bold; 
	font-family: arial;
}

.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; 	
}

.footer
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;  
	color: #65684C; 
}

/* Admin Styles */
.heading
{
	font-family: helvetica, arial;
	font-size: 16px;
	font-weight: bold;  
	color: #000000; 	
}

.editheading
{
	background-color: #004179;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #FFFFFF; 	
	padding: 2px; 
}

.edit
{
	background-color: #0074AC;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
}

.addheading
{
	background-color: #669999;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #FFFFFF; 	
	padding: 2px; 
}

.add
{
	background-color: #99CCCC;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
}

.showheading
{
	background-color: #999999;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
	padding: 2px; 
}

.show
{
	background-color: #CCCCCC;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;  
	color: #000000; 	
}

input, textarea, select, option
{
	font-family: arial;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #9B9C76;
     border: solid #65684C 1px;
}

.titleMed 
{  
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 14px; 
     font-weight: bold;
     }
     
.titleSmall 
{ 
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 12px; 
     font-weight: bold;
     }
     
.titleLarge 
{ 
     font-size: 16px; 
}

