 
body { 
font-family: Arial, Verdana, sans-serif; 
font-size: 14px; 
colour: #000000;
}

P {color: white;
font-size: 12px;
font-weight: bold;
}

A:link	{color: #ffffff;
        font-weight: bold;
        font-family: Arial;
        font-size: 12px;}
A:visited	{color: #eeffcc;
        font-weight: bold;
        font-family: Arial;
        font-size: 12px;}
A:active	{color: #eeddff;
        font-weight: bold;
        font-family: Arial;
        font-size: 12px;}
A:hover	{color: #ffffff;
        background-color:none;
        font-weight: bold;
        font-family: Arial;
        font-size: 12px;}

H1	{
    font-size: 24px;
     text-align: center;
	 color: #444422;
	 font-family: Veranda;}
H2	{font-weight: bold;
    font-size: 20px;
	 text-align: center;
	 color: #222244;
	 font-family: Arial}
H3	{font-weight: bold;
    font-size: 16px;
	 text-align: center;
	 color: #112233;
	 font-family: Arial}

table, tr, td {
border: 0}

div.trans25 {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:1px solid black; }

a.redbutton{
background: transparent url('gfx/left.gif') no-repeat top left;
display: block;
opacity:.80;
filter: alpha(opacity=80);
float: center;
font: normal 10px Tahoma; /* Change 13px as desired */
font-weight: bold;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.redbutton, a:visited.redbutton, a:active.redbutton{
color: #223311; /*button text color*/
}

a.redbutton span{
background: transparent url('gfx/right.gif') no-repeat top right;
display: block;
opacity:.80;
filter: alpha(opacity=80);
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.redbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.redbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}     
     
   
