/* Alberta Committee of Citizens with Disabilities CSS - largest font*/

/* Set the default styles for the page */  
  BODY	{ 
  	background-color: white; 
	font-family: "Trebuchet MS",Verdana,Tahoma,Arial,sans-serif; 
	font-size: 18pt;
	color:#000000;
    scrollbar-base-color: #FFF200;
	scrollbar-face-color: #8F3694;
	scrollbar-track-color: #FFF200;
	scrollbar-arrow-color: #FFF200;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: Silver;
	scrollbar-shadow-color: Gray;
	scrollbar-darkshadow-color: Black; }

/* Set default style of links on page */
  A			{ text-decoration: none;}
  A:link	{ color: #7E236C; text-decoration: underline;}
  A:visited	{ color: #333333; text-decoration: underline;}
  A:active	{ color: #000000; text-decoration: underline; background-color: #FDF8AC;}
  A:hover	{ color: #000000; background-color: #FDF8AC; text-decoration: underline;}

/* Set style of menu links */
  A.menu:link	 { text-decoration: none; color: #000000;}  
  A.menu:active  { text-decoration: none; background-color: #FDF8AC; color: #000000;}  
  A.menu:visited { text-decoration: none; color: #000000;}  
  A.menu:hover	 { text-decoration: none; background-color: #FDF8AC; color: #000000;}  
  .menu          { font-size: 18pt; text-decoration: none; color: #000000;}

/* Classes to control elements in the page */

 P 		{ font-size: 18pt;}
 H1		{ font-size: 26pt; color: #8F3694; font-weight: bold;}
 H2		{ font-size: 23pt; font-weight: bold; color: #006600;}
 H3        	{ font-size: 20pt; font-weight: bold;}
 LI        	{ font-size: 18pt;}
 DL 		{ font-size: 18pt;}
  .datestamp    { font-size: 16pt; font-weight: normal;}
  .main         { font-size: 18pt;}
  .bold         { font-size: 18pt; font-weight: bold;}
  .ital         { font-size: 18pt; font-style: italic;}
  .banner_text  { font-size: 24pt; color: #FFFFFF;}
  .orderH1  { font-size: 26pt; font-weight: bold; color:#6633CC; }
  .orderH2 	{ font-size: 23pt; font-weight: bold; color: #1576B0;}
  .orderH3 	{ font-size: 20pt; font-weight: bold;}
