a, a:visited {
color: #8e8e8e;
font-size: 0.9em;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

a.whiteLink, a.whiteLink:visited {
color: #ffffff;
}

.textRed {
color: #FF0000;
}

#titleBox h1 {
font-size: 0.9em;
color: #ffffff;
font-weight: normal;
text-align: left;
padding:0px;
}

h1.centre {
color: #8e091e;
font-size: 14px;
padding: 10px;
text-align: center;
padding: 20px 0px 0px 10px;
}
h1 {
color: #8e091e;
font-size: 14px;
padding: 10px;
text-align: left;
padding: 20px 0px 0px 10px;
}

h3 {
font-size: 14px;
color: #616161;
text-align: left;
padding: 10px 0px 0px 10px;
}



#rightCol p {
color: #616161;
font-size: 0.8em;
line-height: 17px;
padding: 10px 10px 0px 10px;
}

#rightCol ul {
padding: 0px 10px 0px 30px;
}
#rightCol li {
font-size: 0.9em;
color: #616161;
}

.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
  
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Forms *****/
 
form {
display:inline;
} 
