
		body {
			background-color: #669966;
			margin: 0px 0px;
		}  	

		body, p, td, li, ul, ol {

			color:#000000 ; 
			font-family: Verdana, Arial ; 
			font-size: 11px;
			font-weight:normal; 
			line-height:14px;			
		}


		a { color:blue ; }
		a:active { color:blue ; }
		a:visited { color:blue ; }
	  	a:hover { color:red ; }



		.prominent_text
		{
			color:#762132 ;
			font-family: Verdana; 
			font-size:11pt ; 
			font-weight:bold;
		}

		.prominent_text2
		{
			color:#CD295B;
			font-family: Verdana; 
			font-size:11pt ; 
			font-weight:bold;
			background: #E5D1D1;
		}

		.tabletitle
		{
			color:#FFFFFF ;
			font-family: Verdana, Arial; 
			font-size:10pt ; 
			font-weight:bold;
		}


		.synchro_link
		{
			color:#669966 ;
			font-family: Verdana; 
			font-size:8pt ; 
			font-weight:bold;
		}


		A.synchro_link, A.synchro_link:visited
		{
			color:#0000FF ; 
			font-family: Verdana; 
			font-size:8pt ; 
			font-weight:normal;
		}


		A.synchro_link:hover
		{
			color:#FF0000 ; 
			font-family: Verdana; 
			font-size:8pt ; 
			font-weight:normal;
		}

		.errortext
		{
			color:#FF0000 ;
			font-family: Verdana; 
			font-size:8pt ; 
			font-weight:bold;
		}

		.field_note
		{
			color:#FF3333 ;
			font-family: Verdana; 
			font-size:8pt ; 
			font-weight:normal;
		}

		.notes
		{
			color:#FF3333 ;
			font-family: Verdana; 
			font-size:7.5pt ; 
			font-weight:normal;
		}

	 	.navlink {
		 	color:#FFFFFF;
	 	}

		A.navlink, A.navlink:visited
		{
			color:#FFFFFF ; 
			font-family: Verdana; 
			font-size:8pt ; 
			font-weight:normal;
			text-decoration:none;
		}

		A.navlink:hover
		{
			color:#FFCCCC ; 
			font-family: Verdana; 
			font-size:8pt ; 
			font-weight:normal;
			text-decoration:none;
		}


		.tinytext
		{
			color:#EA2D31 ;
			font-family: Verdana; 
			font-size:6.5pt ; 
			font-weight:normal;
		}

		.sub_heading
		{
			color:#FF0000 ;
			font-family: Verdana; 
			font-size:8pt ; 
			font-weight:bold;
		}


		.text_lkr
		{
			color:#FF6600 ;
			font-family: Verdana; 
			font-size:11pt ; 
			font-weight:normal;
		}
		.text_usd
		{
			color:#0000CC ;
			font-family: Verdana; 
			font-size:11pt ; 
			font-weight:normal;
		}
		.text_gbp
		{
			color:#DF0000 ;
			font-family: Verdana; 
			font-size:11pt ; 
			font-weight:normal;
		}
		.text_eur
		{
			color:#008A2D ;
			font-family: Verdana; 
			font-size:11pt ; 
			font-weight:normal;
		}
		.text_eur_small
		{
			color:#008A2D ;
			font-family: Verdana; 
			font-size:8pt ; 
			font-weight:normal;
			font-style: italic;
		}
		.text_gbp_small
		{
			color:#DF0000 ;
			font-family: Verdana; 
			font-size:8pt ; 
			font-weight:normal;
			font-style: italic;
		}
		.text_usd_small
		{
			color:#0000CC ;
			font-family: Verdana; 
			font-size:8pt ; 
			font-weight:normal;
			font-style: italic;
		}

		td.cell_off {
			background: #CCCCCC;
		}

		
		.smalltext {
			color:#000000 ;
			font-family: Verdana; 
			font-size:7pt ; 
			font-weight:normal;
		}


		.helplink
		{
			color:#0000FF;
			font-family: Verdana; 
			font-size:7.5pt ; 
			font-weight:normal;
			background: #DBE3E4;
			padding: 2px 1em 1px 1em;
		}

		A.helplink, A.helplink:visited
		{
			color:#0000FF;
			font-family: Verdana; 
			font-size:7.5pt ; 
			font-weight:normal;
			background: #DBE3E4;
			text-decoration: none;
		}

		A.helplink:hover
		{
			color:#FF0000;
			font-family: Verdana; 
			font-size:7.5pt ; 
			font-weight:normal;
			background: #DBE3E4;		
			text-decoration: none;
		}


	/******* database *******/

	.confirm_fail {
		background: #E7E7E7;
		color: #FF0000;
		font-size: 12pt;
		font-weight: bold;
		padding: 10px 5px;
		margin: 10px 0px;
		line-height: normal;
	}

	.success {
		background: #E7E7E7;
		color: #306630;
		font-size: 11pt;
		font-weight: bold;
		padding: 10px 5px;
		margin: 10px 0px;
		line-height: normal;
	}