@charset "iso-8859-1";

    BODY { 
	margin: 0px 0px 0px 0px; 
	background-color:#FFFFFF; 
	background: url('images/bg_top2.gif');
	background-repeat: repeat-x;
	}

	TD { font-family: Arial, Verdana, Helvetica; font-size: 13px; color: #000000; font-weight:normal; }
	
	.copyright { margin-top:5px; ; color: #666464;; font-size: 10px; }
	
	.small { font-size: 11px; font-weight:normal; }
	
	.yellow { font-size: 11px; color: #D2AC2A; text-decoration: none; font-weight:normal; }	
	
	.white { font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight:normal; }		
	
	.sep_yellow { font-size: 15px; color: #D2AC2A; text-decoration: none; font-weight:bold;  }		
	
	.sep4 { padding-left:4px; }			
	
	.sep10 { padding-left:10px;}				
	
	.sep17 { padding-left:17px;}
	
	.date { font-size: 10px; color: #666666; font-weight:normal; }	


	h1
	{ 
	font-size: 13px; 
	color: #D5B137; 
	font-weight:bold;	
	text-decoration: none; 
	margin:0px; 
	margin-top:15px; 
	margin-bottom:15px; 
	padding: 0px;
	letter-spacing: 0px;
	text-transform: uppercase; 
	}

	h1.yellow
	{ 
	font-size: 17px; 
	color: #D2AC2A; 
	font-weight:bold;	
	text-decoration: none; 
	margin:0px; 
	margin-top:15px; 
	margin-bottom:15px; 
	padding: 0px;
	letter-spacing: 0px;
	text-transform: uppercase; 
	display: inline;
	}	

	h1.blue
	{ 
	font-size: 17px; 
	color: #006CAB; 
	font-weight:bold;	
	text-decoration: none; 
	margin:0px; 
	margin-top:15px; 
	margin-bottom:15px; 
	padding: 0px;
	letter-spacing: 0px;
	text-transform: uppercase; 
	display: inline;
	}	
	
	h2
	{ 
	font-size: 11px; 
	color: #C99B3B; 
	font-weight:bold;	
	margin:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding: 0px;
	letter-spacing: 0px;
	}

	
	.bgtop
	{ 
	background: url('images/bg_top.gif'); 
	background-color:#006CAB; 
	background-repeat: repeat-x; 
	}
	
	.bgfooter
	{ 
	background: url('images/bg_footer.gif'); 
	background-color:#E8F0F6; 
	background-repeat: repeat-x; 
	}
	
	.bgdots
	{ 
	background: url('images/dots_y.gif'); 
	background-color:#FFFFFF; 
	background-repeat: repeat-y; 
	}
	
	.bgdotsx
	{ 
	background: url('images/dots_x.gif'); 
	background-color:#FFFFFF; 
	background-repeat: repeat-x; 
	}
	
	.bgdotsv
	{ 
	background: url('images/dots_v.gif'); 
	background-color:#FFFFFF; 
	background-repeat: repeat-y; 
	}
	
	.bgdotsh
	{ 
	background: url('images/dots_h.gif'); 
	background-color:#FFFFFF; 
	background-repeat: repeat-x; 
	}
	
	ul 	
	{ 
	margin: 0px;
	padding: 0px;
	}	

	
	.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0px;
	padding: 0px;
	}

	.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: white url(list.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	}

	.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: white url(closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
	}


	.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	}

	.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	
	}	
	.subsubmenu
	{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	}
	
	a:link { color: #006CAB; text-decoration: underline; }
	a:visited { color: #006CAB; text-decoration: underline;  }
	a:hover { color: #D2AC2A; text-decoration: none;  }
	
	a.small:link {  font-size: 11px; color: #006CAB; text-decoration: underline; font-weight:bold; }
	a.small:visited { font-size: 11px; color: #006CAB; text-decoration: underline; font-weight:bold;  }
	a.small:hover { font-size: 11px; color: #D2AC2A; text-decoration: none; font-weight:bold;  }

	a.small_blue:link {  font-size: 11px; color: #006CAB; text-decoration: none; font-weight:bold; }
	a.small_blue:visited { font-size: 11px; color: #006CAB; text-decoration: none; font-weight:bold;  }
	a.small_blue:hover { font-size: 11px; color: #D2AC2A; text-decoration: none; font-weight:bold;  }
	
	a.blue:link {  font-size: 14px; color: #006CAB; text-decoration: none; font-weight:bold; }
	a.blue:visited { font-size: 14px; color: #006CAB; text-decoration: none; font-weight:bold;  }
	a.blue:hover { font-size: 14px; color: #D2AC2A; text-decoration: none; font-weight:bold;  }

	a.leftmenu:link {  font-size: 13px; color: #050404; text-decoration: none; font-weight:normal; }
	a.leftmenu:visited { font-size: 13px; color: #050404; text-decoration: none; font-weight:normal;  }
	a.leftmenu:hover { font-size: 13px; color: #D2AC2A; text-decoration: none; font-weight:normal;  }
	
	a.topmenu:link { font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight:bold; }
	a.topmenu:visited { font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight:bold; }
	a.topmenu:hover { font-size: 11px; color: #D2AC2A; text-decoration: none; font-weight:bold; }
