/* © 2005 peace-action 2005 */
/*-------------------------------------------- */


/* standard tag styles */

A.linknav:link {	color: #CC9933;	text-decoration: none;	font-weight: bold;	line-height: 24px;}
A.linknav:hover {	color: #FFFF99;	text-decoration: underline;	font-weight: bold;	line-height: 24px;}			
A.linknav {	color: #CC9933;	text-decoration: none;	font-weight: bold;	line-height: 24px;}				

A.linkSoft:link {	color: #99CC33;	text-decoration: none;	font-weight: bold;}
A.linkSoft:hover {	color: #99FF00;	text-decoration: underline;	font-weight: bold;}			
A.linkSoft {	text-decoration: none;	font-weight: bold;	color: #99CC33;}			

A.linkDark:link {	color: #006666;	text-decoration: underline;}
A.linkDark:hover {	color: #33CC33;	text-decoration: underline;}			
A.linkDark  {	text-decoration: underline;	color: #006666;}			  	
/* -------------------------------------------- */
/* HTML TAGS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}

body.bg-weave {
background-color: #333333; 	background-image: url(../images/bg-weave.gif);	background-repeat: repeat-y; }
body.bg-light {
	background-color: #FFFFFF;
	background-image: url(../images/bg-light.gif);
	background-repeat: repeat-y;
	color: #666666;
}
td.pageText { color:#333333;}

/* -------------------------------------------- */
/* CLASSES defining attributes for blocks of text */
/* -------------------------------------------- */
.tinyText {
	font-size: 10px;
	line-height: 12px;
}
 
.ploose  { line-height: 120%; }
.ptight  { line-height: 90%; }
.indent  { margin-left: 15px}

.headPages {
	font-size: 24px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.hloose {line-height: 120%;}
.headTight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	font-style: italic;
	color: #333366;
}
.headLoose {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 18px;
}

				
/* colours for fonts */

.colContrast  { color: #3333CC;  }
.colLift     { color: #006666;  }
.colSubdue      { color: #999999;  }

/* colours for cell backgrounds with associated text colour */

.cellContrast {background-color: #663333; color: #FFFFFF;}
.cellLift {background-color: #CCCCCC; color: #333333;}
.cellSubdue {background-color: #000000; color: white;}
.cell-clipBG {
	background-image: url(../images/moviePanel.gif);
	background-repeat: no-repeat;
}
.cell-pageBG {
	background-image: url(../images/bg-page.gif);
	background-repeat: repeat-y;
	color: #333333;
}

.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
}
.cell-lightNav {
	background-image: url(../images/bg-lightNav.gif);
}
.cell-clipBBand {
	background-image: url(../images/movieBig.gif);
	background-repeat: no-repeat;
}
