@charset "iso-8859-1";

/* style colors from: http://www.smartpixel.net/chromoweb/uks/a4gb.html (1008) black, Darkmagenta, Lightgreen, Mediumseagreen */

body, div, p, th, td, li, dd    {
    /* redundant selectors to help NS4 not forget */
    font-family:  Arial, Verdana, Lucida, Helvetica, sans-serif;
    font-size:    12px;
    }
    
.nobr {
  white-space: nowrap;
}
    
font.norm
{
font-family: Arial;
font-size: 12;
font-weight: normal;
color: black;
}

font.small
{
font-family: Arial;
font-size: 8;
font-weight: normal;
color: black;
}

table.main 
{
margin: 0 0px;
border-width:2px;
border-style:solid;    
border-color:Darkmagenta;
}

td.main 
{
margin: 0 0px;
border-width:2px;
border-style:solid;    
xborder-color:lightgrey;
border-color:Darkmagenta;
background-color: darkmagenta;
}

td.footer 
{
margin: 0 0px;
border-width:2px;
border-style:solid;    
xborder-color:lightgrey;
border-color:Darkmagenta;
background-color: Darkmagenta;
}

a.normal
{
font-family: Arial;
font-size: 12;
font-weight: bold;
color: white;
}

/* delete this */
div.podxx 
{
border-width:1px;
border-style:solid;    
border-color:Darkseagreen;
padding: 0 9px;
margin: 0 3px;
width: 300px;
background-color: Mintcream;
font-family: Arial;
font-size: 12;
}

td.group
{
background-color: lavender;
}

#lhsstripe {
	background-image: url(i/lhsstripe.gif);
}

#rhsstripe {
	background-image: url(i/rhsstripe.gif);
}

font.PgTitle {
    color: white;
    font-weight: bold;
	 font-family: Arial;
	 font-size: xx-large;
}

.RLHeading {
    color: darkmagenta;
    font-weight: bold;
}

td.PgTop {
    background-color: darkmagenta;
}

#myblog {
	background-color: darkmagenta;
 }
 
 #lixnks {
	background-color: Mediumseagreen;
 }
 
  #links {
	background-color: darkmagenta;
 }

 
 div#leaf1 { 
	xbackground:lightgreen;
	background: lightgreen;
	width: 270px;
	}

div#leaf2 { 
	background:Mediumseagreen;
	width: 240px;
	}

div.padding {
	padding-top: 2px;  /* shouldnt need this but for alignment with google */
	padding-left: 6px;
	padding-right: 2px;
	background: darkmagenta;
}