/*   REDHERRING stylesheet    */

/* BODY */
body
{
	background-image : url("/furniture/20050203_nav_redstripe.gif");
	background-repeat : repeat-y;
	background-position : left;
}

/* END BODY */
/* Header */
.header
{
	background-image: url("/furniture/grey_stripe.gif");
	background-position : left;
	background-repeat : repeat-y;
}
.header td
{ 
font-size: 10px;
color: #999999;
font-weight: bold;

 }
/* END Header */
/* Footer */
.footer, .footer p
{
font-size : 10px;
margin-top : 5px;
margin-bottom : 5px;
color : #aaa;
margin-left : 20px;
margin-right : 15px;
}
.footer a
{ 
color : #aaa;
}

.footer a:hover
{ 
color : #000000;
}
/* END Footer */

/* Nav Start */
#navrollover a
{
	height : 46px;
	text-decoration: none;
}

#navrollover div a {
	font-size: 12px;
	padding: 0px 5px 0px 25px;
	text-align: left;
	color: white;
	background-image : url("/furniture/20050203_nav_off.gif");
	background-repeat : no-repeat;
	display : block;
}

#navrollover div a:hover {
	background-image : url("/furniture/20050203_nav_over.gif");
	background-repeat : no-repeat;
	color: white;
	display : block;
}

#navrollover .emphasis {
	font-size: 12px;
	padding: 0px 5px 0px 28px;
	text-align: left;
	color: black;
	background-image : url("/furniture/20050203_nav_on.gif");
	background-repeat : no-repeat;
	display : block;
}

#navrollover a:hover.emphasis {
	background-image : url("/furniture/20050203_nav_on_over.gif");
	color: black;
}



.navbackground
{
	background-image : url("/furniture/nav_bg1.gif");
	background-position : bottom;
	background-repeat : no-repeat;
}

/* nav end */

/* General */


.large {
	font-size: 16px;
}

.blanktable table, .blanktable td{
	background-image: none;
	background-color : transparent;
	font-size: 11px;
}


.maincontent th
{
	background-image : url("/furniture/titles_greyback.gif");
	background-repeat : repeat-y;
	background-position : left;
	text-align : left;
}
.maincontent td
{
	background-image : url("/furniture/yellow_blend.gif");
	background-repeat : repeat-y;
	background-position : left;
	text-align : left;
}
.maincontent p
{
	font-size : 11px;
}
.rhs
{
	background-image : url("/furniture/rhs_grey_box.gif");
	background-repeat : no-repeat;
	background-position : top;
}
.rhs p
{
margin-left: 13px;
margin-right: 8px;
 }
 
.rhs h1
{
margin-left: 13px;
margin-right: 3px;
 }
 
.rhs h1
{
margin-top: 10px;
margin-bottom: 7px;
 }
.rhs p
{
margin-top: 5px;
margin-bottom: 0px;
 }

.date
{ 
color: black;
 }

form, input, textarea, select
{

	margin: 3px 0px 3px 0px;
	font-size : 12px;
}

input, textarea, select
{
border: 1px solid black;
color: Black;
background-color : White;
}

p, td, body, li, ul {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #000000;
}
h1 {
font-size: 16px;
font-weight : bold;
margin-top : 20px;
margin-bottom : 0px;
font-style : normal;
color : #444444;
}
h2 {
font-size: 14px;
font-weight : bold;
margin-top : 15px;
margin-bottom : 0px;
color: #aaaaaa;
}

h6 {
font-size: 11px;
font-weight : bold;
margin-top : 16px;
margin-bottom : 3px;
padding: 0px 5px 0px 0px;
}

.big { 
font-size: 18px;
font-weight: normal;
}

p {
font-size: 11px;
padding: 0px 0px 0px 0px;
margin-top : 15px;
margin-bottom : 0px;
}
#content p, #content h1, #content h2, #content h5, #content h6, #content .footer p, .date p, #content .strapline p, .footer p, #content form {
margin-left : 20px;
margin-right : 15px;
}

#content ul li {
font-size: 11px;
 }

.blackborder {
border: 1px solid black;
}

a {
text-decoration: none;
font-weight : bold;
color: black;

}
a:hover {
text-decoration: underline;
color : Red;
}
li {
font-size: 12px;
}
ul { margin-top: 2px; margin-bottom: 2px; }

h5 {
font-size: 1.2em;
font-style: italic;
font-weight: 100;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #ffffff;
margin-bottom: 3px;
margin-top:2px;
}
.rhs .rhssection { color:  #999999; }
/* END General */
