/* 01 - links on the left panel******************************************************************/
	a.header:link {
		FONT-FAMILY: Verdana;	COLOR: #4B644B;	FONT-SIZE: 10px;	TEXT-DECORATION: none; text-align: right;
	}
	a.header:active {
		FONT-FAMILY: Verdana;	COLOR: #4B644B;	FONT-SIZE: 10px;	TEXT-DECORATION: bold; text-align: right;	
	}
	a.header:hover {
	FONT-FAMILY: Verdana;
	COLOR: #ffffff;
	FONT-SIZE: 10px;
	font-weight: bold;
	text-align: right; padding-right: 10px;

}
a.header:visited {
			FONT-FAMILY: Verdana;	COLOR: #334C33;	FONT-SIZE: 10px;	TEXT-DECORATION: none; text-align: right;
		}
/* 02 - links contents on home page ******************************************************************************************************/
		a.content:link {
			font-family: Verdana;	font-size: 10px;	color: #666666;		text-decoration: underline;		
		}
		a.content:active {
			font-family: Verdana;	font-size: 10px;	color: #666666;	text-decoration: underline;
		}
		a.content:hover {
			font-family: Verdana;	font-size: 10px;	color: #666666;		text-decoration: none;	
		}
		a.content:visited {
			font-family: Verdana;	font-size: 10px;	color: #666666;		text-decoration: none;	
		}
/* 03 - contents on home page ******************************************************************************************************/
.content {
			font-family: Verdana;	font-size: 10px;	color: #595A61;	
		}
/* 04 - *mark ******************************************************************************************************/
.contentskyblue{
			font-family: Verdana;	font-size: 10px;	color: #00BEC7;		font-weight: bold;
		}
/* 05 - contentbold inside page ******************************************************************************************************/
.contentbold {
			font-family: Verdana;	font-size: 10px;	color: #595A61;	font-weight: bold;
		}
/* 06 - title  home page ******************************************************************************************************/
.titlegreen {
			font-family:   Arial;	font-size: 12px;	color: #00535B;	font-weight: bold;	text-transform: uppercase;
		}
/* 07 - title  inside page ******************************************************************************************************/
.titleblue {
			font-family:  Arial;	font-size: 12px;	color: #00A0B4;	font-weight: bold;	text-transform: uppercase;
		}
/* 08 - txtbox ****************************************************************************************************************/
.txtbox {
			BACKGROUND-COLOR: #FBFFF5;
			border-COLOR: #330099;	BORDER-BOTTOM: #0077A3 1px solid;	BORDER-LEFT: #6952B3 1px solid;	BORDER-RIGHT: #0077A3 1px solid;	BORDER-TOP: #6952B3 1px solid;
			height:20;
			color:#6A6D7C;	text-ailgn:bottom;	font-size: 11px;	font-family: Verdana;
		}
/* 09 - txtboxaddres ****************************************************************************************************************/
.txtboxaddress {
			BACKGROUND-COLOR: #FAFFF1;	border-COLOR: #330099;	BORDER-BOTTOM: #0077A3 1px solid;	BORDER-LEFT: #6952B3 1px solid; BORDER-RIGHT: #0077A3 1px solid;
			BORDER-TOP: #6952B3 1px solid;
			color:#6A6D7C;	text-ailgn:bottom;	font-size: 11px;	font-family: Verdana;	line-height: 13px;
		}
/* 10 - botton *************************************************************************************************************************/
.button {
			BORDER-TOP: colour=#8D0303 1px solid;
			BORDER-LEFT: colour=#8D0303 1px solid;
			BORDER-BOTTOM: colour=#8D0303 1px solid;
			BORDER-RIGHT: colour=#8D0303 1px solid;
			BACKGROUND-COLOR: #2590AD;	border: 0px #FFFFFF solid;	clip: rect( );
			color: #FFFFFF;	font-size: 9px;	letter-spacing: 0px;	font-weight: bold;	height:20;
		}

/* 11 - content of about page ****************************************************************************************************************/
.txt {
			font-family: Verdana;	font-size: 11px;	line-height:20px;	color: #595A61;
		}
/* 12 -  links: content of about page ****************************************************************************************************************/
		a.txt:link {
			font-family: Verdana;	font-size: 11px;	line-height:20px;	color: #595A61;	text-decoration: underline;
		}
		a.txt:active {
			font-family: Verdana;	font-size: 11px;	line-height:20px;	color: #595A61;	text-decoration: underline;
		}
		a.txt:hover {
			font-family: Verdana;	font-size: 11px;	line-height:20px;	color: #595A61;	text-decoration: none;
		}
		a.txt:visited {
			font-family: Verdana;	font-size: 11px;	line-height:20px;	color: #595A61;	text-decoration: none;
		}
/* 13 -  ****************************************************************************************************************/
.imgbr {
			border-left-width: 2px;		border-left-style: solid;		border-left-color: #999999;
			border-bottom-width: 3px;	border-bottom-style: solid;		border-bottom-color: #4D475C;
			border-right-width: 3px; 	border-right-style: solid;		border-right-color: #8D8899;
			border-top-width: 2px;		border-top-style: solid;		border-top-color: #CCCCCC;
		}
/* 14 -  below the photo ****************************************************************************************************************/
		.txtred {
			font-family: Verdana;	font-size: 11px;	line-height:15px;	color: #D1022E;	 	font-weight: bold;
		}
/* 15 -  ****************************************************************************************************************/
a.adminheaderlink:link {
			font-family: Verdana;	font-size: 11px;	line-height:15px;	color: #D1022E;	 	font-weight: bold;	text-decoration: none;
		}
a.adminheaderlink:active {
			font-family: Verdana;	font-size: 11px;	line-height:15px;	color: #D1022E;	 	font-weight: bold;	text-decoration: none;
		}	
a.adminheaderlink:hover {
			font-family: Verdana;	font-size: 11px;	line-height:15px;	color: #D1022E;	 	font-weight: bold;	text-decoration: underline;
		}	
a.adminheaderlink:visited {
			font-family: Verdana;	font-size: 11px;	line-height:15px;	color: #D1022E;	 	font-weight: bold;	text-decoration: none;
		}		
/* 16 -  ****************************************************************************************************************/
		.oddrow	{
			background-color: #FDFCF2;
		}
/* 17 -  ****************************************************************************************************************/
		.evenrow	{
			background-color: #F0F7E7; 
		}
/* 18 - table form ****************************************************************************************/
		.form {
		font-family: Verdana;		font-size: 11px;	font-weight: normal; color: #15617E;
		background-color: #0076A3;
		padding-top: 2px;		padding-left: 2px;		padding-bottom: 2px;
		}
/* 19 -  ****************************************************************************************************************/
		.formtitle {
		font-family: Arial;	font-size: 17px;		font-weight: bold;		color: #888831;
		background-color: #FFFFDE;		text-transform: capitalize;
		padding-top: 5px;		padding-left: 5px;		padding-bottom: 5px;		padding-right: 5px;
		letter-spacing: 1px;		border:0;
		border-top-width: 1px;		border-top-color: #888831;			border-top-style: solid;		
		border-bottom-width: 1px;	border-bottom-color: #888831;		border-bottom-style: solid;
		}
/* 20 -  ****************************************************************************************************************/
		.admintitle {
		font-family: Arial;		font-size: 15px;		font-weight: bold;		color: #2E5C8B;
		background-color: #ffffff;		text-transform: uppercase;		text-align: center; line-height:20px;
		padding-top: 3px;		padding-left: 3px;		padding-bottom: 3px;		padding-right: 3px;
		border-top-width: 0px;			border-top-color: #58D1FF;		border-top-style: solid;
		border-bottom-width: 0px;		border-bottom-color: #0E365F;	border-bottom-style: solid;
		border-right-width: 0px;		border-right-color: #66B8D8;	border-right-style: solid;
		border-left-width: 0px;			border-left-color: #0098D2;		border-left-style: solid;		
		}
/* 21 -  ****************************************************************************************************************/
		.img {
		background-repeat:no-repeat;
		BORDER-TOP: #F5FFA3 1px solid;
		BORDER-LEFT: #F9FFC6 1px solid;
		BORDER-BOTTOM: #C7CF82 1px solid;
		BORDER-RIGHT: #DEE78D 1px solid;
		background-image: url(images/insidepg/bg_actitle_img.gif);
		}
/* 22 -  links: content of about page ****************************************************************************************************************/
		a.txtlist:link {
			font-family: Verdana;	font-size: 11px;	line-height:20px;	color: #7B7E9A;	text-decoration: none;
		}
		a.txtlist:active {
			font-family: Verdana;	font-size: 11px;	line-height:20px;	color: #7B7E9A;	text-decoration: none;
		}
		a.txtlist:hover {
			font-family: Verdana;	font-size: 11px;	line-height:20px;	color: #4B644B;	text-decoration: underline;
		}
		a.txtlist:visited {
			font-family: Verdana;	font-size: 11px;	line-height:20px;	color: #7B7E9A;	text-decoration: none;
		}
/* 23 -  links: content of about page ****************************************************************************************************************/
		a.txtlistbold:link {
			font-family: Verdana;	font-size: 11px;	line-height:20px;	color: #7B7E9A;	text-decoration: underline; font-weight: bold;
		}
		a.txtlistbold:active {
			font-family: Verdana;	font-size: 11px;	line-height:20px;	color: #7B7E9A;	text-decoration: none; font-weight: bold;
		}
		a.txtlistbold:hover {
			font-family: Verdana;	font-size: 11px;	line-height:20px;	color: #4B644B;	text-decoration: underline; font-weight: bold;
		}
		a.txtlistbold:visited {
			font-family: Verdana;	font-size: 11px;	line-height:20px;	color: #7B7E9A;	text-decoration: underline; font-weight: bold;
		}
/* 24 -  links: ****************************************************************************************************************/
		.guidancewhite {
		font-family: Verdana;	font-size: 9px;	font-weight: bold;	color: #FFFFFF;	letter-spacing: 0.2mm;	text-transform: capitalize;
		}
/* 25 -  links: activities pages label ****************************************************************************************************************/
		a.actitle:link {
			font-family: Arial;	font-size: 11px;	color: #D25900;	text-decoration: none;	font-weight: bold; text-transform: uppercase; line-height: 15px;

		}
		a.actitle:active {
			font-family: Arial;	font-size: 11px;	color: #D25900;	text-decoration: none; font-weight: bold; text-transform: uppercase; line-height: 15px;
		}
		a.actitle:hover {
			font-family: Arial;	font-size: 11px;	color: #830085;	text-decoration: none;	font-weight: bold; text-transform: uppercase; line-height: 15px;
			border-top-color: #FF0000; border-top-style: solid; border-top-width: 1px;
			border-bottom-color: #990000; border-bottom-style: solid; border-bottom-width: 1px;
			background-color: #F8FFF1;  padding-left: 0px; padding-right: 0px;
		}
		a.actitle:visited {
			font-family: Arial;	font-size: 11px;	color: #D25900;	text-decoration: none; font-weight: bold; text-transform: uppercase; line-height: 15px;
		}
/* 26 -  table formlink ********************************************************************************************************/
a.adminlink:link {
			font-family: Verdana;		font-size: 11px;	font-weight: normal; color: #0076A3;
			text-decoration: none;	
			}
a.adminlink:active {
			font-family: Verdana;		font-size: 11px;	font-weight: normal; color: #0076A3;
			text-decoration: none;	
			}
a.adminlink:hover {
			font-family: Verdana;		font-size: 11px;	font-weight: normal; color: #0076A3;
			text-decoration: underline;	
			}
a.adminlink:visited {
			font-family: Verdana;		font-size: 11px;	font-weight: normal; color: #0076A3;
			text-decoration: underline;	
			}
/* 26 -   ********************************************************************************************************/
body {
scrollbar-face-color: #2590AD;
scrollbar-highlight-color: #2590AD;
scrollbar-3dlight-color: #2590AD;
scrollbar-darkshadow-color:  #2590AD;
scrollbar-shadow-color: #2590AD;
scrollbar-arrow-color: #260548;
scrollbar-track-color: #F4F4F4;
}
/* 27 ******************************************************************/
.header1 {
	FONT-FAMILY: Verdana;	COLOR: #4B644B;	FONT-SIZE: 10px; font-weight: bold;
		}
/* 28 -  links: content of about page ****************************************************************************************************************/
.formpg {
	font-family: Verdana;
	font-size: 11px;
	line-height:15px;
	color: #595A61;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	}
/* 29 -  below the photo ****************************************************************************************************************/
		.txtredtitle { 
			font-family: Verdana;	font-size: 11px;	line-height:15px;	color: #D1022E;	 	font-weight: normal;
		}
/* 30 - content of about page ****************************************************************************************************************/
.txtpg {
			font-family: Verdana;	font-size: 11px;	
			color: #595A61;
			line-height:17px;				
			padding-top: 8px;		
			padding-bottom: 8px;
		}
/* 31 -  table formlink ********************************************************************************************************/
.adminlink {
		font-family: Verdana;		font-size: 12px;	font-weight: bold; color: #0076A3;
		text-decoration: none;	
			}
/* 22 -  admin view forms ****************************************************************************************************************/
a.viewadminlink:link {
			font-family: Verdana;	font-size: 11px;	color: #7B7E9A;	text-decoration: none;
		}
a.viewadminlink:active {
			font-family: Verdana;	font-size: 11px;	color: #7B7E9A;	text-decoration: none;
		}
a.viewadminlink:hover {
			font-family: Verdana;	font-size: 11px;	color: #4B644B;	text-decoration: underline;
		}
a.viewadminlink:visited {
			font-family: Verdana;	font-size: 11px;	color: #7B7E9A;	text-decoration: none;
		}
/* 21 -  ****************************************************************************************************************/
		.img1 {
		background-repeat:no-repeat;
		BORDER-TOP: #F5FFA3 1px solid;
		BORDER-LEFT: #F9FFC6 1px solid;
		BORDER-BOTTOM: #C7CF82 1px solid;
		BORDER-RIGHT: #DEE78D 1px solid;
		background-image: url(images/insidepg/bg_actitle_img1.gif);
		}
.contentred {
			font-family: Verdana;	font-size: 10px;	color: #D1022E; font-weight:bold;text-decoration: underline	;
		}
.contentgreen {
			font-family: Verdana;	
			font-size: 10px;	
			color: #595A61;	 
			font-weight:bold;
			text-decoration: underline;
		}
		
.membershomepage {
			font-family: Arial, Verdana;	
			font-size: 12px;	
			color: #0E7386;	 
			font-weight:bold;
			text-decoration: none;
		}
		
.membershomepagecontent {
			font-family: Verdana;	
			font-size: 11px;	
			color: #696768;	 
			font-weight:normal;
			text-decoration: none;
			line-height:20px;
		}
		
.membershomepage2 {
			font-family: Arial, Verdana;	
			font-size: 17px;	
			color: #AA0000;	 
			font-weight:bold;
			text-decoration: none;
		}		
.membershomepage3 {
			font-family: Arial, Verdana;	
			font-size: 17px;	
			color: #036883;	 
			font-weight:bold;
			text-decoration: none;
		}		
.printform {
	font-family: Verdana;	font-size: 12px;	line-height:20px;	color: #000000;
}
.membershomepageadd {
			font-family: Verdana;	
			font-size: 11px;	
			color: #696768;	 
			font-weight:normal;
			text-decoration: none;
			line-height:7px;		
			padding-top: 5px;		
			padding-bottom: 5px;
				
	}
	
a.memberemail:link {
			font-family: Verdana;	
			font-size: 11px;	
			color: #696768;	
			text-decoration: none;
		}
a.memberemail:active {
			font-family: Verdana;	
			font-size: 11px;	
			color: #696768;	
			text-decoration: none;
		}
a.memberemail:hover {
			font-family: Verdana;	
			font-size: 11px;	
			color: #696768;	
			text-decoration: underline;
		}
a.memberemail:visited {
			font-family: Verdana;	
			font-size: 11px;	
			color: #696768;	
			text-decoration: none;
		}
		
.invalid {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	background-color: #000066;
	line-height:2px;		
	padding-top: 2px;		
	padding-bottom:2px;
				}	
			
					
			
			
a.magazine:link {
			font-family: Verdana;	
			font-size: 11px;	
			color: #336600;	
			text-decoration: none;
		}
a.magazine:active {
			font-family: Verdana;	
			font-size: 11px;	
			color: #336600;	
			text-decoration: none;
		}
a.magazine:hover {
			font-family: Verdana;	
			font-size: 11px;	
			color: #336600;	
			text-decoration: none;
		}
a.magazine:visited {
			font-family: Verdana;	
			font-size: 11px;	
			color: #336600;	
			text-decoration: none;
		}