body{
font-size:.8em;
color:#666666;
font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
text-align:Left;
background-color:#fff
}

bodyfixed{
font-size:11pt;
color:#666666;
font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
text-align:Left;
background-color:#fff
}




table, tr, td, th
{
font-size:1em;
color:#666666;
background-color:#fff;
vertical-align: top;
border-collapse: collapse;
padding: 3px;
border:1px solid;
}





/* For Bold body type eg First paragra*/
.textBold{
font-weight:bold
}

.title{
color:#cc3333;
font-weight:bold;
}

.red{
color:#cc3333;
}


.smaller{
font-size:.9em;
color:#666666;
font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
text-align:Left;
background-color:#fff
}

.smallbold{
font-weight:bold;
font-size:.9em;
color:#666666;
font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
text-align:Left;
background-color:#fff
}

.smallerbold{
font-weight:bold;
font-size:.7em;
color:#666666;
font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
text-align:Left;
background-color:#fff
}

.vsmall{
font-size:.7em;
color:#666666;
font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
text-align:Left;
background-color:#fff
}

.cleartext{
clear:left;
padding:15px 0 10px 0
}


.italic{
font-style:italic
}

/* Clear left*/
.clear{
clear:left;
padding:10px 0 0 0
}

/* Use for headings on Sector pages eg first level pages*/
h1{
font-size:1em;
font-weight:bold;
color:#cc3333;
margin-bottom:2px;
}

/* Use for pop up titles opening page*/
.hfixedbold { color: #cc3333; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; background-color: white; text-align: left }

.hfixed { color: #666666; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; background-color: white; text-align: left }
/* Use for headings individual project pages eg Project, Location, Date and descriptive bit eg second level pages Very simialar to H1 but better in terms of accessibility*/
h2{
font-size:1em;
font-weight:bold;
color:#cc3333;
margin:1px;
}

/* Use for headings individual project pages eg Project, Location, Date and descriptive bit eg second level pages if needs to be greyand bold*/
.greyBold{
color:#666666;
font-weight:bold
}

/* Use for headings individual project pages pages- this is a span to style the descriptive bit*/
.subheading{
font-size:1em;
font-weight:normal;
color:#cc3333;
margin-bottom:2px;
}

/* Use for italicised quotes*/
.quote{
font-size:1em;
font-weight:normal;
font-style:italic;
color:#666666;
}

/* Use for small italicised quotes*/
.quotesmall{
font-size:.7em;
font-weight:normal;
font-style:italic;
color:#666666;
}

/* Use for subscript*/
.ss{
font-size:.9em;
vertical-align: sub;
line-height: 1.5em;
color:#666666;
}


a:link{ 
color: #666666;
font-weight: bold;
text-decoration: none
}

a:visited{
color: #666666;
font-weight: bold;
text-decoration: none
} 

a:hover{
color: #cc3333; 
font-weight: bold;
text-decoration: underline
}

a:active{
color: #cc3333;
font-weight: bold;
text-decoration: none
}
/*end pseudo class for likns*/


.borderRed { 
cursor: pointer;
border: solid 1px #f00 
}

.borderWhite { 
border: solid 1px #fff 
}

.linkRed {
color: #c33;
font-weight: bold;
text-decoration: underline
 }
 
.linkRed a:link{ 
color: #c33; 
font-weight: bold;
text-decoration: underline
}

.linkRed a:visited {
color: #c33;
font-weight: bold; 
text-decoration: underline 
}

.linkRed a:hover{ 
color: #666666; 
font-weight: bold;
text-decoration: underline
}

.select { 
color: #666666;
font-size: 105%; 
font-weight: bold; 
}
 
 .selectHlt {
color: #cc3333;
font-weight: bold;
text-decoration: underline; 
cursor: pointer 
}
/* to use when denoting the EDN*/
.edn{color: #F60}
.ednBold{color: #F60;
 font-weight: bold}


