A.navlink:link {color: #333333; text-decoration: underline; }
A.navlink:hover {color: #6699FF; text-decoration: none; }			
A.navlink { color: #333333; text-decoration: underline}

A.linksoft:link {color: #000066; text-decoration: underline}
A.linksoft:hover {color: #6699FF; text-decoration: none }
A.linksoft {color: #000066; text-decoration: underline}   
  				
  	
/* -------------------------------------------- */
/* HTML TAGS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin-top: 0px;
	color: #555555;
}

body.bgcolor {	background-color: #6666CC; }

.bgLeftTile {	background-image:  url("../images/bgTile-left.gif");	background-repeat: repeat-y;}
.bgRightTile {	background-image:  url("../images/bgTile-right.gif");	background-repeat: repeat-y;}
.bgbanner {	background-color: #CC9900;	background-image:  url("../images/rbmBTile.gif");	background-repeat: repeat-x;}
.bgWMTile {
	background-color: #FFFFFF;
	background-image:  url("../images/bgTile-wmark.gif");
	background-repeat: repeat-y;
	background-position: center top;
}

h1 {
	font-size: 24px;
	line-height: 26px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 30px;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h4 {
	font-size: 36px;
	line-height: 30px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h5 {
	font-size: 36px;
	line-height: 30px;
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

/* -------------------------------------------- */
/* CLASSES defining attributes for blocks of text */
/* -------------------------------------------- */
.tinyText {	font-size: 10px;}
 
p.ploose  { line-height: 30px; }
p.ptight  { line-height: 14px; }
.indentBIG  { margin-left: 50px; }
.indentSM {	margin-left: 15px; }
.boldItalic  {	font-style: italic;	font-weight: bold;}
				
/* colours for fonts */
.col-difference     {	color: #009999;}
.cellWhite {	background-color: #FFFFFF;}
.col-Theme1 {color: #6666FF;}
.col-Theme2 {color: #996600;}
.col-Alert {color: #FF0000;
}


hr.fine {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #996666;
}
