
/* --- Styles for General Tags ----------------------------------------------------------------------- */
	/*
	.back {
		background-image: url(../layout/images/bg.gif);
		background-repeat: repeat-x;
	}
	*/
	body {
	/*	margin: 0px; */
		padding: 0px;
		background-color: #FFFFFF;
	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7.5pt;
		line-height: 8px;	
		color: #6F6F6F;	
	/*
		scrollbar-base-color: #F0EEEF;
		scrollbar-arrow-color: #112C4E;
		scrollbar-face-color: #C8C8C8;
		scrollbar-highlight-color: #F0EEEF;
		scrollbar-3dlight-color: #DADADA;
		scrollbar-darkshadow-color: #112C4E;
		scrollbar-shadow-color: #DADADA;
	*/
	}
	
	form {
		margin: 0px;
		border: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7.5pt;
		color: #6F6F6F;	
	}
	input, textarea, select, option {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7.5pt;
	}
	
	.resetheights	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7.5pt;
		line-height: 12px;
		color: #6F6F6F;
	}
	.zeroheights	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0pt;
		line-height: 0pt;
		color: #6F6F6F;
	}


/* --- General Styles ----------------------------------------------------------------------- */

	.pagetext
	{	
		color: #6F6F6F;	
		text-align: none;
	}
	
	.blocktext
	{	
		color: #6F6F6F;	
		text-align: none;
	}
	
	.memberloginboxtext
	{	
		color: #6F6F6F;	
		text-align: none;
	}
	
	.forgotpasswordtext
	{	
		color: #6F6F6F;	
		text-align: none;
	}
	.forgotpasswordtext a:link, .forgotpasswordtext a:visited	{
		color: #FF7800;
		text-decoration: none;
		font-weight: normal;
	}
	.forgotpasswordtext a:hover, .forgotpasswordtext a:active	{
		color: #FF0000;
		text-decoration: none;
	}

/* --- Styles for Page Topic ----------------------------------------------------------------------- */

  .PageTopic {
    margin: 0px;
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
  }


/* --- Styles for Search Box ----------------------------------------------------------------------- */

	.SearchBox	{
		color: #010101;
	}

	.SearchBox .Label	{
		color: #6F6F6F;
		font-weight: bold;
	}

	.SearchBox form {
		margin: 0px;
		border: 0px;
		font-size: 10px;
	}
	.SearchBox input {
		height: 16px;
		font-size: 10px;
		border: 1 solid;
		border-color: #3F3F37 #C1CFD0 #96A4AD #5C5C5C;
	}


/* --- Styles for Top Menu Bar ----------------------------------------------------------------------- */

  .TopMenu {
		line-height: 12px;
		color: #6F6F6F;
		font-weight: normal;
  }
	.TopMenu a:link, .TopMenu a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.TopMenu a:hover, .TopMenu a:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.TopMenu .emphasis a:link, .TopMenu .emphasis a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.TopMenu .emphasis a:hover, .TopMenu .emphasis a:active	{
		color: #6F6F6F;
		text-decoration: none;
	}


/* --- Styles for Bottom Menu Bar ----------------------------------------------------------------------- */

  .BottomMenu {
		line-height: 12px;
		color: #6F6F6F;
		font-weight: normal;
  }
	.BottomMenu a:link, .BottomMenu a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.BottomMenu a:hover, .BottomMenu a:active	{
		color: #7CB020;
		text-decoration: none;
	}


/* --- Styles for Language Bar ----------------------------------------------------------------------- */

/*
  .LanguageBar {
		line-height: 12px;
		color: #008551;
		font-weight: normal;
  }
	.LanguageBar a:link, .LanguageBar a:visited	{
		color: #008551;
		text-decoration: none;
		font-weight: normal;
	}
	.LanguageBar a:hover, .LanguageBar a:active	{
		color: #E82123;
		text-decoration: none;
	}
	.LanguageBar .selected	{
		color: #E82123;
		font-weight: normal;
	}
*/


/* --- Styles for Main Menu ----------------------------------------------------------------------- */


  .MainMenu {
		line-height: 12px;
		color: #4D7900;
		font-weight: normal;
  }

	.MainMenu a.L1:link, .MainMenu a.L1:visited	{
		color: #4D7900;
		text-decoration: none;
		font-weight: normal;
	}
	.MainMenu a.L1:hover, .MainMenu a.L1:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.MainMenu a.L1_sel:link, .MainMenu a.L1_sel:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.MainMenu a.L1_sel:hover, .MainMenu a.L1_sel:active	{
		color: #4D7900;
		text-decoration: none;
	}

  .MainMenu .L1_sel {
		color: #9D1255;
		font-weight: normal;
  }
	
	/* for Members */
	.MainMenu a.L1_member:link, .MainMenu a.L1_member:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
	}
	.MainMenu a.L1_member:hover, .MainMenu a.L1_member:active	{
		color: #022965;
		text-decoration: none;
	}

	.MainMenu a.L1_member_sel:link, .MainMenu a.L1_member_sel:visited	{
		color: #D31F1F;
		text-decoration: none;
		font-weight: normal;
	}
	.MainMenu a.L1_member_sel:hover, .MainMenu a.L1_member_sel:active	{
		color: #022965;
		text-decoration: none;
	}

  .MainMenu .L1_member_sel {
		color: #D31F1F;
		font-weight: normal;
  }


/* --- Styles for Submenu ----------------------------------------------------------------------- */


  .Submenu {
		line-height: 12px;
		color: #4D7900;
		font-weight: normal;
  }

	.Submenu a.L2:link, .Submenu a.L2:visited	{
		color: #4D7900;
		text-decoration: none;
		font-weight: normal;
	}
	.Submenu a.L2:hover, .Submenu a.L2:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.Submenu a.L2_sel:link, .Submenu a.L2_sel:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.Submenu a.L2_sel:hover, .Submenu a.L2_sel:active	{
		color: #4D7900;
		text-decoration: none;
	}
	
  .Submenu .L2_sel {
		color: #9D1255;
		font-weight: normal;
  }
/* Submenu for members menu */

	.Submenu a.L2_member:link, .Submenu a.L2_member:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
	}
	.Submenu a.L2_member:hover, .Submenu a.L2_member:active	{
		color: #D31F1F;
		text-decoration: none;
	}

	.Submenu a.L2_member_sel:link, .Submenu a.L2_member_sel:visited	{
		color: #D31F1F;
		text-decoration: none;
		font-weight: normal;
	}
	.Submenu a.L2_member_sel:hover, .Submenu a.L2_member_sel:active	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
  .Submenu .L2_member_sel {
		color: #D31F1F;
		font-weight: normal;
  }



/* --- Styles for Sub of Submenu ----------------------------------------------------------------------- */


  .SubofSubMenu {
		line-height: 12px;
		color: #4D7900;
		font-weight: normal;
  }

	.SubofSubMenu a.L3:link, .SubofSubMenu a.L3:visited	{
		color: #4D7900;
		text-decoration: none;
		font-weight: normal;
	}
	.SubofSubMenu a.L3:hover, .SubofSubMenu a.L3:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.SubofSubMenu a.L3_sel:link, .SubofSubMenu a.L3_sel:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.SubofSubMenu a.L3_sel:hover, .SubofSubMenu a.L3_sel:active	{
		color: #4D7900;
		text-decoration: none;
	}
	
  .SubofSubMenu .L3_sel {
		color: #9D1255;
		font-weight: normal;
  }
/* for members *. */

	.SubofSubMenu a.L3_member:link, .SubofSubMenu a.L3_member:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
	}
	.SubofSubMenu a.L3_member:hover, .SubofSubMenu a.L3_member:active	{
		color: #D31F1F;
		text-decoration: none;
	}

	.SubofSubMenu a.L3_member_sel:link, .SubofSubMenu a.L3_member_sel:visited	{
		color: #D31F1F;
		text-decoration: none;
		font-weight: normal;
	}
	.SubofSubMenu a.L3_member_sel:hover, .SubofSubMenu a.L3_member_sel:active	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
  .SubofSubMenu .L3_member_sel {
		color: #D31F1F;
		font-weight: normal;
  }



/* --- Styles for Breadcrumbs Bar ----------------------------------------------------------------------- */

  .BreadcrumbsBar {
		font-size: 7pt;
		line-height: 9px;
		color: #8EAB5C;
		font-weight: normal;
  }
	.BreadcrumbsBar a:link, .BreadcrumbsBar a:visited	{
		font-size: 7pt;
		line-height: 9px;
		color: #8EAB5C;
		text-decoration: none;
		font-weight: normal;
	}
	.BreadcrumbsBar a:hover, .BreadcrumbsBar a:active	{
		font-size: 7pt;
		line-height: 9px;
		color: #9D7900;
		text-decoration: none;
	}
	.BreadcrumbsBar a.selected	{
		font-size: 7pt;
		line-height: 9px;
		color: #8EAB5C;
		font-weight: bold;
	}



/* --- Styles for Page Tool Bar -------------------------------------------------------------------- */

  .PageToolBar {
    margin: 0px;
		color: #81745B;	
		font-weight: normal;
  }
	.PageToolBar a:link, .PageToolBar a:visited	{
		color: #81745B;
		text-decoration: none;
		font-weight: normal;
	}
	.PageToolBar a:hover, .PageToolBar a:active	{
		color: #6F6F6F;
		text-decoration: none;
	}

/* -------------------------------------------------------------------------------------------------- */
/* --- Styles for Content Blocks (Templates) --------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */


/* --- Styles for Feature Article Block ----------------------------------------------------------------------- */

  .BlockFA {
    margin: 0px;
  }
  .BlockFA .body {
		color: #FFFFFF;
    margin: 0px;
  }
  .BlockFA .header {
		color: #FFEE5C;
		font-size: 11px;
    margin: 0px;
		font-weight: bold;
  }

	.BlockFA a:link, .BlockFA a:visited	{
		color: #6F6F6F;
		text-decoration: none;
	}
	.BlockFA a:hover, .BlockFA a:active	{
		color: #6F6F6F;
		text-decoration: none;
	}

	.BlockFA .more a:link, .BlockFA .more a:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	.BlockFA .more a:hover, .BlockFA .more a:active	{
		color: #C3A463;
		text-decoration: none;
	}

	.BlockFA .header a:link, .BlockFA .header a:visited	{
		color: #FFEE5C;
		text-decoration: none;
		font-weight: bold;
	}
	.BlockFA .header a:hover, .BlockFA .header a:active	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}

  .BlockFA .title {
		color: #6F6F6F;
    margin: 0px;
		font-weight: bold;
  }
	.BlockFA .title a:link, .BlockFA .title a:visited	{
		color: #6F6F6F;
		font-weight: bold;
		text-decoration: none;
	}
	.BlockFA .title a:hover, .BlockFA .title a:active	{
		color: #009836;
	}
  
/* --- Styles for Feature Article 02 Block ----------------------------------------------------------------------- */

  .Block02FA {
    margin: 0px;
  }
  .Block02FA .body {
		color: #6F6F6F;
    margin: 0px;
  }
  .Block02FA .header {
		color: #FFFFFF;
		font-size: 11px;
    margin: 0px;
		font-weight: bold;
  }

	.Block02FA a:link, .Block02FA a:visited	{
		color: #6F6F6F;
		text-decoration: none;
	}
	.Block02FA a:hover, .Block02FA a:active	{
		color: #6F6F6F;
		text-decoration: none;
	}

  .Block02FA .more {
		font-size: 10px;
		color: #FF7800;
    margin: 0px;
		font-weight: normal;
  }
	.Block02FA .more a:link, .Block02FA .more a:visited	{
		color: #FF7800;
		text-decoration: none;
		font-weight: normal;
	}
	.Block02FA .more a:hover, .Block02FA .more a:active	{
		color: #FF0000;
		text-decoration: none;
	}

	.Block02FA .header a:link, .Block02FA .header a:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	.Block02FA .header a:hover, .Block02FA .header a:active	{
		color: #7CB020;
		text-decoration: none;
		font-weight: bold;
	}

  .Block02FA .title {
		color: #6F6F6F;
    margin: 0px;
		font-weight: bold;
  }
	.Block02FA .title a:link, .Block02FA .title a:visited	{
		color: #6F6F6F;
		font-weight: bold;
		text-decoration: none;
	}
	.Block02FA .title a:hover, .Block02FA .title a:active	{
		color: #7CB020;
	}
  
/* --- Styles for Events (Internal Feed) Block ----------------------------------------------------------------------- */

  .BlockInternalFeed {
    margin: 0px;
		color: #6F6F6F;
  }

  .BlockInternalFeed .normal {
    margin: 0px;
  }
  .BlockInternalFeed .header {
		color: #FFFFFF;
    margin: 0px;
		font-weight: bold;
		font-size: 9px;
  }
  .BlockInternalFeed .title {
		color: #FF7800;
    margin: 0px;
		font-weight: bold;
  }

  .BlockInternalFeed .date {
		color: #6F6F6F;
    margin: 0px;
		font-weight: bold;
  }
	.BlockInternalFeed a:link, .BlockInternalFeed a:visited	{
		color: #6F6F6F;
		text-decoration: none;
	}
	.BlockInternalFeed a:hover, .BlockInternalFeed a:active	{
		color: #6F6F6F;
		text-decoration: none;
	}
  .BlockInternalFeed .label {
		color: #CE0000;
    margin: 0px;
		font-weight: normal;
  }
	.BlockInternalFeed .header a:link, .BlockInternalFeed .header a:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	.BlockInternalFeed .header a:hover, .BlockInternalFeed .header a:active	{
		color: #010101;
		text-decoration: none;
		font-weight: bold;
	}

	.BlockInternalFeed .title a:link, .BlockInternalFeed .title a:visited	{
		color: #FF7800;
		font-weight: bold;
		text-decoration: none;
	}
	.BlockInternalFeed .title a:hover, .BlockInternalFeed .title a:active	{
		color: #FF0000;
	}
  .BlockInternalFeed .more {
		color: #FF7800;
    margin: 0px;
		font-weight: normal;
  }
	.BlockInternalFeed .more a:link, .BlockInternalFeed .more a:visited	{
		color: #FF7800;
		text-decoration: none;
	}
	.BlockInternalFeed .more a:hover, .BlockInternalFeed .more a:active	{
		color: #FF0000;
		text-decoration: none;
	}
/*
	.BlockInternalFeed a.subtitle:link, .BlockInternalFeed a.subtitle:visited	{
		color: #757575;
		text-decoration: none;
	}
	.BlockInternalFeed a.subtitle:hover, .BlockInternalFeed a.subtitle:active	{
		color: #475365;
		text-decoration: none;
	}
*/

/* --- Styles for Events (Internal Feed 02) Block  ----------------------------------------------------------------------- */

  .BlockInternalFeed02 {
    margin: 0px;
		color: #6F6F6F;
  }

  .BlockInternalFeed02 .normal {
    margin: 0px;
  }
  .BlockInternalFeed02 .header {
		color: #FFFFFF;
    margin: 0px;
		font-weight: bold;
		font-size: 9px;
  }
  .BlockInternalFeed02 .title {
		color: #6F6F6F;
    margin: 0px;
		font-weight: normal;
  }

  .BlockInternalFeed02 .date {
		color: #9D1255;
    margin: 0px;
		font-weight: normal;
  }
	
	.BlockInternalFeed02 a:link, .BlockInternalFeed02 a:visited	{
		color: #6F6F6F;
		text-decoration: none;
	}
	.BlockInternalFeed02 a:hover, .BlockInternalFeed02 a:active	{
		color: #6F6F6F;
		text-decoration: none;
	}

	.BlockInternalFeed02 .title a:link, .BlockInternalFeed02 .title a:visited	{
		color: #6F6F6F;
		font-weight: normal;
		text-decoration: none;
	}
	.BlockInternalFeed02 .title a:hover, .BlockInternalFeed02 .title a:active	{
		color: #7CB020;
	}
 /* --- Styles for Links Block ----------------------------------------------------------------------- */

  .BlockLinks {
    margin: 0px;
		color: #6F6F6F;
  }

  .BlockLinks .body {
		color: #FFFFFF;
    margin: 0px;
  }
  .BlockLinks .normal {
    margin: 0px;
  }
  .BlockLinks .header {
		color: #FFFFFF;
    margin: 0px;
		font-weight: bold;
		font-size: 9;
  }

	.BlockLinks a:link, .BlockLinks a:visited	{
		color: #6F6F6F;
		text-decoration: none;
	}
	.BlockLinks a:hover, .BlockLinks a:active	{
		color: #6F6F6F;
		text-decoration: none;
	}

  .BlockLinks .more {
		color: #FF7800;
    margin: 0px;
		font-weight: normal;
  }
	.BlockLinks .more a:link, .BlockLinks .more a:visited	{
		color: #FF7800;
		text-decoration: none;
	}
	.BlockLinks .more a:hover, .BlockLinks .more a:active	{
		color: #FF0000;
		text-decoration: none;
	}

	.BlockLinks .header a:link, .BlockLinks .header a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.BlockLinks .header a:hover, .BlockLinks .header a:active	{
		color: #010101;
		text-decoration: none;
		font-weight: bold;
	}

  .BlockLinks .title {
		color: #6F6F6F;
    margin: 0px;
		font-weight: normal;
  }
	.BlockLinks .title a:link, .BlockLinks .title a:visited	{
		color: #6F6F6F;
		font-weight: normal;
	}
	.BlockLinks .title a:hover, .BlockLinks .title a:active	{
		color: #FF7800;
	}

/*
	.BlockLinks .subtitle a:link, .BlockLinks .subtitle a:visited	{
		color: #010101;
		text-decoration: none;
	}
	.BlockLinks .subtitle a:hover, .BlockLinks .subtitle a:active	{
		color: #AA0050;
		text-decoration: none;
	}
*/


/* --- Styles for Print this Page Tool -------------------------------------------------------------------- */

  .PrintPage {
    margin: 0px;
  }
  .PrintPage .header {
		color: #FFFFFF;	
		font-weight: bold;
		font-size: 10px;
  }
	.PrintPage .toptext	{
		font-size: 9px;
		color: #FFFFFF;
		font-weight: none;
	}

	.PrintPage .toptext a:link, .PrintPage .toptext a:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: none;
	}
	.PrintPage .toptext a:hover, .PrintPage .toptext a:active	{
		color: #F3D400;
		text-decoration: none;
	}

/* --- Styles for Email this Page Tool -------------------------------------------------------------------- */

  .EmailPage {
    margin: 0px;
  }

  .EmailPage .header {
		color: #6F6F6F;	
		font-weight: bold;
		font-size: 10px;
  }
  .EmailPage .pagelink {
		color: #699F0B;	
 		font-size: 10px;
 }
  .EmailPage .pagelabels {
		color: #6F6F6F;	
		font-weight: bold;
 		font-size: 10px;
 }
  .EmailPage .pagetext {
		color: #6F6F6F;	
 		font-size: 10px;
 }
	.EmailPage .topbtn	{
		font-size: 9px;
		color: #FFFFFF;
		font-weight: bold;
	}

	.EmailPage .topbtn a:link, .EmailPage .topbtn a:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	.EmailPage .topbtn a:hover, .EmailPage .topbtn a:active	{
		color: #F3D400;
		text-decoration: bold;
	}
/* -------------------------------------------------------------------------------------------------- */
/* --- Styles for Content Pages (Templates) --------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --- Styles for Member Page ----------------------------------------------------------------------- */

  .MemberPage {
    margin: 0px;
		font-size: 10px;
  }
  
	.MemberPage .header	{
		color: #6F6F6F;
    margin: 0px;
		font-weight: normal;
		font-size: 12px;
	}
	
	.MemberPage .title	{
		font-size: 10px;
		color: #FF7800;
		font-weight: bold;
	}
	.MemberPage .title a:link, .MemberPage .title a:visited	{
		color: #FF7800;
		text-decoration: none;
		font-weight: bold;
	}
	.MemberPage .title a:hover, .MemberPage .title a:active	{
		color: #FF0000;
	}

	.MemberPage .message	{
		font-size: 10px;
		color: #6F6F6F;
	}

/* --- Styles for Search Page ----------------------------------------------------------------------- */

  .SearchPage {
    margin: 0px;
		font-size: 10px;
  }
  
	.SearchPage .header	{
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
		font-size: 12px;
	}
	
	.SearchPage a:link, .SearchPage a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.SearchPage a:hover, .SearchPage a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}
	.SearchPage .title	{
		font-size: 10px;
		color: #699F0B;
		font-weight: bold;
	}
	.SearchPage .title a:link, .SearchPage .title a:visited	{
		color: #699F0B;
		text-decoration: none;
		font-weight: bold;
	}
	.SearchPage .title a:hover, .SearchPage .title a:active	{
		color: #9D1255;
	}

	.SearchPage .message	{
		font-size: 10px;
		color: #9D1255;
	}

	.SearchPage input {
		height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 1 solid;
		border-color: #3F3F37 #C1CFD0 #96A4AD #5C5C5C;
	}

	.SearchPage .nav	{
		color: #6F6F6F;
		font-weight: bold;
	}
	.SearchPage .nav a:link, .SearchPage .nav a:visited	{
		color: #6F6F6F;
		font-weight: bold;
		text-decoration: none;
	}
	.SearchPage .nav a:hover, .SearchPage .nav a:active	{
		color: #009836;
	}


/* --- Styles for Sitemap Page ----------------------------------------------------------------------- */

  .SitemapPage {
    margin: 0px;
  }

	.SitemapPage .header	{
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
		font-size: 12px;
	}
	
	.SitemapPage .L1 a:link, .SitemapPage .L1 a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.SitemapPage .L1 a:hover, .SitemapPage .L1 a:active	{
		color: #7CB020;
	}

	.SitemapPage .L2 a:link, .SitemapPage .L2 a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.SitemapPage .L2 a:hover, .SitemapPage .L2 a:active	{
		color: #7CB020;
	}

	.SitemapPage .L3 a:link, .SitemapPage .L3 a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.SitemapPage .L3 a:hover, .SitemapPage .L3 a:active	{
		color: #7CB020;
	}


/* --- Styles for Standard Page ----------------------------------------------------------------------- */

  .StandardPage {
    margin: 0px;
  }

	.StandardPage .header	{
		font-size: 12px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
	}
	
	.StandardPage .subheader	{
		color: #699F0B;
		font-weight: bold;
	}
	.StandardPage .label	{
		color: #6F6F6F;
		font-weight: bold;
	}

	.StandardPage .pagenav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
		text-decoration: none;
	}

	.StandardPage .pagenav a:link, .StandardPage .pagenav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.StandardPage .pagenav a:hover, .StandardPage .pagenav a:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.StandardPage .otherpagenav	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
		text-decoration: underline;
	}

	.StandardPage .otherpagenav a:link, .StandardPage .otherpagenav a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.StandardPage .otherpagenav a:hover, .StandardPage .otherpagenav a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

	.StandardPage a:link, .StandardPage a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.StandardPage a:hover, .StandardPage a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

	.model a:link, .model a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.model a:hover, .model a:active	{
		color: #023279;
	}
/* --- Styles for Links Page ----------------------------------------------------------------------- */

  .LinksPage {
    margin: 0px;
  }

	.LinksPage .header	{
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
		font-size: 12px;
	}
	.LinksPage a:link, .LinksPage a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.LinksPage a:hover, .LinksPage a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

	.LinksPage .title	{
		color: #6F6F6F;
		font-weight: bold;
	}

	.LinksPage .title a:link, .LinksPage .title a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.LinksPage .title a:hover, .LinksPage .title a:active	{
		color: #699F0B;
	}

	.LinksPage .backbtn	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
	}

	.LinksPage .backbtn a:link, .LinksPage .backbtn a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.LinksPage .backbtn a:hover, .LinksPage .backbtn a:active	{
		color: #6A9F0C;
	}

	.LinksPage .more	{
		font-size: 10px;
		color: #0E7254;
		font-weight: bold;
	}

	.LinksPage .nav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: bold;
	}

	.LinksPage .nav a:link, .LinksPage .nav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.LinksPage .nav a:hover, .LinksPage .nav a:active	{
		color: #FF7800;
		text-decoration: bold;
	}
	.LinksPage .website	{
		font-size: 10px;
		color: #699F0B;
		font-weight: bold;
	}

	.LinksPage .website a:link, .LinksPage .website a:visited	{
		color: #699F0B;
		text-decoration: none;
		font-weight: bold;
	}
	.LinksPage .website a:hover, .LinksPage .website a:active	{
		color: #9D1255;
		text-decoration: bold;
	}

	.LinksPage .pagenav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
		text-decoration: none;
	}

	.LinksPage .pagenav a:link, .LinksPage .pagenav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.LinksPage .pagenav a:hover, .LinksPage .pagenav a:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.LinksPage .otherpagenav	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
		text-decoration: underline;
	}

	.LinksPage .otherpagenav a:link, .LinksPage .otherpagenav a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.LinksPage .otherpagenav a:hover, .LinksPage .otherpagenav a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

/* --- Styles for FAQ Page ----------------------------------------------------------------------- */

  .FaqPage {
    margin: 0px;
  }

	.FaqPage .header	{
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
		font-size: 12px;
	}

	.FaqPage a:link, .FaqPage a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.FaqPage a:hover, .FaqPage a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}
	
	.FaqPage .title	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: bold;
		text-decoration: underline;
	}

	.FaqPage .title a:link, .FaqPage .title a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
		text-decoration: underline;
	}
	.FaqPage .title a:hover, .FaqPage .title a:active	{
		color: #7CB020;
		text-decoration: underline;
	}

	.FaqPage .backbtn	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
	}

	.FaqPage .backbtn a:link, .FaqPage .backbtn a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.FaqPage .backbtn a:hover, .FaqPage .backbtn a:active	{
		color: #6A9F0C;
	}

	.FaqPage .more	{
		font-size: 10px;
		color: #0E7254;
		font-weight: bold;
	}

	.FaqPage .more a:link, .FaqPage .more a:visited	{
		color: #0E7254;
		text-decoration: none;
		font-weight: bold;
	}
	.FaqPage .more a:hover, .FaqPage .more a:active	{
		color: #6F6F6F;
		text-decoration: bold;
	}
	.FaqPage .subtitle	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: bold;
		text-decoration: underline;
	}

	.FaqPage .label	{
		color: #6F6F6F;
		font-weight: bold;
	}
	.FaqPage .pagenav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
		text-decoration: none;
	}

	.FaqPage .pagenav a:link, .FaqPage .pagenav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.FaqPage .pagenav a:hover, .FaqPage .pagenav a:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.FaqPage .otherpagenav	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
		text-decoration: underline;
	}

	.FaqPage .otherpagenav a:link, .FaqPage .otherpagenav a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.FaqPage .otherpagenav a:hover, .FaqPage .otherpagenav a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}
/* --- Styles for News Page ----------------------------------------------------------------------- */

  .NewsPage {
    margin: 0px;
  }

	.NewsPage .header	{
		font-size: 12px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
	}

	.NewsPage a:link, .NewsPage a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.NewsPage a:hover, .NewsPage a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

	.NewsPage .title	{
		font-size: 10px;
		color: #699F0B;
		font-weight: bold;
	}

	.NewsPage .title a:link, .NewsPage .title a:visited	{
		color: #699F0B;
		text-decoration: none;
		font-weight: bold;
	}
	.NewsPage .title a:hover, .NewsPage .title a:active	{
		color: #9D1255;
	}

	.NewsPage .releasedate	{
		color: #FF7800;
		font-weight: bold;
	}
	.NewsPage .backbtn	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
	}

	.NewsPage .backbtn a:link, .NewsPage .backbtn a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.NewsPage .backbtn a:hover, .NewsPage .backbtn a:active	{
		color: #6A9F0C;
	}

	.NewsPage .more	{
		color: #9D1255;
		font-weight: bold;
	}

	.NewsPage .more a:link, .NewsPage .more a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: bold;
	}
	.NewsPage .more a:hover, .NewsPage .more a:active	{
		color: #6A9F0C;
	}
	.NewsPage .nav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
	}

	.NewsPage .nav a:link, .NewsPage .nav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.NewsPage .nav a:hover, .NewsPage .nav a:active	{
		color: #6F6F6F;
		text-decoration: bold;
	}

	.NewsPage .downloadbtn	{
		color: #699F0B;
		font-weight: bold;
	}

	.NewsPage .downloadbtn a:link, .NewsPage .downloadbtn a:visited	{
		color: #699F0B;
		text-decoration: none;
		font-weight: bold;
	}
	.NewsPage .downloadbtn a:hover, .NewsPage .downloadbtn a:active	{
		color: #9D1255;
	}

	.NewsPage .label	{
		color: #6F6F6F;
		font-weight: bold;
	}

	.NewsPage .pagenav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
		text-decoration: none;
	}

	.NewsPage .pagenav a:link, .NewsPage .pagenav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.NewsPage .pagenav a:hover, .NewsPage .pagenav a:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.NewsPage .otherpagenav	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
		text-decoration: underline;
	}

	.NewsPage .otherpagenav a:link, .NewsPage .otherpagenav a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.NewsPage .otherpagenav a:hover, .NewsPage .otherpagenav a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}
/* --- Styles for News Pop Up Page ----------------------------------------------------------------------- */

  .NewsPopUp {
    margin: 0px;
  }

	.NewsPopUp .header	{
		font-size: 12px;
		color: #6F6F6F;
    margin: 0px;
		font-weight: normal;
	}
	
	.NewsPopUp .subheader	{
		color: #6F6F6F;
		font-weight: bold;
	}
	.NewsPopUp .title	{
		color: #6F6F6F;
		font-weight: bold;
	}
	.NewsPopUp .date	{
		color: #FF7800;
		font-weight: normal;
	}
/* --- Styles for Photos Page ----------------------------------------------------------------------- */

  .PhotosPage {
    margin: 0px;
  }

	.PhotosPage .header	{
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
		font-size: 12px;
	}

	.PhotosPage a:link, .PhotosPage a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.PhotosPage a:hover, .PhotosPage a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

	.PhotosPage .title	{
		font-size: 10px;
		color: #699F0B;
		font-weight: bold;
	}

	.PhotosPage .title a:link, .PhotosPage .title a:visited	{
		color: #699F0B;
		text-decoration: none;
		font-weight: bold;
	}
	.PhotosPage .title a:hover, .PhotosPage .title a:active	{
		color: #9D1255;
	}

	.PhotosPage .date	{
		color: #6F6F6F;
		font-weight: normal;
	}
	.PhotosPage .label	{
		color: #6F6F6F;
		font-weight: bold;
	}
	.PhotosPage .backbtn	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
	}

	.PhotosPage .backbtn a:link, .PhotosPage .backbtn a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.PhotosPage .backbtn a:hover, .PhotosPage .backbtn a:active	{
		color: #6A9F0C;
	}

	.PhotosPage .more	{
		color: #9D1255;
		font-weight: bold;
	}

	.PhotosPage .more a:link, .PhotosPage .more a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: bold;
	}
	.PhotosPage .more a:hover, .PhotosPage .more a:active	{
		color: #6A9F0C;
	}
	.PhotosPage .nav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: bold;
	}

	.PhotosPage .nav a:link, .PhotosPage .nav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.PhotosPage .nav a:hover, .PhotosPage .nav a:active	{
		color: #6F6F6F;
		text-decoration: bold;
	}

	.PhotosPage .downloadbtn	{
		color: #D31F1F;
		font-weight: bold;
	}

	.PhotosPage .downloadbtn a:link, .PhotosPage .downloadbtn a:visited	{
		color: #D31F1F;
		text-decoration: none;
		font-weight: bold;
	}
	.PhotosPage .downloadbtn a:hover, .PhotosPage .downloadbtn a:active	{
		color: #FF7800;
	}

	.PhotosPage .pagenav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
		text-decoration: none;
	}

	.PhotosPage .pagenav a:link, .PhotosPage .pagenav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.PhotosPage .pagenav a:hover, .PhotosPage .pagenav a:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.PhotosPage .otherpagenav	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
		text-decoration: underline;
	}

	.PhotosPage .otherpagenav a:link, .PhotosPage .otherpagenav a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.PhotosPage .otherpagenav a:hover, .PhotosPage .otherpagenav a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}
/* --- Styles for Photos Pop Up Page ----------------------------------------------------------------------- */

  .PhotosPopUp {
    margin: 0px;
  }

	.PhotosPopUp .header	{
		font-size: 12px;
		color: #6F6F6F;
    margin: 0px;
		font-weight: normal;
	}
	
	.PhotosPopUp .subheader	{
		color: #6F6F6F;
		font-weight: bold;
	}
	.PhotosPopUp .title	{
		color: #699F0B;
		font-weight: bold;
	}
	.PhotosPopUp .date	{
		color: #FF7800;
		font-weight: normal;
	}
/* --- Styles for Downloads Page ----------------------------------------------------------------------- */

  .DownloadsPage {
    margin: 0px;
  }

	.DownloadsPage a:link, .DownloadsPage a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.DownloadsPage a:hover, .DownloadsPage a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

	.DownloadsPage .header	{
		font-size: 12px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
	}
	
	.DownloadsPage .title	{
		color: #6F6F6F;
		font-weight: bold;
	}
	.DownloadsPage .title a:link, .DownloadsPage .title a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.DownloadsPage .title a:hover, .DownloadsPage .title a:active	{
		color: #699F0B;
	}

	.DownloadsPage .backbtn	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
	}

	.DownloadsPage .backbtn a:link, .DownloadsPage .backbtn a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.DownloadsPage .backbtn a:hover, .DownloadsPage .backbtn a:active	{
		color: #6A9F0C;
	}

	.DownloadsPage .pagenav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
		text-decoration: none;
	}

	.DownloadsPage .pagenav a:link, .DownloadsPage .pagenav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.DownloadsPage .pagenav a:hover, .DownloadsPage .pagenav a:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.DownloadsPage .otherpagenav	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
		text-decoration: underline;
	}

	.DownloadsPage .otherpagenav a:link, .DownloadsPage .otherpagenav a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.DownloadsPage .otherpagenav a:hover, .DownloadsPage .otherpagenav a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

/* --- Styles for Updates Page ----------------------------------------------------------------------- */

  .UpdatesPage {
    margin: 0px;
		font-size: 10px;
  }
  
	.UpdatesPage .header	{
		color: #6F6F6F;
    margin: 0px;
		font-weight: normal;
		font-size: 12px;
	}
	
	.UpdatesPage .emphasis	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: bold;
	}
	.UpdatesPage .emphasis a:link, .UpdatesPage .emphasis a:visited	{
		color: #FF7800;
		text-decoration: none;
		font-weight: bold;
	}
	.UpdatesPage .emphasis a:hover, .UpdatesPage .emphasis a:active	{
		color: #FF0000;
	}

	.UpdatesPage .nav	{
		color: #6F6F6F;
		font-weight: bold;
	}
	.UpdatesPage .nav a:link, .UpdatesPage .nav a:visited	{
		color: #6F6F6F;
		font-weight: bold;
		text-decoration: none;
	}
	.UpdatesPage .nav a:hover, .UpdatesPage .nav a:active	{
		color: #009836;
	}
/* --- Styles for Events Page (Project Calendar )Page ----------------------------------------------------------------------- */

  .EventsPage04 {
    margin: 0px;
  }

	.EventsPage04 .header	{
		font-size: 12px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
	}

	.EventsPage04 a:link, .EventsPage04 a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.EventsPage04 a:hover, .EventsPage04 a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

	.EventsPage04 .title	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: bold;
	}

	.EventsPage04 .title a:link, .EventsPage04 .title a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.EventsPage04 .title a:hover, .EventsPage04 .title a:active	{
		color: #9D1255;
	}

	.EventsPage04 .releasedate	{
		color: #FFFFFF;
		font-weight: bold;
	}
	.EventsPage04 .backbtn	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
	}

	.EventsPage04 .backbtn a:link, .EventsPage04 .backbtn a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.EventsPage04 .backbtn a:hover, .EventsPage04 .backbtn a:active	{
		color: #6A9F0C;
	}

	.EventsPage04 .more	{
		color: #9D1255;
		font-weight: bold;
	}

	.EventsPage04 .more a:link, .EventsPage04 .more a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: bold;
	}
	.EventsPage04 .more a:hover, .EventsPage04 .more a:active	{
		color: #6A9F0C;
	}
	.EventsPage04 .nav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
	}

	.EventsPage04 .nav a:link, .EventsPage04 .nav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.EventsPage04 .nav a:hover, .EventsPage04 .nav a:active	{
		color: #6F6F6F;
		text-decoration: bold;
	}

	.EventsPage04 .downloadbtn	{
		color: #699F0B;
		font-weight: bold;
	}

	.EventsPage04 .downloadbtn a:link, .EventsPage04 .downloadbtn a:visited	{
		color: #699F0B;
		text-decoration: none;
		font-weight: bold;
	}
	.EventsPage04 .downloadbtn a:hover, .EventsPage04 .downloadbtn a:active	{
		color: #9D1255;
	}

	.EventsPage04 .label	{
		color: #6F6F6F;
		font-weight: bold;
	}

	.EventsPage04 .pagenav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
		text-decoration: none;
	}

	.EventsPage04 .pagenav a:link, .EventsPage04 .pagenav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.EventsPage04 .pagenav a:hover, .EventsPage04 .pagenav a:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.EventsPage04 .otherpagenav	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
		text-decoration: underline;
	}

	.EventsPage04 .otherpagenav a:link, .EventsPage04 .otherpagenav a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.EventsPage04 .otherpagenav a:hover, .EventsPage04 .otherpagenav a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

/* --- Styles for Block Login Page ----------------------------------------------------------------------- */

  .BlockLogin {
    margin: 0px;
  }

	.BlockLogin .header	{
		font-size: 12px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
	}
	
	.BlockLogin .subheader	{
		color: #699F0B;
		font-weight: bold;
	}
	.BlockLogin .label	{
		color: #6F6F6F;
		font-weight: bold;
	}
	.BlockLogin .label a:link, .BlockLogin .label a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.BlockLogin .label a:hover, .BlockLogin .label a:active	{
		color: #6A9F0C;
	}

	.BlockLogin .tools	{
		color: #9D1255;
		font-weight: normal;
	}
	.BlockLogin .tools a:link, .BlockLogin .tools a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.BlockLogin .tools a:hover, .BlockLogin .tools a:active	{
		color: #6A9F0C;
	}
/* --- Styles for Contacts Page ----------------------------------------------------------------------- */
  
	.ContactsPage {
    margin: 0px;
  }

	.ContactsPage .header	{
		font-size: 12px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
	}

	.ContactsPage a:link, .ContactsPage a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.ContactsPage a:hover, .ContactsPage a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

	.ContactsPage .title	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: bold;
	}

	.ContactsPage .title a:link, .ContactsPage .title a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.ContactsPage .title a:hover, .ContactsPage .title a:active	{
		color: #699F0B;
	}

	.ContactsPage .backbtn	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
	}

	.ContactsPage .backbtn a:link, .ContactsPage .backbtn a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.ContactsPage .backbtn a:hover, .ContactsPage .backbtn a:active	{
		color: #6A9F0C;
	}

	.ContactsPage .more	{
		color: #9D1255;
		font-weight: bold;
	}

	.ContactsPage .more a:link, .ContactsPage .more a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: bold;
	}
	.ContactsPage .more a:hover, .ContactsPage .more a:active	{
		color: #6A9F0C;
	}
	.ContactsPage .nav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
	}

	.ContactsPage .nav a:link, .ContactsPage .nav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.ContactsPage .nav a:hover, .ContactsPage .nav a:active	{
		color: #6F6F6F;
		text-decoration: bold;
	}

	.ContactsPage .downloadbtn	{
		color: #699F0B;
		font-weight: bold;
	}

	.ContactsPage .downloadbtn a:link, .ContactsPage .downloadbtn a:visited	{
		color: #699F0B;
		text-decoration: none;
		font-weight: bold;
	}
	.ContactsPage .downloadbtn a:hover, .ContactsPage .downloadbtn a:active	{
		color: #9D1255;
	}

	.ContactsPage .label	{
		color: #6F6F6F;
		font-weight: bold;
	}

	.ContactsPage .pagenav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
		text-decoration: none;
	}

	.ContactsPage .pagenav a:link, .ContactsPage .pagenav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.ContactsPage .pagenav a:hover, .ContactsPage .pagenav a:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.ContactsPage .otherpagenav	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
		text-decoration: underline;
	}

	.ContactsPage .otherpagenav a:link, .ContactsPage .otherpagenav a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.ContactsPage .otherpagenav a:hover, .ContactsPage .otherpagenav a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

	}
	.ContactsPage .email	{
		color: #699F0B;
		font-weight: normal;
		text-decoration: underline;
	}
	.ContactsPage .email a:link, .ContactsPage .email a:visited	{
		color: #699F0B;
		text-decoration: underline;
		font-weight: normal;
	}
	.ContactsPage .email a:hover, .ContactsPage .email a:active	{
		color: #9D1255;
		text-decoration: underline;
	}
	.ContactsPage .pos	{
		color: #6F6F6F;
		font-weight: normal;
	}
	.ContactsPage .telephone	{
		color: #6F6F6F;
		font-weight: normal;
		text-decoration: underline;
	}
/* --- Styles for Events Page ----------------------------------------------------------------------- */

	.EventsPage {
    margin: 0px;
  }

	.EventsPage .header	{
		font-size: 12px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
	}

	.EventsPage a:link, .EventsPage a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.EventsPage a:hover, .EventsPage a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

	.EventsPage .title	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: bold;
	}

	.EventsPage .title a:link, .EventsPage .title a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.EventsPage .title a:hover, .EventsPage .title a:active	{
		color: #699F0B;
	}

	.EventsPage .backbtn	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
	}

	.EventsPage .backbtn a:link, .EventsPage .backbtn a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.EventsPage .backbtn a:hover, .EventsPage .backbtn a:active	{
		color: #6A9F0C;
	}

	.EventsPage .more	{
		color: #9D1255;
		font-weight: bold;
	}

	.EventsPage .more a:link, .EventsPage .more a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: bold;
	}
	.EventsPage .more a:hover, .EventsPage .more a:active	{
		color: #6A9F0C;
	}
	.EventsPage .nav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
	}

	.EventsPage .nav a:link, .EventsPage .nav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.EventsPage .nav a:hover, .EventsPage .nav a:active	{
		color: #6F6F6F;
		text-decoration: bold;
	}

	.EventsPage .downloadbtn	{
		color: #699F0B;
		font-weight: bold;
	}

	.EventsPage .downloadbtn a:link, .EventsPage .downloadbtn a:visited	{
		color: #699F0B;
		text-decoration: none;
		font-weight: bold;
	}
	.EventsPage .downloadbtn a:hover, .EventsPage .downloadbtn a:active	{
		color: #9D1255;
	}

	.EventsPage .label	{
		color: #6F6F6F;
		font-weight: bold;
	}

	.EventsPage .pagenav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
		text-decoration: none;
	}

	.EventsPage .pagenav a:link, .EventsPage .pagenav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.EventsPage .pagenav a:hover, .EventsPage .pagenav a:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.EventsPage .otherpagenav	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
		text-decoration: underline;
	}

	.EventsPage .otherpagenav a:link, .EventsPage .otherpagenav a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.EventsPage .otherpagenav a:hover, .EventsPage .otherpagenav a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

	}
	.EventsPage .email	{
		color: #699F0B;
		font-weight: normal;
		text-decoration: underline;
	}
	.EventsPage .email a:link, .EventsPage .email a:visited	{
		color: #699F0B;
		text-decoration: underline;
		font-weight: normal;
	}
	.EventsPage .email a:hover, .EventsPage .email a:active	{
		color: #9D1255;
		text-decoration: underline;
	}
	.EventsPage .pos	{
		color: #6F6F6F;
		font-weight: normal;
	}
	.EventsPage .telephone	{
		color: #6F6F6F;
		font-weight: normal;
		text-decoration: underline;
	}
	.EventsPage .releasedate	{
		color: #FFFFFF;
		font-weight: bold;
	}
	
/* --- Styles for Tips Page ----------------------------------------------------------------------- */

	.TipsPage {
    margin: 0px;
  }

	.TipsPage .header	{
		font-size: 12px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
	}

	.TipsPage a:link, .TipsPage a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.TipsPage a:hover, .TipsPage a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}

	.TipsPage .title	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: bold;
	}

	.TipsPage .title a:link, .TipsPage .title a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.TipsPage .title a:hover, .TipsPage .title a:active	{
		color: #699F0B;
	}

	.TipsPage .backbtn	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
	}

	.TipsPage .backbtn a:link, .TipsPage .backbtn a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: normal;
	}
	.TipsPage .backbtn a:hover, .TipsPage .backbtn a:active	{
		color: #6A9F0C;
	}

	.TipsPage .more	{
		color: #9D1255;
		font-weight: bold;
	}

	.TipsPage .more a:link, .TipsPage .more a:visited	{
		color: #9D1255;
		text-decoration: none;
		font-weight: bold;
	}
	.TipsPage .more a:hover, .TipsPage .more a:active	{
		color: #6A9F0C;
	}
	.TipsPage .nav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
	}

	.TipsPage .nav a:link, .TipsPage .nav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: bold;
	}
	.TipsPage .nav a:hover, .TipsPage .nav a:active	{
		color: #6F6F6F;
		text-decoration: bold;
	}

	.TipsPage .downloadbtn	{
		color: #699F0B;
		font-weight: bold;
	}

	.TipsPage .downloadbtn a:link, .TipsPage .downloadbtn a:visited	{
		color: #699F0B;
		text-decoration: none;
		font-weight: bold;
	}
	.TipsPage .downloadbtn a:hover, .TipsPage .downloadbtn a:active	{
		color: #9D1255;
	}

	.TipsPage .label	{
		color: #6F6F6F;
		font-weight: bold;
	}

	.TipsPage .pagenav	{
		font-size: 10px;
		color: #6F6F6F;
		font-weight: normal;
		text-decoration: none;
	}

	.TipsPage .pagenav a:link, .TipsPage .pagenav a:visited	{
		color: #6F6F6F;
		text-decoration: none;
		font-weight: normal;
	}
	.TipsPage .pagenav a:hover, .TipsPage .pagenav a:active	{
		color: #9D1255;
		text-decoration: none;
	}

	.TipsPage .otherpagenav	{
		font-size: 10px;
		color: #9D1255;
		font-weight: normal;
		text-decoration: underline;
	}

	.TipsPage .otherpagenav a:link, .TipsPage .otherpagenav a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.TipsPage .otherpagenav a:hover, .TipsPage .otherpagenav a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}
/* --- Styles for Dictionary Page ----------------------------------------------------------------------- */

  .DictionaryPage {
    margin: 0px;
  }

	.DictionaryPage .header	{
		font-size: 12px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
	}
	
	.DictionaryPage .title	{
		font-size: 10px;
		color: #699F0B;
		font-weight: bold;
	}

	.DictionaryPage .title a:link, .DictionaryPage .title a:visited	{
		color: #699F0B;
		text-decoration: underline;
		font-weight: bold;
	}
	.DictionaryPage .title a:hover, .DictionaryPage .title a:active	{
		color: #9D1255;
		text-decoration: underline;
	}

	.DictionaryPage .subheader	{
		color: #699F0B;
		font-weight: bold;
		text-decoration: underline;
	}
	.DictionaryPage .term	{
		color: #6F6F6F;
		font-weight: bold;
		text-decoration: underline;
	}

	.DictionaryPage a:link, .DictionaryPage a:visited	{
		color: #9D1255;
		text-decoration: underline;
		font-weight: normal;
	}
	.DictionaryPage a:hover, .DictionaryPage a:active	{
		color: #6A9F0C;
		text-decoration: underline;
	}