/* CSS Document */
body {
	background-image: url(images/fnd.jpg);
	background-color: #086da8;
	background-repeat: repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

h2 /* Strap line */
{
font-size: 13px;
color: #942552;
background:transparent;
font-weight: bold;
line-height: 28px;
width:550px;
margin:0;
padding: 5px 0 0 0;
float:left;
}

h3 /* Page Heading */
{
font-size: 16px;
color: #0a7cb1; /*/#999; */
background:transparent;
font-weight: bold; /*normal;*/
line-height: 20px;
margin: 0;
padding:8px 0 6px 0;
text-transform: uppercase;
}

h4 /* Sub Heading */
{
color: #969696;
background:transparent;
font-size: 12px;
line-height: 18px;
font-weight: bold;
padding:0;
margin:12px 0 8px 0;
}
p, tr, td, th{
color: #333;
font-size: 11px;
font-weight: normal;
line-height: 16px;
padding:0;
margin:0 0 8px 0;
}
.bas{
color: #ffffff;
}