/* The following element defines the appearance of non-heading text in the web page */

body {  width: 9in;
	background-color: #BBBB00;
	font-family: Verdana, Arial, Helvetica,sans-serif;
       color: #000000;
}

img {
  border-style: none; 
}

P {  
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica,sans-serif;
}

OL {  
	font-family: Verdana, Arial, Helvetica,sans-serif;
}

UL {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica,sans-serif;
}


/* The following custom classes are used in different locations of the template */

.bgbeige {  
	background-color: #FFF158; color:brown
}

.bgem{  
 	color:maroon;
}

.bgbeige a:link    {
	color:black; 	text-decoration	: none;
}

.bgbeige a:visited {
	color:black; 
	text-decoration: none;
}

.bgbeige a:hover {
	color:darkgreen; 
	text-decoration: none;
}

.bgred {  
	background-color:#990000;
}

.breadcrumbs { 
	font-family: Verdana, Arial, Helvetica, sans-serif; color:  #FFAA00; 
	background-color: beige; 				text-decoration: none;			
}

.breadcrumbs a:link    {
	color:#FFAA00; 	text-decoration	: none;
}

.breadcrumbs a:visited {
	color:#ffAA00; 
	text-decoration: none;
}

.breadcrumbs a:hover {
	color:#cccc66; 
	text-decoration: none;
}


.bglb {
	background-color: #f0ffff;
        font-family: Georgia;
        font-size: 14;
	color: #000000; 
	text-decoration: none;

}			
 
.bglb a:link    {
	color:maroon; 
	text-decoration: none;
 }

.bglb a:visited {
	color:maroon; 
	text-decoration: none;
}
.bglb a:hover   {
	color:#ABFF4A; 
	text-decoration: none;
}
.green { 
	font-family: Helvetica Arial;
	color: #000000; 
        background-color:#ABFF4A; 
        text-decoration: none;
}

.green a:link    {
	color:#000000; 
	text-decoration: none;
 }

.green a:visited {
	color:#000000; 
	text-decoration: none;
}
.green a:hover   {
	color:maroon; 
	text-decoration: none;
}

